source: trunk/essentials/sys-apps/texinfo/Makefile.kmk@ 3924

Last change on this file since 3924 was 3845, checked in by bird, 12 years ago

svn:eol-style: native

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 476 bytes
Line 
1# $Id: Makefile.kmk 3845 2014-03-16 20:31:39Z bird $
2
3ifdef NOT_BOOTSTRAPPING_KNIX
4
5# Make file for working the OS/2 port.
6PM_VERSION = 4.8
7PM_DOCS = README.os2
8
9OPT_ACLOCAL = -I m4
10OPT_AUTOCONF = -I m4
11
12# TEMPLARY HACKS
13export LIBRARY_PATH :=$(LIBRARY_PATH);$(CURDIR)/../../../out/packages/ncurses/usr/lib
14export C_INCLUDE_PATH :=$(C_INCLUDE_PATH);$(CURDIR)/../../../out/packages/ncurses/usr/include
15
16pm_topdir := ../../..
17include $(pm_topdir)/ports-make/gnugccomf.gmk
18
19else
20
21include kNIX-bootstrap.kmk
22
23endif
24
Note: See TracBrowser for help on using the repository browser.