r5593 - trunk/gta02-core/modules

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Aug 31 22:08:51 CEST 2009


Author: werner
Date: 2009-08-31 22:08:50 +0200 (Mon, 31 Aug 2009)
New Revision: 5593

Added:
   trunk/gta02-core/modules/Makefile
Log:
- oops, forgot to commit. Thanks, Dave.



Added: trunk/gta02-core/modules/Makefile
===================================================================
--- trunk/gta02-core/modules/Makefile	                        (rev 0)
+++ trunk/gta02-core/modules/Makefile	2009-08-31 20:08:50 UTC (rev 5593)
@@ -0,0 +1,34 @@
+.PHONY:		all ps gv xpdf loe gen generate upload clean
+
+ALL=gta02-core-modules
+UPLOAD=werner at sita.openmoko.org:public_html/gta02-core/
+COPY=rsync -e ssh --progress
+
+all:
+		@echo "make what ? targets: gen gv xpdf loe ps upload clean"
+		@exit 1
+
+ps:
+		./mkloe --ps
+
+gv:
+		gv $(ALL).ps.gz
+
+xpdf:
+		xpdf $(ALL).pdf
+
+loe:
+		./mkloe
+
+gen generate:
+		./mkloe --one-ps $(ALL).ps
+		gzip -9 $(ALL).ps
+		./mkloe --one-pdf $(ALL).pdf
+
+upload:		gen
+		$(COPY) $(ALL).ps.gz $(ALL).pdf $(UPLOAD)
+
+clean:
+		rm -f *~*.fpd
+		rm -f *.mod *.ps
+		rm -f $(ALL).ps $(ALL).pdf




More information about the commitlog mailing list