~ted/indicator-application/mono-bindings-startup

« back to all changes in this revision

Viewing changes to bindings/mono/Makefile.am

  • Committer: Ted Gould
  • Date: 2010-05-21 03:03:10 UTC
  • mfrom: (119.3.4 trunk.0.1)
  • Revision ID: ted@gould.cx-20100521030310-ucmpyw4czqhuoc6x
Merging in updates from the 0.1 series branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
TEST_SOURCES = TestIndicator.cs
20
20
customs = ApplicationIndicator.custom
21
21
EXTRA_DIST =                                    \
 
22
        AssemblyInfo.cs \
22
23
        $(RAW_API)                              \
23
24
        $(METADATA)                             \
24
25
        appindicator-sharp-0.1.pc.in            \
74
75
        --outdir=generated --assembly-name=$(ASSEMBLY_NAME)     \
75
76
        && touch generated-stamp
76
77
 
77
 
$(ASSEMBLY): generated-stamp
 
78
$(ASSEMBLY): generated-stamp $(srcdir)/AssemblyInfo.cs
78
79
        @rm -f $(ASSEMBLY).mdb
79
 
        $(CSC) $(CSFLAGS) -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(references) $(builddir)/$(GENERATED_SOURCES) AssemblyInfo.cs
 
80
        $(CSC) $(CSFLAGS) -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(references) $(builddir)/$(GENERATED_SOURCES) $(srcdir)/AssemblyInfo.cs
80
81
 
81
82
install-data-local:
82
83
        echo "$(GACUTIL) -i $(ASSEMBLY_NAME).dll  -package $(ASSEMBLY_NAME) -root $(DESTDIR)$(prefix)/lib";  \