~ubuntu-branches/ubuntu/breezy/tomboy/breezy

« back to all changes in this revision

Viewing changes to Tomboy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2005-08-30 12:39:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050830123918-02e647td3gnlplhh
Tags: 0.3.2-9ubuntu4
Get on D-BUS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
GMSGFMT = @GMSGFMT@
112
112
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
113
113
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
114
GTK_CFLAGS = @GTK_CFLAGS@
 
115
GTK_LIBS = @GTK_LIBS@
114
116
INSTALL_DATA = @INSTALL_DATA@
115
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
123
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
122
124
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
123
125
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
126
INTLTOOL_ICONV = @INTLTOOL_ICONV@
124
127
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
125
128
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
126
129
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
130
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
131
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
127
132
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
128
133
INTLTOOL_PERL = @INTLTOOL_PERL@
129
134
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
136
141
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
137
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
143
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
144
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
145
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
139
146
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
140
147
LDFLAGS = @LDFLAGS@
141
148
LIBOBJS = @LIBOBJS@
285
292
CLEANFILES = \
286
293
        $(TARGET)               \
287
294
        $(TARGET).config        \
 
295
        $(TARGET).mdb           \
288
296
        $(WRAPPER)              \
289
297
        Defines.cs
290
298
 
629
637
$(TARGET): $(CSFILES) $(srcdir)/Defines.cs
630
638
        $(CSC) -o $@ $(CSFLAGS) $^ $(ASSEMBLIES) $(RESOURCES)
631
639
 
632
 
$(WRAPPER): $(srcdir)/$(WRAPPER).in
 
640
$(WRAPPER): $(srcdir)/$(WRAPPER).in Makefile
633
641
        sed -e "s|\@prefix\@|$(prefix)|g"               \
634
642
            -e "s|\@pkglibdir\@|$(pkglibdir)|g"         \
635
643
            -e "s|\@bindir\@|$(bindir)|g"               \
636
644
            -e "s|\@target\@|$(TARGET)|g"               \
637
645
            -e "s|\@wrapper\@|$(WRAPPER)|g"             \
638
646
            -e "s|\@extragac\@|$(EXTRA_GAC_PREFIX)|g"   \
639
 
            < $^ > $@
 
647
            < $< > $@
640
648
        chmod +x $(WRAPPER)
641
649
 
642
 
$(TARGET).config: $(srcdir)/$(TARGET).config.in
 
650
$(TARGET).config: $(srcdir)/$(TARGET).config.in Makefile
643
651
        sed -e "s|\@pkglibdir\@|$(pkglibdir)|" \
644
 
            < $^ > $@
 
652
            < $< > $@
645
653
 
646
 
$(srcdir)/Defines.cs: $(srcdir)/Defines.cs.in
 
654
$(srcdir)/Defines.cs: $(srcdir)/Defines.cs.in Makefile
647
655
        sed -e "s|\@version\@|$(VERSION)|"     \
648
656
            -e "s|\@datadir\@|$(datadir)|"     \
649
657
            -e "s|\@pkglibdir\@|$(pkglibdir)|" \
650
 
            < $^ > $@
 
658
            < $< > $@
651
659
# Tell versions [3.59,3.63) of GNU make to not export all variables.
652
660
# Otherwise a system limit (for SysV at least) may be exceeded.
653
661
.NOEXPORT: