Line | |
---|
1 | # $Id: common.mak,v 1.2 2000-12-02 23:26:57 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # common.lib makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Tell buildenvironmet to build an object library.
|
---|
12 | #
|
---|
13 | LIBTARGET = 1
|
---|
14 | EXETARGET = 1
|
---|
15 |
|
---|
16 |
|
---|
17 | #
|
---|
18 | # Compiler, tools, and interference rules.
|
---|
19 | #
|
---|
20 | !include ../../makefile.inc
|
---|
21 |
|
---|
22 |
|
---|
23 | #
|
---|
24 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
25 | #
|
---|
26 | OBJS = \
|
---|
27 | $(OBJDIR)\kFilePe.obj \
|
---|
28 | $(OBJDIR)\kFileDef.obj \
|
---|
29 | $(OBJDIR)\kFileLx.obj \
|
---|
30 | $(OBJDIR)\kFileFormatBase.obj \
|
---|
31 | $(OBJDIR)\kFile.obj
|
---|
32 |
|
---|
33 |
|
---|
34 | #
|
---|
35 | # Target name - name of the library without extention and path.
|
---|
36 | #
|
---|
37 | TARGET = common
|
---|
38 |
|
---|
39 |
|
---|
40 | #
|
---|
41 | # Includes the common rules.
|
---|
42 | #
|
---|
43 | !include $(ODIN32_POST_INC)
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.