X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.in;h=7ec9acdabd7c5b231d5887da9944d71f01371f47;hb=c5171b1bac474eb90f7a78247864eb3696022f7c;hp=96cb90e5ddac09da554988d37ee93794235d70f3;hpb=75f16c2cce21659cd370b8d3090a6905cbdc6cca;p=ctsim.git diff --git a/Makefile.in b/Makefile.in index 96cb90e..7ec9acd 100644 --- a/Makefile.in +++ b/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. @@ -89,16 +89,16 @@ webenabled = @webenabled@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ -@INCLUDED_GETOPT_LONG_TRUE@EXTRA_DIRS1 = getopt +@INCLUDED_GETOPT_LONG_TRUE@EXTRA_DIRS1 = @INCLUDED_GETOPT_LONG_TRUE@getopt @INCLUDED_GETOPT_LONG_FALSE@EXTRA_DIRS1 = -@HAVE_SGP_TRUE@EXTRA_DIRS2 = libctgraphics +@HAVE_SGP_TRUE@EXTRA_DIRS2 = @HAVE_SGP_TRUE@libctgraphics @HAVE_SGP_FALSE@EXTRA_DIRS2 = -@HAVE_WXWINDOWS_TRUE@EXTRA_DIRS3 = src +@HAVE_WXWINDOWS_TRUE@EXTRA_DIRS3 = @HAVE_WXWINDOWS_TRUE@src @HAVE_WXWINDOWS_FALSE@EXTRA_DIRS3 = -SUBDIRS = $(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) +SUBDIRS = $(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include $(EXTRA_DIRS3) tools helical -EXTRA_DIST = acsite.m4 make.bat +EXTRA_DIST = acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h @@ -114,7 +114,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best DIST_SUBDIRS = getopt libctgraphics libctsupport libctsim man doc html \ -cgi-bin include tools src +cgi-bin include src tools helical all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) @@ -196,7 +196,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//`; \ @@ -292,6 +292,8 @@ distdir: $(DISTFILES) distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile + $(mkinstalldirs) $(distdir)/msvc $(distdir)/msvc/ctsim \ + $(distdir)/msvc/ctsimtext $(distdir)/msvc/libctsim @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \