]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/Makefile.in
Release 2.0.13
[gob-dx.git] / examples / Makefile.in
index efc432067acf73b0c70943ef65e0e47fba6a3c4e..1bf39862581f319d2bd64b65216bfc411af7e40a 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -57,15 +57,20 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
 CC = @CC@
 CFLAGS = @CFLAGS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
-DOINSTGOB = @DOINSTGOB@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
+HAVE_LIB = @HAVE_LIB@
+INSTGOB = @INSTGOB@
 LDFLAGS = @LDFLAGS@
 LEX = @LEX@
+LIB = @LIB@
+LTLIB = @LTLIB@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MV = @MV@
@@ -78,10 +83,10 @@ VERSION = @VERSION@
 YACC = @YACC@
 YFLAGS = @YFLAGS@
 
-EXTRA_DIST =   README                          gtk-button-count.gob            my-person.gob                   my-person2.gob                  GNOME_Foo_SomeInterface.idl     foo-some-interface.gob
+EXTRA_DIST =   README                          gtk-button-count.gob            my-person.gob                   GNOME_Foo_SomeInterface.idl     foo-some-interface.gob  my-glade.gob                    my-glade.glade                  my-glade-main.c
 
 
-SUBDIRS = 
+SUBDIRS = .
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -179,7 +184,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
          awk '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
+         || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
 mostlyclean-tags: