2010-05-09 18:19:11 +00:00
|
|
|
#
|
|
|
|
# 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
|
2010-06-24 20:01:40 +00:00
|
|
|
@-$(RM) Source/config.h
|
2010-05-09 18:19:11 +00:00
|
|
|
|
|
|
|
# Things to do before distcleaning
|
|
|
|
# before-distclean::
|
|
|
|
|
|
|
|
# Things to do after distcleaning
|
|
|
|
after-distclean::
|
2010-06-24 20:01:40 +00:00
|
|
|
@-$(RM) config.log config.status config.make Source/config.h
|
2010-05-09 18:19:11 +00:00
|
|
|
@-$(RM) -rf autom4te.cache
|
|
|
|
|
|
|
|
# Things to do before checking
|
|
|
|
# before-check::
|
|
|
|
|
|
|
|
# Things to do after checking
|
|
|
|
# after-check::
|
|
|
|
|
|
|
|
|
|
|
|
# Rule to generate configuration data:
|
|
|
|
|
2010-06-24 20:01:40 +00:00
|
|
|
config.make: config.make.in Source/config.h.in
|
2010-05-09 18:19:11 +00:00
|
|
|
./configure
|