Line | |
---|
1 | # $Id: makefile,v 1.18 2000-11-19 08:58:10 bird Exp $
|
---|
2 | #
|
---|
3 | # Odin32 API
|
---|
4 | #
|
---|
5 | # opengl32.dll makefile
|
---|
6 | #
|
---|
7 |
|
---|
8 |
|
---|
9 | # Common tools macros. (MAKE_CMD)
|
---|
10 | !include ../../include/pdwin32.mk
|
---|
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.
|
---|
18 | SUBDIRS = \
|
---|
19 | .\mesa \
|
---|
20 | .\glu \
|
---|
21 | .\glut \
|
---|
22 | .\glide \
|
---|
23 | .\mesa\3dfx
|
---|
24 |
|
---|
25 | # All, Lib, Clean and Dep rules.
|
---|
26 | clean dep all lib:
|
---|
27 | $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.