You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/generichello/Makefile.am

19 lines
590 B

dataFiles = main.cpp cpphello.png app.kdevelop app.prj
templateName = cppgenerichello
# BELOW is not the GENERIC Template-Template;
# png-filename differs from archive file name
### no need to change below:
template_DATA = $(templateName).kdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar
archivedir = ${appwizarddatadir}
archive_DATA = $(templateName).tar.gz cpphello.png
CLEANFILES = *.tar.gz