source: trunk/src/opengl/glide/makefile@ 4672

Last change on this file since 4672 was 4624, checked in by bird, 25 years ago

New makefile style.

File size: 496 bytes
Line 
1# $Id: makefile,v 1.7 2000-11-19 08:58:10 bird Exp $
2#
3# Odin32 API
4#
5# main glide makefile
6#
7
8
9#
10# Directories
11#
12PDWIN32_INCLUDE = ..\..\..\include
13PDWIN32_TOOLS = ..\..\..\tools\bin
14
15
16#
17# Common tools macros. (MAKE_CMD)
18#
19!include $(PDWIN32_INCLUDE)/pdwin32.tools
20
21
22# Dummy all rule - nmake without target will make all targets of the first rule.
23all_: all
24
25
26# All, Lib, Clean and Dep rules.
27dep clean lib all:
28 cd cvg
29 $(MAKE_CMD) $@
30 cd ..\sst1
31 $(MAKE_CMD) $@
32 cd ..
33
Note: See TracBrowser for help on using the repository browser.