X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/f319f19a8ef9c6d076359ed4bbbc42cdecefc0f0..daead564b9592e78d418deb56a211cd5ea399f76:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 09de471..3252f31 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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