From: curt Date: Mon, 19 Jan 1998 19:43:07 +0000 (+0000) Subject: More misc. tweaks for rpk make merge. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=238c6f7c880e4a329282c0230ae79cd9a1a3b956;p=simgear.git More misc. tweaks for rpk make merge. --- diff --git a/Math/Makefile b/Math/Makefile index c5c62aa3..7566c2ef 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -24,7 +24,7 @@ #--------------------------------------------------------------------------- ARLIBRARY = libMath.a -TARGETS = $(ARLIBRARY) geotest +TARGETS = $(ARLIBRARY) CFILES = MAT3geom.c MAT3inv.c MAT3mat.c MAT3vec.c fg_geodesy.c fg_random.c polar.c vector.c CXXFILES = @@ -33,7 +33,4 @@ LDIRT = $(FG_ROOT_LIB)/$(ARLIBRARY) include $(FG_ROOT_SRC)/commondefs -geotest: geotest.o $(ARLIBRARY) - $(CC) $(LDFLAGS) -o $@ $< -lMath -lm -lc - include $(COMMONRULES) diff --git a/Math/depend b/Math/depend index c6605e20..4d936107 100644 --- a/Math/depend +++ b/Math/depend @@ -1,8 +1,9 @@ -MAT3geom.o: MAT3geom.c mat3defs.h mat3.h -MAT3inv.o: MAT3inv.c mat3defs.h mat3.h -MAT3mat.o: MAT3mat.c mat3defs.h mat3.h -MAT3vec.o: MAT3vec.c mat3.h -fg_geodesy.o: fg_geodesy.c fg_geodesy.h ../Include/constants.h +MAT3geom.o: MAT3geom.c +MAT3inv.o: MAT3inv.c +MAT3mat.o: MAT3mat.c +MAT3vec.o: MAT3vec.c +fg_geodesy.o: fg_geodesy.c fg_random.o: fg_random.c fg_random.h -polar.o: polar.c polar.h ../Include/types.h ../Include/constants.h -vector.o: vector.c vector.h ../Math/mat3.h +geotest.o: geotest.c +polar.o: polar.c +vector.o: vector.c