Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1690 → Rev 1689

/demos/trunk/servo/Makefile
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: makefile
===================================================================
--- makefile (nonexistent)
+++ makefile (revision 1689)
@@ -0,0 +1,15 @@
+#
+#
+#
+
+ifndef BASE
+BASE=../..
+endif
+include $(BASE)/config/config.mk
+
+PROGS = load
+
+include $(BASE)/config/example.mk
+
+load:
+ make -f $(SUBMAKE) APP=load INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__LINUXC26__ __INPUT__ __SERVO__"
/makefile
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property