X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/c9d96fcfcf9b74099775a3a260eccdfdc31474c7..77fd2f2194af12f95959506910f3babe842c5f1f:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 1c846fd..ffe9113 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,8 @@ bin_PROGRAMS = @DOINSTGOB@ noinst_PROGRAMS = @NOINSTGOB@ EXTRA_PROGRAMS = gob +BUILT_SOURCES = parse.h parse.c lexer.c + gob_SOURCES = \ main.c \ main.h \ @@ -32,13 +34,11 @@ gob_LDADD = \ # we might want popt back in the future # @POPT_LIB@ -BUILT_SOURCES = parse.h parse.c lexer.c - CLEANFILES += $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h EXTRA_DIST = test.gob generate_treefuncs.pl treefuncs.def -parse.h: parse.y +parse.h parse.c: parse.y $(YACC) $(YFLAGS) $< test -f y.tab.c && mv -f y.tab.c parse.c test -f y.tab.h && mv -f y.tab.h parse.h