From 8a8bb3cf7e7d37d2d0fd90bf8e08243b0f3ede28 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 6 Apr 1998 15:56:15 +0000 Subject: [PATCH] Minor cleanups and reorganizations. --- Astro/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Astro/Makefile.in b/Astro/Makefile.in index 76aacd27..98cd5d31 100644 --- a/Astro/Makefile.in +++ b/Astro/Makefile.in @@ -81,12 +81,12 @@ libAstro_la_SOURCES = \ stars.c \ sun.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../../Src/Include/config.h +CONFIG_HEADER = ../../Simulator/Include/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../../Src/Include +DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -119,7 +119,7 @@ all: Makefile $(LTLIBRARIES) .SUFFIXES: .SUFFIXES: .S .c .lo .o .s $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Src/Astro/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Astro/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -213,14 +213,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Src/Astro +subdir = Simulator/Astro distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Src/Astro/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Astro/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ -- 2.39.2