X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=c969493d750816406a4201c5a6d5800f1c29b0a6;hb=807100ae8d20f0a22ab3bcf72c88c0c4a03ec112;hp=cca3efd5515bd094c6034880c356b4c4bc49a2af;hpb=b2a5589ec7bc4350a62d374deab69e86465f0432;p=grits diff --git a/src/Makefile.am b/src/Makefile.am index cca3efd..c969493 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,11 @@ +AM_CPPFLAGS = $(RSL_CFLAGS) $(GTK_CFLAGS) $(CURL_CFLAGS) +AM_CFLAGS = -O3 -Wall -Werror --std=gnu99 + bin_PROGRAMS = aweather -aweather_SOURCES = aweather.c aweather.h cube.c cube.h -aweather_CPPFLAGS = @PACKAGE_CFLAGS@ -aweather_LDADD = @PACKAGE_LIBS@ +aweather_SOURCES = aweather.c opengl.c radar.c ridge.c example.c +aweather_LDADD = $(RSL_LIBS) $(GTK_LIBS) $(CURL_LIBS) + +test: all + LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \ + ./aweather