Last change
on this file since 3232 was 3166, checked in by bird, 18 years ago |
m4 build config and bootstrapping.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
386 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 3166 2007-04-22 02:40:31Z 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
|
---|
16 | #SET_MAKE = EMXSHELL="$(SHELL)"
|
---|
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.