all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.6 1997/06/27 20:03:32 curt
+# Working on Makefile structure.
+#
# Revision 1.5 1997/06/26 19:08:28 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.7 1997/06/27 20:03:33 curt
+# Working on Makefile structure.
+#
# Revision 1.6 1997/06/26 19:08:29 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
+
+dep: depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.7 1997/06/27 20:03:34 curt
+# Working on Makefile structure.
+#
# Revision 1.6 1997/06/26 19:08:30 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.5 1997/06/27 20:03:34 curt
+# Working on Makefile structure.
+#
# Revision 1.4 1997/06/26 19:08:30 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.18 1997/06/27 20:03:36 curt
+# Working on Makefile structure.
+#
# Revision 1.17 1997/06/26 22:14:54 curt
# Beginning work on a scenery management system.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.12 1997/06/27 20:03:37 curt
+# Working on Makefile structure.
+#
# Revision 1.11 1997/06/26 22:14:57 curt
# Beginning work on a scenery management system.
#
#include "scenery.h"
-#include "ParseVrml/parsevrml.h"
+#include "ParseVRML/parsevrml.h"
/* Initialize the Scenery Management system */
/* $Log$
-/* Revision 1.1 1997/06/27 02:26:30 curt
-/* Initial revision.
+/* Revision 1.2 1997/06/27 20:03:37 curt
+/* Working on Makefile structure.
/*
+ * Revision 1.1 1997/06/27 02:26:30 curt
+ * Initial revision.
+ *
*/
# You shouldn't need to modify anything beyond this point
#---------------------------------------------------------------------------
-SUBSUBDIRS = Flight/LaRCsim Flight/Slew Scenery/ParseScn Scenery/ParseVrml
+SUBSUBDIRS = Flight/LaRCsim Flight/Slew Scenery/ParseScn Scenery/ParseVRML
SUBDIRS = Aircraft Controls Flight mat3 Scenery Timer
MAIN = OpenGL
( cd $$dir; $(MAKE) ) ; \
done
+depend:
+ for dir in $(SUBSUBDIRS) $(SUBDIRS); do \
+ ( cd $$dir; $(MAKE) depend ) ; \
+ done
+ for dir in $(MAIN); do \
+ ( cd $$dir; $(MAKE) depend ) ; \
+ done
+
dep:
for dir in $(SUBSUBDIRS) $(SUBDIRS); do \
- ( cd $$dir; $(MAKE) dep ) ; \
+ ( cd $$dir; $(CC) -MM *.c > depend ) ; \
done
for dir in $(MAIN); do \
- ( cd $$dir; $(MAKE) dep ) ; \
+ ( cd $$dir; $(CC) -MM *.c > depend ) ; \
done
clean:
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.11 1997/06/27 20:03:31 curt
+# Working on Makefile structure.
+#
# Revision 1.10 1997/06/26 19:08:22 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.5 1997/06/27 20:03:36 curt
+# Working on Makefile structure.
+#
# Revision 1.4 1997/06/26 19:08:31 curt
# Restructuring make, adding automatic "make dep" support.
#
all: $(TARGET)
-dep:
- $(CC) -MM *.c > depend
+# depend:
+# $(CC) -MM *.c > depend
clean:
rm -f *.o $(TARGET) lib*.a *~ core
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.5 1997/06/27 20:03:40 curt
+# Working on Makefile structure.
+#
# Revision 1.4 1997/06/26 19:08:37 curt
# Restructuring make, adding automatic "make dep" support.
#