]> git.mxchange.org Git - simgear.git/commitdiff
Code reorganizations. Added a Lib/ directory for more general libraries.
authorcurt <curt>
Tue, 14 Apr 1998 02:23:15 +0000 (02:23 +0000)
committercurt <curt>
Tue, 14 Apr 1998 02:23:15 +0000 (02:23 +0000)
Math/Makefile.am
Math/Makefile.in

index 01af4fd34307b506e9f39e57c7e1b90e6a945785..2308375c204d605ed5c9ebe87bba89bfd53e491f 100644 (file)
@@ -12,4 +12,4 @@ libMath_la_SOURCES = \
        polar.c polar.h \
        vector.c vector.h
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
index cd7d4153b487190672f8542ae7dbee01cfb87a9c..a4e90796c771b34f818b2212124f590a0647e2fa 100644 (file)
@@ -84,12 +84,12 @@ libMath_la_SOURCES = \
        polar.c polar.h \
        vector.c vector.h
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../Simulator/Include/config.h
+CONFIG_HEADER = ../../Include/config.h
 CONFIG_CLEAN_FILES = 
 LTLIBRARIES =  $(lib_LTLIBRARIES)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
@@ -323,7 +323,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.