From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/working/plugintemplate/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kommander/working/plugintemplate/Makefile.am (limited to 'kommander/working/plugintemplate/Makefile.am') diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am new file mode 100644 index 00000000..14e3c0a8 --- /dev/null +++ b/kommander/working/plugintemplate/Makefile.am @@ -0,0 +1,17 @@ +dataFiles = src-Makefile.am plugin.cpp \ + widget.h widget.cpp app.kdevelop +templateName = kommanderplugin + +### 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 ${templateName}.png + +CLEANFILES = *.tar.gz \ No newline at end of file -- cgit v1.2.1