X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2FMakefile.am;h=c955106bbb16b09f19d10b6ac3e9c3e49c5e6187;hp=4fecc9749f0f711389fd62b3aa79b4eab48e4d42;hb=417339b0711d05eb6df2a9c5a9b10551f3515edd;hpb=f230908a4780fd954772bbc3d17658aba86baea8 diff --git a/src/Makefile.am b/src/Makefile.am index 4fecc97..c955106 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,16 +1,27 @@ -AM_CPPFLAGS = $(RSL_CFLAGS) $(GTK_CFLAGS) $(CURL_CFLAGS) -AM_CFLAGS = -O3 -Wall -Werror --std=gnu99 +SUBDIRS = plugins -bin_PROGRAMS = aweather +AM_CFLAGS = -Wall --std=gnu99 +AM_CPPFLAGS = $(GIS_CFLAGS) +LIBS = $(GIS_LIBS) -aweather_SOURCES = \ - aweather.c aweather.h \ - opengl.c opengl.h \ - plugin-radar.c plugin-radar.h \ - plugin-ridge.c plugin-ridge.h \ - plugin-example.c plugin-example.h -aweather_LDADD = $(RSL_LIBS) $(GTK_LIBS) $(CURL_LIBS) +bin_PROGRAMS = aweather wsr88ddec +aweather_SOURCES = main.c \ + aweather-gui.c aweather-gui.h \ + aweather-location.c aweather-location.h +aweather_CPPFLAGS = $(AM_CPPFLAGS) \ + -DPKGDATADIR="\"$(pkgdatadir)\"" -DPLUGINSDIR="\"$(pkglibdir)\"" + +wsr88ddec = wsr88ddec.c +wsr88ddec_LDADD = -lbz2 + +CLEANFILES = gmon.out valgrind.out +MAINTAINERCLEANFILES = Makefile.in test: all - LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \ - ./aweather + .libs/aweather -o -d 7 + +gdb: all + gdb .libs/aweather + +ddd: all + ddd .libs/aweather