source: trunk/src/winmm/makefile@ 5280

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

Changed makefile to make subdirectories too. The previous makefile
was renamed to winmm.mak.

File size: 473 bytes
Line 
1# $Id: makefile,v 1.22 2000-12-16 22:47:28 bird Exp $
2#
3# Odin32 API
4#
5# winmm.dll and releated dlls makefile
6#
7
8
9# Common tools macros. (MAKE_CMD)
10!include ../../makefile.inc
11
12
13# dummy all rule - invoking nmake withtout target caused it to do all of the targets below..
14_all: all
15
16
17# Subdirectories.
18SUBDIRS = \
19mcicda
20
21
22# All the common rules like all, lib, clean and dep.
23$(COMMONRULES):
24 $(MAKE_CMD) -f winmm.mak $@
25 $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
26
27
Note: See TracBrowser for help on using the repository browser.