17 lines
365 B
Makefile
17 lines
365 B
Makefile
# @P@/src/@NAME@/Makefile
|
|
#
|
|
# (c)2007, @AUTHOR@, <@EMAIL@>.
|
|
# Released under the GNU GPLv3. See file COPYING or
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
|
#
|
|
|
|
# Build files.
|
|
default:
|
|
|
|
# Install files according to PREFIX, INSTALL_PREFIX, BINDIR, LIBDIR, ...
|
|
install:
|
|
|
|
# options for text editors
|
|
# kate: @KATE_MODELINE@
|
|
# vim: syntax=make:@VIM_MODELINE@
|