source: trunk/src/peldr/makefile@ 10366

Last change on this file since 10366 was 6871, checked in by bird, 24 years ago

Used DoMakes.

File size: 586 bytes
Line 
1# $Id: makefile,v 1.21 2001-09-30 00:34:23 bird Exp $
2
3#
4# Odin32 API
5#
6# pe.exe and pec.exe makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Generic rules which forwards to the real makefiles.
18# The all rule has to stand alone, else make will make all the rules if it
19# is invoked without any target.
20#
21_all: all
22
23$(COMMONRULES:dep lib=):
24 @$(DOMAKES) "pe.mak pec.mak" $(MAKE_CMD) $@
25
26
27# don't have to make deps more than once.
28dep:
29 @$(MAKE_CMD) -f pe.mak $@
30
31
32# dummy rule.
33lib:
34
35
36#
37# Do not includes the common rules.
38#
39
Note: See TracBrowser for help on using the repository browser.