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.
|
|
|
dataFiles = main.adb app.tdevelop ada-Makefile app.tdevelop.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
|
|
|
|
|