2007-08-14 22:16:29 +01:00
|
|
|
# @P@/src/@NAME@/Makefile
|
|
|
|
#
|
|
|
|
# (c)2007, @AUTHOR@, <@EMAIL@>.
|
2007-10-14 11:31:40 +01:00
|
|
|
# Released under the GNU GPLv3. See file COPYING or
|
2007-08-14 22:16:29 +01:00
|
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
|
|
|
#
|
|
|
|
|
2008-03-01 17:01:45 +00:00
|
|
|
# Build files.
|
2007-08-14 22:16:29 +01:00
|
|
|
default:
|
|
|
|
|
|
|
|
# Install files according to PREFIX, INSTALL_PREFIX, BINDIR, LIBDIR, ...
|
|
|
|
install:
|
|
|
|
|
|
|
|
# options for text editors
|
|
|
|
# kate: @KATE_MODELINE@
|
|
|
|
# vim: syntax=make:@VIM_MODELINE@
|