1
0
Fork 0

More misc. tweaks for rpk make merge.

This commit is contained in:
curt 1998-01-19 19:43:07 +00:00
parent 0dd244fb0c
commit 238c6f7c88
2 changed files with 9 additions and 11 deletions

View file

@ -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)

View file

@ -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