]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.am
Release 2.0.6
[gob-dx.git] / src / Makefile.am
index b9d186dd6178f9757034fa61883f4c18b0f9185b..cd51e9c37b5b3044123558ef6011a6f654c1364f 100644 (file)
@@ -1,8 +1,8 @@
 #YACCFLAGS += -d -t
-YFLAGS = -d -t
+AM_YFLAGS = -d -t
 SUBDIRS = .
 
-CFLAGS = @CFLAGS@ \
+AM_CFLAGS = \
        -Wall                   \
        -Wpointer-arith         \
        -Wmissing-prototypes    \
@@ -51,10 +51,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