X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2FMakefile;h=1a7ee56f900acdc57df3b096f2d3a46add731bd6;hb=417048636fba6b0de91c08081a43cc953e7a01b4;hp=491a592125a966742c77b141f6e4707bfa061fb5;hpb=450dd6d45af260f7e32aa4612e069c1cdba7fd7b;p=flightgear.git diff --git a/Scenery/Makefile b/Scenery/Makefile index 491a59212..1a7ee56f9 100644 --- a/Scenery/Makefile +++ b/Scenery/Makefile @@ -26,7 +26,7 @@ TARGET = libScenery.a -CFILES = common.c mesh.c scenery.c scanner.c parser.c geometry.c +CFILES = chunkmgr.c common.c mesh.c scenery.c scanner.c parser.c geometry.c HFILES = OFILES = $(CFILES:.c=.o) @@ -75,6 +75,9 @@ scanner.o: scanner.c parser.o: parser.c $(CC) $(CFLAGS) -c parser.c -o $@ +chunkmgr.o: + $(CC) $(CFLAGS) -c chunkmgr.c -o $@ + common.o: $(CC) $(CFLAGS) -c common.c -o $@ @@ -89,6 +92,9 @@ geometry.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.17 1997/07/23 21:52:23 curt +# Put comments around the text after an #endif for increased portability. +# # Revision 1.16 1997/07/20 02:19:11 curt # First stab at a system to generate os2 makefiles automatically. #