source: trunk/emx/src/emxbind/emxbind.smak@ 2783

Last change on this file since 2783 was 2033, checked in by bird, 20 years ago

_BSD_NAMESPACE_POLLUTION

  • Property cvs2svn:cvs-rev set to 1.9
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 615 bytes
Line 
1.MODULE := emxbind
2.MDESC := Build a OS/2 LX executable/dll from linked a.out module
3.MDEP := moddef@omf
4.INSDIR := bin/
5
6.TARGET := emxbind.exe
7.TKIND := $(TOOLFMT)
8.TSRC := $(wildcard src/emxbind/*.c)
9# -fno-inline because of a bug in 3.2.2 optimizer :-(
10.TCF := $(CFLAGS.DEF.VERSION) -fno-inline -D_BSD_NAMESPACE_POLLUTION
11.TDEP := @O@libmoddef$A
12.TKEEP := 1
13include mkexe.smak
14
15.TARG := $(TOOLFMT)/os2stub.bin
16
17emxbind: $.$(.TARG)
18
19$.$(.TARG): src/emxbind/os2stub.bin
20 $(call CP,$< $@)
21
22INS.FILES += $(INS)$(.INSDIR)os2stub.bin
23
24$(INS)$(.INSDIR)os2stub.bin: $.$(.TARG)
25 $(call CP,$^,$@)
26
27include comend.smak
Note: See TracBrowser for help on using the repository browser.