diff makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents 4bddc63a59fc
children 3cd265c0d704
line wrap: on
line diff
--- a/makefile	Fri Sep 26 11:23:57 2003 +0000
+++ b/makefile	Fri Sep 26 12:26:10 2003 +0000
@@ -1,14 +1,14 @@
-include Makefile.rules
+include rules.mak
 
-dirs	= $(LEVEL1) $(LEVEL2) $(NLEVEL2) $(3RDPARTY)
+dirs	= $(6809L1) $(6809L2) $(6309L2) $(3RDPARTY)
  
 # Make all components
 all:
-	@$(ECHO) "*********************************************"
-	@$(ECHO) "*                                           *"
-	@$(ECHO) "*          COCOOS9 SOURCE PROJECT           *"
-	@$(ECHO) "*                                           *"
-	@$(ECHO) "*********************************************"
+	@$(ECHO) "**************************************************"
+	@$(ECHO) "*                                                *"
+	@$(ECHO) "*              THE NITROS-9 PROJECT              *"
+	@$(ECHO) "*                                                *"
+	@$(ECHO) "**************************************************"
 	$(foreach dir, $(dirs), ($(CD) $(dir); make);)
 
 # Clean all components