X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8..38fac18bf81df672821ebbac4130ce41f0a6c61f:/examples/Makefile.in diff --git a/examples/Makefile.in b/examples/Makefile.in index dd245f4..efc4320 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -63,7 +63,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ DOINSTGOB = @DOINSTGOB@ GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_CONFIG = @GLIB_CONFIG@ GLIB_LIBS = @GLIB_LIBS@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ @@ -72,12 +71,15 @@ MAKEINFO = @MAKEINFO@ MV = @MV@ NOINSTGOB = @NOINSTGOB@ PACKAGE = @PACKAGE@ +PKG_CONFIG = @PKG_CONFIG@ RM = @RM@ TAR = @TAR@ 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 SUBDIRS = mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -135,7 +137,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ @@ -196,7 +198,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \