source: trunk/third/gnome-applets/gweather/Makefile.am @ 20910

Revision 20910, 1.8 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = docs
4
5INCLUDES = \
6        -I$(srcdir)     \
7        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8        -DGTK_ENABLE_BROKEN     \
9        $(GNOME_APPLETS_CFLAGS) \
10        $(GNOME_VFS_APPLETS_CFLAGS)
11
12libexec_PROGRAMS = gweather-applet-2
13
14gweather_applet_2_SOURCES = \
15        gweather.h \
16        main.c \
17        gweather-about.c gweather-about.h \
18        gweather-pref.c gweather-pref.h \
19        gweather-dialog.c gweather-dialog.h \
20        gweather-applet.c gweather-applet.h \
21        weather.c weather.h \
22        gweather-xml.c gweather-xml.h
23
24gweather_applet_2_LDADD = \
25        $(GNOME_APPLETS_LIBS)   \
26        $(GNOME_VFS_APPLETS_LIBS)
27
28schemasdir   = @GCONF_SCHEMA_FILE_DIR@
29schemas_in_files = gweather.schemas.in
30schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
31
32@INTLTOOL_SCHEMAS_RULE@
33
34uidir = $(datadir)/gnome-2.0/ui
35ui_DATA = GNOME_GWeatherApplet.xml
36
37serverdir       = $(libdir)/bonobo/servers
38server_in_files = GNOME_GWeatherApplet_Factory.server.in
39server_DATA     = $(server_in_files:.server.in=.server)
40
41$(server_in_files): $(server_in_files:.server.in=.server.in.in)
42        sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
43
44CLEANFILES = $(server_in_files) $(server_DATA)
45
46gweatherlocationsdir = $(datadir)/gweather
47gweatherlocations_in_files = Locations.xml.in
48gweatherlocations_DATA = $(gweatherlocations_in_files:.xml.in=.xml)
49%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po-locations/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po-locations/.intltool-merge-cache $(top_srcdir)/po-locations $< $@
50
51EXTRA_DIST = \
52        GNOME_GWeatherApplet_Factory.server.in.in \
53        $(schemas_in_files) \
54        $(ui_DATA)       \
55        Locations.xml
56
57@INTLTOOL_SERVER_RULE@
58
59if GCONF_SCHEMAS_INSTALL
60install-data-local:
61        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA) ;
62endif
Note: See TracBrowser for help on using the repository browser.