2003-06-23 22:42:25 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-25 12:38:48 +00:00
|
|
|
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
|
2003-06-23 22:42:25 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
2000-03-01 20:11:17 +00:00
|
|
|
|
|
|
|
|
2003-06-23 22:42:25 +00:00
|
|
|
@MAKE_SET@
|
2000-03-01 20:11:17 +00:00
|
|
|
|
2003-07-04 14:03:07 +00:00
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
2003-07-05 22:39:53 +00:00
|
|
|
INSTALL = @INSTALL@
|
2000-03-01 20:11:17 +00:00
|
|
|
|
2003-06-29 00:43:30 +00:00
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
|
2003-06-23 22:42:25 +00:00
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
all: cube
|
2003-06-23 22:42:25 +00:00
|
|
|
|
|
|
|
clean:
|
2003-06-29 00:43:30 +00:00
|
|
|
rm -rf ./.deps
|
2003-08-01 18:59:37 +00:00
|
|
|
rm -f ./*.o
|
2003-07-20 00:06:37 +00:00
|
|
|
(cd cube && $(MAKE) clean)
|
|
|
|
|
|
|
|
cube:
|
|
|
|
(cd cube && $(MAKE) all)
|
2003-06-23 22:42:25 +00:00
|
|
|
|
2003-07-04 14:03:07 +00:00
|
|
|
distclean: clean
|
|
|
|
rm -f configure config.cache config.log config.status
|
|
|
|
rm -f bk-deps shared-ld-sh
|
|
|
|
|
2003-06-23 22:42:25 +00:00
|
|
|
install: all
|
2003-07-20 00:06:37 +00:00
|
|
|
(cd cube && $(MAKE) install)
|
2003-06-23 22:42:25 +00:00
|
|
|
|
2003-07-04 14:03:07 +00:00
|
|
|
install-strip: install
|
2003-07-20 00:06:37 +00:00
|
|
|
(cd cube && $(MAKE) install-strip)
|
2003-06-25 18:14:32 +00:00
|
|
|
|
2003-06-23 22:42:25 +00:00
|
|
|
uninstall:
|
|
|
|
|
|
|
|
|
|
|
|
# Include dependency info, if present:
|
2003-06-25 18:14:32 +00:00
|
|
|
@IF_GNU_MAKE@-include .deps/*.d
|
2003-06-23 22:42:25 +00:00
|
|
|
|
2003-07-20 00:06:37 +00:00
|
|
|
.PHONY: all clean cube distclean install uninstall
|