]> Pileus Git - aweather/blob - src/Makefile.am
Splitting out libgis
[aweather] / src / Makefile.am
1 SUBDIRS = plugins
2
3 AM_CFLAGS   = -Wall --std=gnu99 
4 AM_CPPFLAGS = $(GIS_CFLAGS)
5 LIBS        = $(GIS_LIBS)
6
7 bin_PROGRAMS = aweather wsr88ddec
8 aweather_SOURCES  = main.c \
9         aweather-gui.c      aweather-gui.h \
10         aweather-location.c aweather-location.h
11 aweather_CPPFLAGS = $(AM_CPPFLAGS) -DDATADIR="\"$(datadir)\""
12
13 wsr88ddec       = wsr88ddec.c
14 wsr88ddec_LDADD = -lbz2
15
16 CLEANFILES = gmon.out valgrind.out
17 MAINTAINERCLEANFILES = Makefile.in
18
19 test: all
20         aweather -o -d 7 -s KVNX
21
22 gdb: all
23         gdb aweather
24
25 ddd: all
26         ddd aweather