darling-dbuskit/GNUmakefile.postamble
Niels Grewe 06d0255d86 Reorganise the project so that the tests are built as a separate subproject and
linked against the framework.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@30962 72102866-910b-0410-8b05-ffd578937521
2010-07-14 10:46:23 +00:00

50 lines
888 B
Plaintext

#
# 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) config.make
@-$(RM) Source/config.h
# Things to do before distcleaning
# before-distclean::
# Things to do after distcleaning
after-distclean::
@-$(RM) config.log config.status config.make Source/config.h
@-$(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 Source/config.h.in
./configure