source: trunk/src/msvcrt/makefile@ 8045

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

New makefile style. (addjustments)

File size: 665 bytes
Line 
1# $Id: makefile,v 1.20 2000-12-02 23:40:15 bird Exp $
2
3#
4# Odin32 API
5#
6# msvcrt.dll, msvcrt20.dll and msvcrt40.dll 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 lib: # add all common rules here
24 $(MAKE_CMD) -f msvcrt.mak $@
25 $(MAKE_CMD) -f msvcrt20.mak $@
26 $(MAKE_CMD) -f msvcrt40.mak $@
27
28
29# don't have to make deps more than once.
30dep:
31 $(MAKE_CMD) -f msvcrt.mak $@
32
33
34#
35# Do not includes the common rules.
36#
37
Note: See TracBrowser for help on using the repository browser.