mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add helper
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
995663e58d
commit
30440c6342
@ -468,6 +468,10 @@ $(BUILD_ROOT)/Debug/%.o: %.c $(BUILD_ROOT)/Debug/.dir
|
|||||||
$(VERB) mkdir -p $(@D)
|
$(VERB) mkdir -p $(@D)
|
||||||
@date > $@
|
@date > $@
|
||||||
|
|
||||||
|
# To create postscript files from dot files...
|
||||||
|
%.ps: %.dot
|
||||||
|
dot -Tps < $< > $@
|
||||||
|
|
||||||
# 'make clean' nukes the tree
|
# 'make clean' nukes the tree
|
||||||
clean::
|
clean::
|
||||||
$(VERB) rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Profile $(BUILD_ROOT)/Depend
|
$(VERB) rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Profile $(BUILD_ROOT)/Depend
|
||||||
|
@ -468,6 +468,10 @@ $(BUILD_ROOT)/Debug/%.o: %.c $(BUILD_ROOT)/Debug/.dir
|
|||||||
$(VERB) mkdir -p $(@D)
|
$(VERB) mkdir -p $(@D)
|
||||||
@date > $@
|
@date > $@
|
||||||
|
|
||||||
|
# To create postscript files from dot files...
|
||||||
|
%.ps: %.dot
|
||||||
|
dot -Tps < $< > $@
|
||||||
|
|
||||||
# 'make clean' nukes the tree
|
# 'make clean' nukes the tree
|
||||||
clean::
|
clean::
|
||||||
$(VERB) rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Profile $(BUILD_ROOT)/Depend
|
$(VERB) rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Profile $(BUILD_ROOT)/Depend
|
||||||
|
Loading…
Reference in New Issue
Block a user