]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Win32 port (and gnulib)
[aweather] / src / plugins / Makefile.am
1 AM_CFLAGS   = -Wall --std=gnu99 $(GIS_CFLAGS)
2 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
3 AM_LDFLAGS  = -module -avoid-version -no-undefined
4 LIBS        = $(GIS_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-location.c
17 radar_la_LIBADD  = $(addprefix $(top_srcdir)/lib/,$(gl_LTLIBOBJS))
18 radar_la_LDFLAGS = $(AM_LDFLAGS) $(RSL_LIBS)
19 endif
20
21 test:
22         ( cd ../; make test )
23
24 MAINTAINERCLEANFILES = Makefile.in