]> Pileus Git - aweather/blob - src/Makefile.am
Fix misc bugs and bump version to 0.3
[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) \
12                     -DPKGDATADIR="\"$(pkgdatadir)\"" -DPLUGINSDIR="\"$(pkglibdir)\""
13
14 wsr88ddec       = wsr88ddec.c
15 wsr88ddec_LDADD = -lbz2
16
17 CLEANFILES = gmon.out valgrind.out
18 MAINTAINERCLEANFILES = Makefile.in
19
20 test: all
21         .libs/aweather -o -d 7
22
23 gdb: all
24         gdb .libs/aweather
25
26 ddd: all
27         ddd .libs/aweather