X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/69c350c69e70bddb040dfc5d90b0368376a6389e..308dc7bdfb924370cfd205f656eb0e83191d01a9:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index b9d186d..d69c879 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,13 @@ #YACCFLAGS += -d -t -YFLAGS = -d -t +AM_YFLAGS = -d -t SUBDIRS = . -CFLAGS = @CFLAGS@ \ - -Wall \ - -Wpointer-arith \ - -Wmissing-prototypes \ - -Wmissing-declarations +#GCC specific, should not be in distributed files +#AM_CFLAGS = \ +# -Wall \ +# -Wpointer-arith \ +# -Wmissing-prototypes \ +# -Wmissing-declarations DEFS = @DEFS@ \ -DPKGDATADIR=\"$(pkgdatadir)\" @@ -51,10 +52,10 @@ CLEANFILES = @CLEANFILES@ $(BUILT_SOURCES) test-object.* test-object-private.h EXTRA_DIST = $(BUILT_SOURCES) test.gob generate_treefuncs.pl treefuncs.def -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 +# 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 test: test-object.c test-object.h $(CC) -g -Wall `pkg-config --cflags gobject-2.0 gtk+-2.0` -c test-object.c