X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2FMakefile.in;h=ac158dcb5c68318661bcf8fee28b444e0cbef7f4;hb=b69c64da41243fbfb87740a2c5e3be9f022594ac;hp=3b5bf0c8a284f155918355f0af98e71c3495af7d;hpb=058e32ca21d22a685f45a92f054bc4a439431e79;p=flightgear.git diff --git a/LaRCsim/Makefile.in b/LaRCsim/Makefile.in index 3b5bf0c8a..ac158dcb5 100644 --- a/LaRCsim/Makefile.in +++ b/LaRCsim/Makefile.in @@ -85,12 +85,12 @@ libLaRCsim_la_SOURCES = \ $(NavionFILES) \ $(InterfaceFILES) 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@ @@ -128,7 +128,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/Flight/LaRCsim/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Flight/LaRCsim/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -222,14 +222,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Src/Flight/LaRCsim +subdir = Simulator/Flight/LaRCsim 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/Flight/LaRCsim/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Flight/LaRCsim/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \