From b6ec5707e8c1cde2df1eed00bcf197ef65253df9 Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 20 Jul 1997 02:19:11 +0000 Subject: [PATCH] First stab at a system to generate os2 makefiles automatically. --- Math/Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Math/Makefile b/Math/Makefile index 64d5cddb..4e81cb4a 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -47,7 +47,7 @@ $(TARGET): $(OFILES) all: $(TARGET) clean: - rm -f *.o $(TARGET) lib*.a *~ core + rm -f *.o $(TARGET) lib*.a *.os2 *~ core #--------------------------------------------------------------------------- @@ -56,12 +56,27 @@ clean: include depend +MAT3geom.o: + $(CC) $(CFLAGS) -c $< -o $@ + +MAT3inv.o: + $(CC) $(CFLAGS) -c $< -o $@ + +MAT3mat.o: + $(CC) $(CFLAGS) -c $< -o $@ + +MAT3vec.o: + $(CC) $(CFLAGS) -c $< -o $@ + polar.o: - $(CC) $(CFLAGS) -c polar.c + $(CC) $(CFLAGS) -c polar.c -o $@ #--------------------------------------------------------------------------- # $Log$ +# Revision 1.10 1997/07/20 02:19:11 curt +# First stab at a system to generate os2 makefiles automatically. +# # Revision 1.9 1997/07/12 02:24:46 curt # Added ranlib. # -- 2.39.2