~ubuntu-branches/ubuntu/natty/gtk-sharp2/natty

« back to all changes in this revision

Viewing changes to glib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2009-02-27 00:13:39 UTC
  • mfrom: (1.1.14 upstream) (13.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090227001339-p3n3vjbjm5gjkdgb
Tags: 2.12.8-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        $(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -out:$(ASSEMBLY) -target:library $(references) $(build_sources)
102
102
        $(GAPI_CDECL_INSERT)
103
103
 
104
 
$(POLICY_ASSEMBLIES): $(top_builddir)/policy.config gtk-sharp.snk
105
 
        @for i in $(POLICY_VERSIONS); do        \
106
 
          echo "Creating policy.$$i.$(ASSEMBLY)";       \
107
 
          sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.config;  \
108
 
          $(AL) -link:policy.$$i.config -out:policy.$$i.$(ASSEMBLY) -keyfile:gtk-sharp.snk;     \
109
 
        done
 
104
policy.%.config: $(top_builddir)/policy.config
 
105
        sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$*/" $(top_builddir)/policy.config > $@
 
106
 
 
107
$(POLICY_ASSEMBLIES) : policy.%.$(ASSEMBLY): policy.%.config gtk-sharp.snk
 
108
        $(AL) -link:policy.$*.config -out:$@ -keyfile:gtk-sharp.snk
110
109
 
111
110
install-data-local:
112
111
        @if test -n '$(TARGET)'; then                                                   \