]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.in
Release 0.93.2
[gob-dx.git] / src / Makefile.in
index 3b197de98b1da58d2074ed4402906a58e9a6a802..ced6ae4b3d13b8ff9924d34af6971d032e47c069 100644 (file)
@@ -88,7 +88,7 @@ bin_PROGRAMS = @DOINSTGOB@
 noinst_PROGRAMS = @NOINSTGOB@
 EXTRA_PROGRAMS = gob
 
-gob_SOURCES =          main.c                  main.h                  tree.c                  tree.h                  out.c                   out.h                   util.c                  util.h                  checks.c                checks.h                parse.y                 lexer.l
+gob_SOURCES =          main.c                  main.h                  treefuncs.c             treefuncs.h             out.c                   out.h                   util.c                  util.h                  checks.c                checks.h                parse.y                 lexer.l
 
 
 gob_LDADD =    -lm     $(GLIB_LIBS)    @LEXLIB@
@@ -101,7 +101,7 @@ BUILT_SOURCES = parse.h parse.c lexer.c
 
 CLEANFILES =  $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h
 
-EXTRA_DIST = test.gob
+EXTRA_DIST = test.gob generate_treefuncs.pl treefuncs.def
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -110,7 +110,7 @@ PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
 
 DEFS = @DEFS@ -I. -I$(srcdir) -I..
 LIBS = @LIBS@
-gob_OBJECTS =  main.o tree.o out.o util.o checks.o parse.o lexer.o
+gob_OBJECTS =  main.o treefuncs.o out.o util.o checks.o parse.o lexer.o
 gob_DEPENDENCIES = 
 gob_LDFLAGS = 
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
@@ -318,13 +318,15 @@ distdir: $(DISTFILES)
              || exit 1; \
          fi; \
        done
-checks.o: checks.c ../config.h tree.h main.h util.h checks.h
-lexer.o: lexer.c ../config.h tree.h parse.h main.h util.h
-main.o: main.c ../config.h tree.h parse.h out.h util.h checks.h main.h
+checks.o: checks.c ../config.h treefuncs.h main.h util.h checks.h
+lexer.o: lexer.c ../config.h treefuncs.h parse.h main.h util.h
+main.o: main.c ../config.h treefuncs.h parse.h out.h util.h checks.h \
+       main.h
 out.o: out.c main.h out.h
-parse.o: parse.c ../config.h tree.h main.h util.h
+parse.o: parse.c ../config.h treefuncs.h main.h util.h
+treefuncs.o: treefuncs.c treefuncs.h
 tree.o: tree.c ../config.h tree.h
-util.o: util.c ../config.h tree.h main.h util.h
+util.o: util.c ../config.h treefuncs.h main.h util.h
 
 info-am:
 info: info-recursive