X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Weather%2FMakefile.in;h=bae46fa4f3b50665b70f54effd13e3e73c3ab95b;hb=b69c64da41243fbfb87740a2c5e3be9f022594ac;hp=2666c8220339fa135781cd8a59d7d6e8d4a71c1b;hpb=058e32ca21d22a685f45a92f054bc4a439431e79;p=flightgear.git diff --git a/Weather/Makefile.in b/Weather/Makefile.in index 2666c8220..bae46fa4f 100644 --- a/Weather/Makefile.in +++ b/Weather/Makefile.in @@ -76,12 +76,12 @@ lib_LTLIBRARIES = libWeather.la libWeather_la_SOURCES = \ weather.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@ @@ -112,7 +112,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/Weather/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Weather/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -206,14 +206,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Src/Weather +subdir = Simulator/Weather 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/Weather/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Weather/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \