~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/gnome2mmapp/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dataFiles = acconfig.h autogen.sh gnome2mm.glade main_window.cc \
 
2
        main_window_glade.hh Makefile.am app-Makefile.am \
 
3
        configure.in gnome2mm.gladep main_window.hh \
 
4
        app.kdevelop gnome2mm.cc gnome2mmapp main_window_glade.cc\
 
5
        src-Makefile.am config.h gnome2mmapp.png
 
6
 
 
7
templateName = gnome2mmapp
 
8
 
 
9
### no need to change below:
 
10
template_DATA = $(templateName).kdevtemplate
 
11
templatedir = ${appwizarddatadir}/templates
 
12
 
 
13
appwizarddatadir = ${kde_datadir}/kdevappwizard
 
14
$(templateName).tar.gz: ${dataFiles}
 
15
        $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
 
16
        gzip -f9 $(templateName).tar
 
17
 
 
18
archivedir = ${appwizarddatadir}
 
19
archive_DATA = $(templateName).tar.gz ${templateName}.png
 
20
 
 
21
CLEANFILES = *.tar.gz
 
 
b'\\ No newline at end of file'