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