source: trunk/src/peldr/makefile@ 5655

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

New makefile style. (addjustments)

File size: 611 bytes
Line 
1# $Id: makefile,v 1.19 2000-12-02 23:57:55 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
23all clean: # add all common rules here
24 $(MAKE_CMD) -f pe.mak $@
25 $(MAKE_CMD) -f pec.mak $@
26
27
28# don't have to make deps more than once.
29dep:
30 $(MAKE_CMD) -f pe.mak $@
31
32
33# dummy rule.
34lib:
35
36
37#
38# Do not includes the common rules.
39#
40
Note: See TracBrowser for help on using the repository browser.