X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2FMakefile.am;h=c955106bbb16b09f19d10b6ac3e9c3e49c5e6187;hp=cca3efd5515bd094c6034880c356b4c4bc49a2af;hb=417339b0711d05eb6df2a9c5a9b10551f3515edd;hpb=b2a5589ec7bc4350a62d374deab69e86465f0432 diff --git a/src/Makefile.am b/src/Makefile.am index cca3efd..c955106 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,27 @@ -bin_PROGRAMS = aweather +SUBDIRS = plugins -aweather_SOURCES = aweather.c aweather.h cube.c cube.h -aweather_CPPFLAGS = @PACKAGE_CFLAGS@ -aweather_LDADD = @PACKAGE_LIBS@ +AM_CFLAGS = -Wall --std=gnu99 +AM_CPPFLAGS = $(GIS_CFLAGS) +LIBS = $(GIS_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 + .libs/aweather -o -d 7 + +gdb: all + gdb .libs/aweather + +ddd: all + ddd .libs/aweather