Last change
on this file was 3303, checked in by bird, 18 years ago |
EMXSHELL?
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
385 bytes
|
Rev | Line | |
---|
[3166] | 1 | # $Id: Makefile.kmk 3303 2007-05-06 00:18:17Z bird $
|
---|
| 2 |
|
---|
| 3 | ifdef NOT_BOOTSTRAPPING_KNIX
|
---|
| 4 |
|
---|
| 5 | PM_VERSION = 1.4.8
|
---|
| 6 |
|
---|
| 7 | # Don't include debug code
|
---|
| 8 | NO_DEBUG = 1
|
---|
| 9 |
|
---|
| 10 | export WANT_AUTOMAKE=1.9
|
---|
| 11 |
|
---|
| 12 | OPT_CONFIG = --enable-changeword
|
---|
| 13 | OPT_ACLOCAL = -I m4
|
---|
| 14 | OPT_AUTOCONF = -I m4
|
---|
| 15 | OPT_AUTOMAKE = -a
|
---|
[3303] | 16 | SET_MAKE = EMXSHELL="$(SHELL)"
|
---|
[3166] | 17 |
|
---|
| 18 | pm_bindir := /usr/bin
|
---|
| 19 | pm_topdir := ../../..
|
---|
| 20 | include $(pm_topdir)/ports-make/gnugccomf.gmk
|
---|
| 21 |
|
---|
| 22 | else
|
---|
| 23 |
|
---|
| 24 | include kNIX-bootstrap.kmk
|
---|
| 25 |
|
---|
| 26 | endif
|
---|
| 27 |
|
---|
| 28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.