source: trunk/coreutils/Makefile.kmk@ 2747

Last change on this file since 2747 was 2662, checked in by bird, 20 years ago

install to bin.

File size: 563 bytes
Line 
1# $Id: port.gmk,v 1.2 2004/09/28 03:29:44 bird Exp $
2
3# Make file for working the OS/2 port.
4PM_VERSION = 5.93
5#PM_DOCS = README.os2
6
7# Some library files include standalong tests which is enabled by #ifdef DEBUG's.
8NO_DEBUG = 1
9export LIBS= -lsyslog
10
11#export WANT_AUTOMAKE_VER=1.4
12#export WANT_AUTOCONF_VER=2.13
13OPT_ACLOCAL = -I $(UNIXROOT)/usr/share/aclocal -I m4
14OPT_AUTOCONF = -I $(UNIXROOT)/usr/share/aclocal -I m4
15SET_MAKE = EMXSHELL="$(SHELL)"
16
17pm_bindir := /bin
18pm_topdir := ..
19include $(pm_topdir)/ports-make/gnugccomf.gmk
20
Note: See TracBrowser for help on using the repository browser.