~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/profiler/resources/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = configuration.xrc main_dialog.xrc manifest.xml
 
2
 
 
3
pkgdata_DATA = Profiler.zip
 
4
CLEANFILES = $(pkgdata_DATA)
 
5
 
 
6
Profiler.zip: $(EXTRA_DIST)
 
7
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/Profiler.zip manifest.xml *.xrc > /dev/null