Line | |
---|
1 | # $Id: pdwin32.tools,v 1.4 1999-09-06 01:39:55 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 |
|
---|
20 |
|
---|
21 |
|
---|
22 | #
|
---|
23 | # Targets
|
---|
24 | #
|
---|
25 | .c.obj:
|
---|
26 | $(CC) $(CFLAGS) -c $<
|
---|
27 |
|
---|
28 | .cpp.obj:
|
---|
29 | $(CXX) $(CXXFLAGS) -c $<
|
---|
30 |
|
---|
31 | .asm.obj:
|
---|
32 | $(AS) $(ASFLAGS) $<
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.