~ubuntu-branches/ubuntu/precise/gtk-sharp2/precise

« back to all changes in this revision

Viewing changes to msi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-05-18 00:00:41 UTC
  • mfrom: (1.1.16 upstream) (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100518000041-tlgvki554jx6ndhi
Tags: 2.12.10-1
* New upstream release
* debian/rules:
  + Bump API version to 2.12.10
* debian/control:
  + Bump Standards to 3.8.4 (no changes needed)
* debian/source/format:
  + Force Debian source format 1.0
* debian/rules:
  + Write a get-orig-source rule
* debian/watch:
  + Get rid of evil "debian uupdate" line which breaks packaging work on
    Ubuntu
* debian/patches/01_dllmaps.dpatch:
  + Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = unmanaged .
 
2
 
 
3
assembly_dirs = glib pango atk gdk gtk glade gtkdotnet
 
4
 
 
5
if ENABLE_MSI
 
6
TARGET=gtk-sharp-2.0.msi
 
7
else
 
8
TARGET=
 
9
endif
 
10
 
 
11
noinst_DATA = $(TARGET)
 
12
 
 
13
gtk-sharp-2.0.msi: gtk-sharp-2.0.wxs
 
14
        mkdir -p binaries
 
15
        rm -rf binaries/*
 
16
        cp $(top_builddir)/generator/gapi_codegen.exe binaries
 
17
        cp $(top_builddir)/*/glue/.libs/*.dll binaries
 
18
        for a in $(assembly_dirs); do \
 
19
                mkdir -p binaries/$$a; \
 
20
                cp $(top_builddir)/$$a/*.dll binaries/$$a; \
 
21
                cp $(top_builddir)/$$a/policy.*.config binaries/$$a; \
 
22
        done
 
23
        cp $(top_builddir)/sample/GtkDemo/GtkDemo.exe binaries
 
24
        candle -ext WixUIExtension gtk-sharp-2.0.wxs
 
25
        light -cultures:en-us -ext WixUIExtension -ext WixNetFxExtension gtk-sharp-2.0.wixobj
 
26
 
 
27
EXTRA_DIST = license.rtf