]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.am
Release 1.0.2
[gob-dx.git] / src / Makefile.am
index 7b43adaccf4aff12c0b877161f4297e9a26f33e3..1c846fd21270509a1b50deb5e2035cb3fdf51d8e 100644 (file)
@@ -2,6 +2,8 @@
 YFLAGS += -d -t
 SUBDIRS =
 
+CFLAGS += -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
+
 INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
 
 bin_PROGRAMS = @DOINSTGOB@
@@ -11,10 +13,14 @@ EXTRA_PROGRAMS = gob
 gob_SOURCES =  \
        main.c          \
        main.h          \
-       tree.c          \
-       tree.h          \
+       treefuncs.c     \
+       treefuncs.h     \
        out.c           \
        out.h           \
+       util.c          \
+       util.h          \
+       checks.c        \
+       checks.h        \
        parse.y         \
        lexer.l
 
@@ -30,7 +36,7 @@ BUILT_SOURCES = parse.h parse.c lexer.c
 
 CLEANFILES += $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h
 
-EXTRA_DIST = test.gob
+EXTRA_DIST = test.gob generate_treefuncs.pl treefuncs.def
 
 parse.h: parse.y
        $(YACC) $(YFLAGS) $<