source: trunk/essentials/sys-libs/ncurses/Makefile.kmk@ 3044

Last change on this file since 3044 was 3043, checked in by bird, 18 years ago

-> essentials

File size: 469 bytes
Line 
1# $Id: $
2
3# Make file for working the OS/2 port.
4PM_VERSION = 5.5
5PM_DOCS = README.emx
6
7# Some library files include standalong tests which is enabled by #ifdef DEBUG's.
8NO_DEBUG = 1
9
10# the autoconf/aclocal/etc hacking in the project sucks big time!
11NO_ACLOCAL = 1
12
13export WANT_AUTOCONF_VER=2.59
14OPT_AUTOCONF = -I $(UNIXROOT)/usr/share/aclocal
15SET_MAKE = EMXSHELL="$(SHELL)"
16
17pm_topdir := ..
18include $(pm_topdir)/ports-make/gnugccomf.gmk
19
Note: See TracBrowser for help on using the repository browser.