Changed order yet again
[egate.git] / Makefile
index 813ce7b..384ffb7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,31 @@
 # Europagate, 1994-1995.
 #
 # $Log: Makefile,v $
-# Revision 1.2  1995/02/10 16:48:52  adam
+# Revision 1.10  1995/02/16 18:36:18  quinn
+# Changed order yet again
+#
+# Revision 1.9  1995/02/16  18:35:43  quinn
+# Changing order.
+#
+# Revision 1.8  1995/02/16  18:34:06  adam
+# Minor changes.
+#
+# Revision 1.7  1995/02/16  15:01:26  quinn
+# Added zlayer
+#
+# Revision 1.6  1995/02/16  14:47:31  quinn
+# Removed CC
+#
+# Revision 1.5  1995/02/15  17:40:47  adam
+# New module kernel.
+#
+# Revision 1.4  1995/02/13  12:34:56  adam
+# New module ccl.
+#
+# Revision 1.3  1995/02/10  17:21:17  adam
+# FML is add as sub Makefile.
+#
+# Revision 1.2  1995/02/10  16:48:52  adam
 # Minor changes.
 #
 # Revision 1.1.1.1  1995/02/09  17:27:11  adam
@@ -10,9 +34,9 @@
 #
 SHELL=/bin/sh
 MAKE=make
-SUBDIR=res+log util
+SUBDIR=res+log util fml ccl zlayer kernel
 CFLAGS=-Wall -g -pedantic -ansi 
-CC=gcc
+#CC=gcc
 
 all:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)"; then cd ..; else exit 1; fi; done