X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.in;h=c03937626835ba0bdecde46f2251a686ecefc437;hb=927091eef1e6c8b410aa0affaada8eb5ebb3f44f;hp=e1ddc32e6b8ee4898121e3974fd07ef43562cc87;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/Makefile.in b/Makefile.in index e1ddc32e..c0393762 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 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. @@ -64,16 +64,12 @@ CLOBBER = @CLOBBER@ CXX = @CXX@ DEBUG = @DEBUG@ INTERLACE = @INTERLACE@ -MAINT = @MAINT@ -MAKEINFO = @MAKEINFO@ NEWWMSPEC = @NEWWMSPEC@ NLS = @NLS@ ORDEREDPSEUDO = @ORDEREDPSEUDO@ -PACKAGE = @PACKAGE@ SHAPE = @SHAPE@ SLIT = @SLIT@ TIMEDCACHE = @TIMEDCACHE@ -VERSION = @VERSION@ gencat_cmd = @gencat_cmd@ regex_cmd = @regex_cmd@ @@ -81,14 +77,16 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = data doc nls src util MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = version.h -DIST_COMMON = README ./stamp-h.in AUTHORS ChangeLog INSTALL Makefile.am \ -Makefile.in TODO aclocal.m4 config.h.in configure configure.in \ -install-sh missing mkinstalldirs version.h.in +DIST_COMMON = README ./stamp-h.in AUTHORS INSTALL Makefile.am \ +Makefile.in TODO config.h.in configure configure.in install-sh missing \ +mkinstalldirs version.h.in + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -103,10 +101,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in - cd $(srcdir) && $(ACLOCAL) -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) @@ -177,7 +173,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//`; \