]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/Makefile
Working on Makefile structure.
[flightgear.git] / Scenery / Makefile
index ec441d6ecae109c38dcfa0edf56d483dccabf5e6..aa230a8099edc5d151a4e90b466c902e0bd249c6 100644 (file)
@@ -30,12 +30,11 @@ CFILES = common.c mesh.c scenery.c
 HFILES = 
 OFILES = $(CFILES:.c=.o)
 
-CC = gcc
-CFLAGS = $(FG_CFLAGS)
 
-AR = ar
+include ../make.inc
+
 
-INCLUDES = 
+CFLAGS = $(FG_CFLAGS)
 
 
 #---------------------------------------------------------------------------
@@ -47,9 +46,6 @@ $(TARGET): $(OFILES) $(HFILES)
 
 all: $(TARGET)
 
-# depend:
-#      $(CC) -MM *.c > depend                     
-
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
 
@@ -72,6 +68,9 @@ scenery.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.13  1997/06/27 21:38:10  curt
+# Working on Makefile structure.
+#
 # Revision 1.12  1997/06/27 20:03:37  curt
 # Working on Makefile structure.
 #