]> Pileus Git - grits/blob - src/gis/Makefile.am
Splitting GIS into a shared library, and a lot more
[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 libgis_la_SOURCES = \
6         gis-prefs.c   gis-prefs.h  \
7         gis-world.c   gis-world.h  \
8         gis-view.c    gis-view.h   \
9         gis-opengl.c  gis-opengl.h \
10         gis-plugin.c  gis-plugin.h \
11         gis-data.c    gis-data.h   \
12         gis-marshal.c gis-marshal.h
13 libgis_la_CPPFLAGS = -DPLUGINDIR="\"$(libdir)/aweather\"" $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
14 libgis_la_LIBADD = $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
15
16 MAINTAINERCLEANFILES = Makefile.in
17
18 .list.c:
19         glib-genmarshal --prefix=gis_cclosure_marshal --body   $< > $@
20 .list.h:
21         glib-genmarshal --prefix=gis_cclosure_marshal --header $< > $@