2010-07-14 10:46:23 +00:00
|
|
|
#
|
2010-09-05 19:09:05 +00:00
|
|
|
# GNUmakefile.postamble for DBusKit test bundle
|
2010-07-14 10:46:23 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Things to do before compiling
|
2010-09-05 19:09:05 +00:00
|
|
|
before-all::
|
|
|
|
ln -s ../Source/DBusKit.framework/Versions/Current/Headers DBusKit
|
2010-07-14 10:46:23 +00:00
|
|
|
|
|
|
|
# Things to do after compiling
|
2010-09-05 19:09:05 +00:00
|
|
|
after-all::
|
|
|
|
@-$(RM) DBusKit
|
2011-02-15 22:05:24 +00:00
|
|
|
LD_LIBRARY_PATH=../Source/DBusKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR):$$LD_LIBRARY_PATH ukrun $(BUNDLE_NAME).bundle
|
2010-07-14 10:46:23 +00:00
|
|
|
|
|
|
|
# Things to do before installing
|
|
|
|
# before-install::
|
|
|
|
|
|
|
|
# Things to do after installing
|
|
|
|
# after-install::
|
|
|
|
|
|
|
|
# Things to do before uninstalling
|
|
|
|
# before-uninstall::
|
|
|
|
|
|
|
|
# Things to do after uninstalling
|
|
|
|
# after-uninstall::
|
|
|
|
|
|
|
|
# Things to do before cleaning
|
|
|
|
# before-clean::
|
|
|
|
|
|
|
|
# Things to do after cleaning
|
|
|
|
after-clean::
|
|
|
|
@-$(RM) -rf DBusKitTests.bundle
|
|
|
|
|
|
|
|
# Things to do before distcleaning
|
|
|
|
# before-distclean::
|
|
|
|
|
|
|
|
# Things to do after distcleaning
|
|
|
|
#after-distclean::
|
|
|
|
|
|
|
|
# Things to do before checking
|
|
|
|
# before-check::
|
|
|
|
|
|
|
|
# Things to do after checking
|
|
|
|
# after-check::
|