darling-dbuskit/GNUmakefile.postamble

52 lines
912 B
Plaintext
Raw Normal View History

#
# GNUmakefile.postamble for DBusKit
#
# Things to do before compiling
# before-all::
# Things to do after compiling
#after-all::
# 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 DBusKit.bundle
@-$(RM) -rf DBusKit.framework
@-$(RM) -rf derived_src
@-$(RM) config.make
# Things to do before distcleaning
# before-distclean::
# Things to do after distcleaning
after-distclean::
@-$(RM) config.log config.status config.make
@-$(RM) -rf autom4te.cache
# Things to do before checking
# before-check::
# Things to do after checking
# after-check::
# Rule to generate configuration data:
config.make: config.make.in
./configure