summaryrefslogtreecommitdiffstats
path: root/languages/ada/app_templates/adahello/Makefile.am
blob: 5a970c9147aacbfd9c6840360eb17d9df9731472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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