]> Pileus Git - grits/blob - src/Makefile.am
site changing works
[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         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
17 test: all
18         LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \
19         ./aweather
20
21 debug: all
22         LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \
23         gdb ./aweather