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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kdevpart/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 kdevpart_part.cpp kdevpart_part.h \
 
6
#       kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc \
 
7
#       kdevpart.desktop app.kdevelop README.dox globalconfigbase.ui globalconfig.h \
 
8
#       globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp
 
9
#templateName = kdevpart
 
10
#
 
11
#### no need to change below:
 
12
#template_DATA = $(templateName).kdevtemplate
 
13
#templatedir = ${appwizarddatadir}/templates
 
14
#
 
15
#appwizarddatadir = ${kde_datadir}/kdevappwizard
 
16
#$(templateName).tar.gz:
 
17
#       $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
 
18
#       $(GZIP) -9 $(templateName).tar
 
19
#
 
20
#archivedir = ${appwizarddatadir}
 
21
#archive_DATA = $(templateName).tar.gz ${templateName}.png
 
22
#
 
23
#CLEANFILES = *.tar.gz
 
 
b'\\ No newline at end of file'