]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.in
Release 0.90.0
[gob-dx.git] / src / Makefile.in
index 09de471e5e6fbc495e615e00b8229b31902254d7..3252f31ff6e8af1c4118469b83416a9a4e397985 100644 (file)
@@ -83,7 +83,7 @@ INCLUDES = @GLIB_CFLAGS@ -I$(includedir)
 
 bin_PROGRAMS = gob
 
-gob_SOURCES =          main.c                  tree.c                  tree.h                  out.c                   out.h                   parse.y                 lexer.l
+gob_SOURCES =          main.c                  main.h                  tree.c                  tree.h                  out.c                   out.h                   parse.y                 lexer.l
 
 
 gob_LDADD =    -lm     -lpopt  $(GLIB_LIBS)    @LEXLIB@
@@ -91,7 +91,7 @@ gob_LDADD =   -lm     -lpopt  $(GLIB_LIBS)    @LEXLIB@
 
 BUILT_SOURCES = parse.h parse.c lexer.c
 
-CLEANFILES =  $(BUILT_SOURCES)
+CLEANFILES =  $(BUILT_SOURCES) gtk-weird-button.*
 
 EXTRA_DIST = test.gob
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -232,9 +232,9 @@ distdir: $(DISTFILES)
          fi; \
        done
 lexer.o: lexer.c ../config.h parse.h
-main.o: main.c ../config.h tree.h parse.h out.h
+main.o: main.c ../config.h tree.h parse.h out.h main.h
 out.o: out.c out.h
-parse.o: parse.c ../config.h tree.h
+parse.o: parse.c ../config.h tree.h main.h
 tree.o: tree.c ../config.h tree.h
 
 info-am:
@@ -316,6 +316,8 @@ parse.h: parse.y
        test -f y.tab.h && mv -f y.tab.h parse.h
 
 test: gtk-weird-button.c gtk-weird-button.h
+       $(CC) -g -Wall `gtk-config --cflags` -c gtk-weird-button.c
+
 gtk-weird-button.c gtk-weird-button.h: test.gob gob
        ./gob test.gob