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

Last change on this file since 3136 was 3075, checked in by bird, 18 years ago

bootstrap config of texinfo.

  • Property svn:keywords set to Id
File size: 500 bytes
Line 
1# $Id: Makefile.kmk 3075 2007-04-09 01:06:20Z 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.