[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 16 15:07:01 PST 2003


Changes in directory llvm:

Makefile.common updated: 1.71 -> 1.72

---
Log message:

Add helper


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.71 llvm/Makefile.common:1.72
--- llvm/Makefile.common:1.71	Thu Jan 16 14:02:30 2003
+++ llvm/Makefile.common	Thu Jan 16 15:06:18 2003
@@ -468,6 +468,10 @@
 	$(VERB) mkdir -p $(@D)
 	@date > $@
 
+# To create postscript files from dot files...
+%.ps: %.dot
+	dot -Tps < $< > $@
+
 # 'make clean' nukes the tree
 clean::
 	$(VERB) rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Profile $(BUILD_ROOT)/Depend





More information about the llvm-commits mailing list