]> Pileus Git - grits/blob - src/Makefile.am
some site-switching code
[grits] / src / Makefile.am
1 AM_CPPFLAGS  = -DDATADIR="\"$(datadir)\"" $(RSL_CFLAGS) $(GTK_CFLAGS) $(CURL_CFLAGS) 
2 AM_CFLAGS    = -O3 -Wall -Werror --std=gnu99 
3 AM_LDFLAGS   = -Wl,--export-dynamic
4 bin_PROGRAMS = aweather
5
6 aweather_SOURCES  = main.c \
7         aweather-gui.c   aweather-gui.h   \
8         aweather-view.c  aweather-view.h  \
9         location.c       location.h       \
10         plugin-radar.c   plugin-radar.h   \
11         plugin-ridge.c   plugin-ridge.h   \
12         plugin-example.c plugin-example.h
13 aweather_LDADD    = $(RSL_LIBS) $(GTK_LIBS) $(CURL_LIBS)
14
15
16 test: all
17         LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \
18         ./aweather
19
20 debug: all
21         LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \
22         gdb ./aweather