]> Pileus Git - aweather/blob - src/Makefile.am
Move RSL file handling to level2 object
[aweather] / src / Makefile.am
1 SUBDIRS = plugins
2
3 AM_CFLAGS = -Wall --std=gnu99 
4
5 bin_PROGRAMS = aweather wsr88ddec
6 aweather_SOURCES  = main.c \
7         aweather-gui.c      aweather-gui.h \
8         aweather-location.c aweather-location.h
9 aweather_CPPFLAGS = \
10         -DPKGDATADIR="\"$(pkgdatadir)\"" \
11         -DPLUGINSDIR="\"$(pkglibdir)\""
12 aweather_CFLAGS   = $(GIS_CFLAGS) $(AM_CFLAGS)
13 aweather_LDADD    = $(GIS_LIBS)
14
15 wsr88ddec         = wsr88ddec.c
16 wsr88ddec_CFLAGS  = $(GLIB_CFLAGS) $(AM_CFLAGS)
17 wsr88ddec_LDADD   = $(GLIB_LIBS) -lbz2
18
19 CLEANFILES = gmon.out valgrind.out
20 MAINTAINERCLEANFILES = Makefile.in
21
22 test: all
23         .libs/aweather -o -d 7
24
25 gdb: all
26         gdb .libs/aweather
27
28 ddd: all
29         ddd .libs/aweather