~skiter23/codeblocks/Stable

« back to all changes in this revision

Viewing changes to plugins/compilergcc/resources/Makefile.am

  • Committer: skiter
  • Date: 2008-04-13 02:17:50 UTC
  • Revision ID: skiter@anonymous-20080413021750-idptbpxvdui6ms6y
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pkgdata_DATA = compiler.zip
 
2
CLEANFILES = $(pkgdata_DATA)
 
3
 
 
4
EXTRA_DIST = advanced_compiler_options.xrc \
 
5
        compiler_menu.xrc \
 
6
        compiler_options.xrc \
 
7
        compiler_toolbar_16x16.xrc \
 
8
        compiler_toolbar.xrc \
 
9
        manifest.xml \
 
10
        images/compile.png \
 
11
        images/compilerun.png \
 
12
        images/rebuild.png \
 
13
        images/run.png \
 
14
        images/stop.png \
 
15
        images/16x16/compile.png \
 
16
        images/16x16/compilerun.png \
 
17
        images/16x16/rebuild.png \
 
18
        images/16x16/run.png \
 
19
        images/16x16/stop.png
 
20
 
 
21
compiler.zip: $(EXTRA_DIST)
 
22
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/compiler.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null
 
23