Line | |
---|
1 | # $Id: pdwin32.tools,v 1.5 2000-02-09 23:52:04 bird Exp $
|
---|
2 | # ODIN / win32os2 Project
|
---|
3 | #
|
---|
4 | # makefile for the build system tools and standard rules
|
---|
5 | # Note: this has to be included after the compiler environment
|
---|
6 | #
|
---|
7 | # phaller@gmx.net, 1999/05/27
|
---|
8 | #
|
---|
9 |
|
---|
10 |
|
---|
11 | #
|
---|
12 | # System Utilites
|
---|
13 | #
|
---|
14 | RM = rm -f
|
---|
15 | CP = copy
|
---|
16 | MKDIR = mkdir
|
---|
17 | ECHO = echo
|
---|
18 | IMPDEF = $(PDWIN32_TOOLS)\impdef.exe
|
---|
19 | DEPEND = $(PDWIN32_TOOLS)\fastdep.exe
|
---|
20 | DOWITHDIRS = $(PDWIN32_TOOLS)\dowithdirs.cmd
|
---|
21 |
|
---|
22 |
|
---|
23 | #
|
---|
24 | # Targets
|
---|
25 | #
|
---|
26 | .c.obj:
|
---|
27 | $(CC) $(CFLAGS) -c $<
|
---|
28 |
|
---|
29 | .cpp.obj:
|
---|
30 | $(CXX) $(CXXFLAGS) -c $<
|
---|
31 |
|
---|
32 | .asm.obj:
|
---|
33 | $(AS) $(ASFLAGS) $<
|
---|
34 |
|
---|
35 |
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.