X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=Makefile.in;h=aba3a415582a6cce837ab7dda722403a624bb259;hp=fe94087fba0aed76be4ffa917891f19e63f082a2;hb=bd1d464294e037da19ccc80d8cc60475768eb2ca;hpb=74377b5c32f908a9d5a7665f4ad81d35619272f9 diff --git a/Makefile.in b/Makefile.in index fe94087..aba3a41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,9 +96,9 @@ wxlibs = @wxlibs@ @HAVE_WXWINDOWS_TRUE@EXTRA_DIRS3 = 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) @@ -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 \