X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2FMakefile.in;h=f18430d38f1c59f20def1134efbb4b429b3e41d5;hb=b69c64da41243fbfb87740a2c5e3be9f022594ac;hp=70082bb29820e3cb8745b4e0f80855e6ddd48b23;hpb=058e32ca21d22a685f45a92f054bc4a439431e79;p=flightgear.git diff --git a/Time/Makefile.in b/Time/Makefile.in index 70082bb29..f18430d38 100644 --- a/Time/Makefile.in +++ b/Time/Makefile.in @@ -79,12 +79,12 @@ libTime_la_SOURCES = \ fg_timer.c \ sunpos.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@ @@ -116,7 +116,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/Time/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Time/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -210,14 +210,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Src/Time +subdir = Simulator/Time 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/Time/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Time/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \