]> Pileus Git - grits/blob - src/Makefile.am
Adding copyright statements and a few bug fixes (hacks) for shading radar data
[grits] / src / Makefile.am
1 AM_CPPFLAGS  = -DDATADIR="\"$(datadir)\"" $(RSL_CFLAGS) $(GTK_CFLAGS) $(CURL_CFLAGS) 
2 AM_CFLAGS    = -Wall -Werror -Wno-unused --std=gnu99 
3 AM_LDFLAGS   = -Wl,--export-dynamic
4 bin_PROGRAMS = aweather wsr88ddec
5
6 aweather_SOURCES  = main.c \
7         aweather-gui.c   aweather-gui.h   \
8         aweather-view.c  aweather-view.h  \
9         data.c           data.h           \
10         location.c       location.h       \
11         plugin-radar.c   plugin-radar.h   \
12         plugin-ridge.c   plugin-ridge.h   \
13         plugin-example.c plugin-example.h
14 aweather_LDADD    = $(RSL_LIBS) $(GTK_LIBS) $(CURL_LIBS)
15
16 wsr88ddec         = wsr88ddec.c
17 wsr88ddec_LDADD   = -lbz2
18
19 # LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ 
20
21 test: all
22         ./aweather
23
24 gdb: all
25         gdb ./aweather
26
27 ddd: all
28         ddd ./aweather