1. use three numbers version in win32 DLLs on unstable branch
[wxWidgets.git] / samples / opengl / Makefile.in
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
8 @MAKE_SET@
9
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 INSTALL = @INSTALL@
13
14 ### Variables: ###
15
16
17 ### Conditionally set variables: ###
18
19
20 ### Targets: ###
21
22 all: cube
23
24 clean:
25 rm -rf ./.deps
26 rm -f -f ./*.o
27 (cd cube && $(MAKE) clean)
28
29 cube:
30 (cd cube && $(MAKE) all)
31
32 distclean: clean
33 rm -f configure config.cache config.log config.status
34 rm -f bk-deps shared-ld-sh
35
36 install: all
37 (cd cube && $(MAKE) install)
38
39 install-strip: install
40 (cd cube && $(MAKE) install-strip)
41
42 uninstall:
43
44
45 # Include dependency info, if present:
46 @IF_GNU_MAKE@-include .deps/*.d
47
48 .PHONY: all clean cube distclean install uninstall