## FILE: GNUmakefile.postamble
 #
 # Project              TChat
 #
 # Creator              Chris B. Vetter
 # Maintainer           Chris B. Vetter
 # Creation Date        Mon Sep 11 15:22:05 CEST 2006
 #
 # Copyright (c) 2006
 #
 # TChat is free software under the terms of a dual BSD/LGPL license.
 # For a full copyright description, see the COPYRIGHT file.
 #
 ############################################################################

#
# 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::

#
# 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::

#
# End of File.


syntax highlighted by Code2HTML, v. 0.9.1