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/ada/app_templates/adahello/Makefile.am

17 lines
434 B

dataFiles = main.adb app.kdevelop ada-Makefile app.kdevelop.filelist
### no need to change below:
template_DATA = adahello.kdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
adahello.tar.gz:
$(TAR) -cf adahello.tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 adahello.tar
archivedir = ${appwizarddatadir}
archive_DATA = adahello.tar.gz adahello.png
CLEANFILES = *.tar.gz