]> Pileus Git - grits/blob - src/gis/Makefile.am
autotools broke itself..
[grits] / src / gis / Makefile.am
1 AM_CFLAGS = -Wall -Werror -Wno-unused --std=gnu99 
2
3 BUILT_SOURCES = gis-marshal.c gis-marshal.h
4 lib_LTLIBRARIES  = libgis.la
5 gis_includedir = $(includedir)/gis
6 gis_include_HEADERS = \
7         gis.h         \
8         gis-world.h   \
9         gis-view.h    \
10         gis-prefs.h   \
11         gis-opengl.h  \
12         gis-plugin.h  \
13         gis-data.h
14 libgis_la_SOURCES = \
15         gis-world.c   gis-world.h  \
16         gis-view.c    gis-view.h   \
17         gis-prefs.c   gis-prefs.h  \
18         gis-opengl.c  gis-opengl.h \
19         gis-plugin.c  gis-plugin.h \
20         gis-data.c    gis-data.h   \
21         gis-marshal.c gis-marshal.h
22 libgis_la_CPPFLAGS = -DPLUGINDIR="\"$(libdir)/aweather\"" $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
23 libgis_la_LIBADD = $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
24
25 MAINTAINERCLEANFILES = Makefile.in
26
27 .list.c:
28         glib-genmarshal --prefix=gis_cclosure_marshal --body   $< > $@
29 .list.h:
30         glib-genmarshal --prefix=gis_cclosure_marshal --header $< > $@