2003-07-04 19:36:51 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-20 00:06:37 +00:00
|
|
|
# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
|
2003-07-04 19:36:51 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
include ../../build/config.gcc
|
2003-07-04 19:36:51 +00:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
all: cube
|
2003-07-04 19:36:51 +00:00
|
|
|
|
|
|
|
clean:
|
2003-07-20 00:06:37 +00:00
|
|
|
-if exist .\*.o del .\*.o
|
2003-07-04 19:36:51 +00:00
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
cube:
|
|
|
|
(cd cube && $(MAKE) all)
|
2003-07-04 19:36:51 +00:00
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
.PHONY: all clean cube
|