]> git.draconx.ca Git - gob-dx.git/blobdiff - Makefile.in
Release 0.91.1
[gob-dx.git] / Makefile.in
index ef517bcfaa32a7097f187804256b09104b2467c1..5b29e9af5057eb28dc0aa4d8c99afd17f9e98703 100644 (file)
@@ -61,6 +61,7 @@ CC = @CC@
 CFLAGS = @CFLAGS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+DOINSTGOB = @DOINSTGOB@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_CONFIG = @GLIB_CONFIG@
 GLIB_LIBS = @GLIB_LIBS@
@@ -69,13 +70,15 @@ LEX = @LEX@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MV = @MV@
+NOINSTGOB = @NOINSTGOB@
 PACKAGE = @PACKAGE@
 RM = @RM@
 TAR = @TAR@
 VERSION = @VERSION@
 YACC = @YACC@
 
-SUBDIRS = src doc
+SUBDIRS = @SUBDIRS@
+DIST_SUBDIRS = src doc examples
 
 EXTRA_DIST = gob.spec.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -83,7 +86,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =  gob.spec
 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
-Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
+Makefile.am Makefile.in NEWS TODO aclocal.m4 config.h.in configure \
 configure.in gob.spec.in install-sh missing mkinstalldirs
 
 
@@ -274,7 +277,7 @@ distdir: $(DISTFILES)
            || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done
-       for subdir in $(SUBDIRS); do \
+       for subdir in $(DIST_SUBDIRS); do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
@@ -359,7 +362,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
-dist-hook:
+dist-hook: gob.spec
        cp gob.spec $(distdir)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.