source: trunk/src/msvcrt/makefile@ 10366

Last change on this file since 10366 was 9655, checked in by sandervl, 23 years ago

PF: updates

File size: 680 bytes
Line 
1# $Id: makefile,v 1.23 2003-01-10 13:13:49 sandervl Exp $
2
3#
4# Odin32 API
5#
6# msvcrt.dll, msvcrt20.dll and msvcrt40.dll makefile
7#
8
9CCENV = EMX
10
11#
12# Compiler, tools, and interference rules.
13#
14!include ../../makefile.inc
15
16
17#
18# Generic rules which forwards to the real makefiles.
19# The all rule has to stand alone, else make will make all the rules if it
20# is invoked without any target.
21#
22_all: all
23
24all clean lib: # add all common rules here
25 $(MAKE_CMD) -f msvcrt.mak $@
26 $(MAKE_CMD) -f msvcrt20.mak $@
27 $(MAKE_CMD) -f msvcrt40.mak $@
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.