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

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/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
SUBDIRS = avr c_file console d directx dll empty empty_file fltk glfw glut gtk h_file irrlicht lf ogre opengl plugins qt4 sdl smartwin staticlib sharedlib sys win32gui wxwidgets
 
2
 
 
3
pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard
 
4
 
 
5
dist_pkgdata_DATA = common_functions.script \
 
6
                                        config.script
 
7
 
 
8
EXTRA_DIST = manifest.xml
 
9
 
 
10
scriptedwizard.zip: $(EXTRA_DIST)
 
11
        PWD=`pwd` cd $(srcdir) && zip $(PWD)/scriptedwizard.zip manifest.xml > /dev/null
 
12
 
 
13
install-data-local: scriptedwizard.zip
 
14
        $(mkinstalldirs) $(DESTDIR)$(datadir)/@PACKAGE@/; \
 
15
        if test -f $(srcdir)/scriptedwizard.zip; then p=$(srcdir)/scriptedwizard.zip; else p=scriptedwizard.zip; fi; \
 
16
        $(INSTALL_DATA) $$p $(DESTDIR)$(datadir)/@PACKAGE@/scriptedwizard.zip