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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/khello2/CMakeLists.txt

  • 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
 
 
2
 
 
3
#original Makefile.am contents follow:
 
4
 
 
5
#dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.kdevelop \
 
6
#       subdirs app.desktop khello2.png widget.cpp widget.h widgetbase.ui
 
7
#
 
8
#templateName = khello2
 
9
#
 
10
#### no need to change below:
 
11
#template_DATA = $(templateName).kdevtemplate
 
12
#templatedir = ${appwizarddatadir}/templates
 
13
#
 
14
#appwizarddatadir = ${kde_datadir}/kdevappwizard
 
15
#$(templateName).tar.gz:
 
16
#       $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
 
17
#       $(GZIP) -9 $(templateName).tar
 
18
#
 
19
#archivedir = ${appwizarddatadir}
 
20
#archive_DATA = $(templateName).tar.gz ${templateName}.png
 
21
#
 
22
#CLEANFILES = *.tar.gz
 
 
b'\\ No newline at end of file'