| Last change
 on this file since 3891 was             3845, checked in by bird, 12 years ago | 
        
          | 
svn:eol-style: native
 | 
        
          | 
              
Property                 svn:eol-style
 set to                 native
Property                 svn:keywords
 set to                 Id | 
        
          | File size:
            575 bytes | 
      
      
| Line |  | 
|---|
| 1 | # $Id: Makefile.kmk 3845 2014-03-16 20:31:39Z bird $ | 
|---|
| 2 |  | 
|---|
| 3 | ifdef NOT_BOOTSTRAPPING_KNIX | 
|---|
| 4 |  | 
|---|
| 5 | # Make file for working the OS/2 port. | 
|---|
| 6 | PM_VERSION = 2.5.1 | 
|---|
| 7 | #PM_DOCS    = README.os2 | 
|---|
| 8 |  | 
|---|
| 9 | # Some library files include standalong tests which is enabled by #ifdef DEBUG's. | 
|---|
| 10 | NO_DEBUG   = 1 | 
|---|
| 11 | export LIBS= -lsyslog | 
|---|
| 12 |  | 
|---|
| 13 | #export WANT_AUTOMAKE_VER=1.5 | 
|---|
| 14 | #export WANT_AUTOCONF_VER=2.13 | 
|---|
| 15 | OPT_ACLOCAL  = -I $(UNIXROOT)/usr/share/aclocal -I m4 | 
|---|
| 16 | OPT_AUTOCONF = -I $(UNIXROOT)/usr/share/aclocal -I m4 | 
|---|
| 17 | SET_MAKE     = EMXSHELL="$(SHELL)" | 
|---|
| 18 |  | 
|---|
| 19 | pm_bindir := /bin | 
|---|
| 20 | pm_topdir := ../../.. | 
|---|
| 21 | include $(pm_topdir)/ports-make/gnugccomf.gmk | 
|---|
| 22 |  | 
|---|
| 23 | else | 
|---|
| 24 |  | 
|---|
| 25 | include kNIX-bootstrap.kmk | 
|---|
| 26 |  | 
|---|
| 27 | endif | 
|---|
| 28 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.