2003-06-23 18:42:25 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2004-02-14 21:14:15 -05:00
|
|
|
# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
|
2003-06-23 18:42:25 -04:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
2002-04-18 12:41:35 -04:00
|
|
|
|
|
|
|
|
2003-06-23 18:42:25 -04:00
|
|
|
@MAKE_SET@
|
|
|
|
|
2003-07-04 10:03:07 -04:00
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
2003-07-05 18:39:53 -04:00
|
|
|
INSTALL = @INSTALL@
|
2003-06-23 18:42:25 -04:00
|
|
|
|
2003-06-28 20:43:30 -04:00
|
|
|
### Variables: ###
|
|
|
|
|
2003-09-27 11:48:14 -04:00
|
|
|
DESTDIR =
|
2003-06-28 20:43:30 -04:00
|
|
|
|
2003-06-23 18:42:25 -04:00
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
all: styles wxedit
|
2003-06-23 18:42:25 -04:00
|
|
|
|
2004-01-21 22:48:09 -05:00
|
|
|
install: all
|
|
|
|
|
|
|
|
uninstall:
|
|
|
|
|
|
|
|
install-strip: install
|
|
|
|
|
2003-06-28 20:43:30 -04:00
|
|
|
clean:
|
2003-08-13 08:38:44 -04:00
|
|
|
rm -rf ./.deps ./.pch
|
2003-08-01 14:59:37 -04:00
|
|
|
rm -f ./*.o
|
2003-08-07 19:01:52 -04:00
|
|
|
(cd styles && $(MAKE) clean)
|
|
|
|
(cd wxedit && $(MAKE) clean)
|
2003-06-28 20:43:30 -04:00
|
|
|
|
2003-06-25 14:14:32 -04:00
|
|
|
distclean: clean
|
2003-08-13 08:38:44 -04:00
|
|
|
rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
2003-06-25 14:14:32 -04:00
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
styles:
|
|
|
|
(cd styles && $(MAKE) all)
|
2003-07-04 10:03:07 -04:00
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
wxedit:
|
|
|
|
(cd wxedit && $(MAKE) all)
|
|
|
|
|
2003-06-23 18:42:25 -04:00
|
|
|
|
|
|
|
# Include dependency info, if present:
|
2003-06-25 14:14:32 -04:00
|
|
|
@IF_GNU_MAKE@-include .deps/*.d
|
2003-06-23 18:42:25 -04:00
|
|
|
|
2004-01-21 22:48:09 -05:00
|
|
|
.PHONY: all install uninstall clean distclean styles wxedit
|