source: trunk/tools/common/common.mak@ 4712

Last change on this file since 4712 was 4712, checked in by bird, 25 years ago

New makefile style.

File size: 621 bytes
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#
13LIBTARGET = 1
14EXETARGET = 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#
26OBJS = \
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#
37TARGET = 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.