]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Misc Grits/formatting updates
[aweather] / src / plugins / Makefile.am
1 AM_CFLAGS   = -Wall --std=gnu99 $(GRITS_CFLAGS)
2 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
3 AM_LDFLAGS  = -module -avoid-version -no-undefined
4 LIBS        = $(GRITS_LIBS)
5
6 pluginsdir  = $(pkglibdir)
7
8 plugins_LTLIBRARIES =
9
10 if HAVE_RSL
11 plugins_LTLIBRARIES += radar.la
12 radar_la_SOURCES = \
13         radar.c  radar.h \
14         level2.c level2.h \
15         ../aweather-colormap.c \
16         ../aweather-colormap.h \
17         ../aweather-location.c \
18         ../aweather-location.h
19 radar_la_LIBADD  = $(RSL_LIBS) $(GRITS_LIBS) \
20                    $(addprefix $(top_srcdir)/lib/,$(gl_LTLIBOBJS))
21 endif
22
23 test:
24         ( cd ../; make test )
25
26 MAINTAINERCLEANFILES = Makefile.in