]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.bcc
regenerated makefiles
[wxWidgets.git] / samples / opengl / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !ifndef BCCDIR
8 BCCDIR = $(MAKEDIR)\..
9 !endif
10
11 !include ../../build/msw/config.bcc
12
13 # -------------------------------------------------------------------------
14 # Do not modify the rest of this file!
15 # -------------------------------------------------------------------------
16
17 !if "$(BCCDIR)" == "\.."
18 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
19 !endif
20
21 ### Variables: ###
22
23
24 ### Conditionally set variables: ###
25
26
27 MAKEARGS =
28
29
30 ### Targets: ###
31
32 all: cube isosurf penguin
33
34 clean:
35 -if exist .\*.obj del .\*.obj
36 -if exist .\*.res del .\*.res
37
38 cube:
39 cd cube
40 $(MAKE) -f makefile.bcc $(MAKEARGS) all
41 cd ..
42
43 isosurf:
44 cd isosurf
45 $(MAKE) -f makefile.bcc $(MAKEARGS) all
46 cd ..
47
48 penguin:
49 cd penguin
50 $(MAKE) -f makefile.bcc $(MAKEARGS) all
51 cd ..