Skip to content

Commit

Permalink
update makefile template for YAML::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Feb 2, 2011
1 parent 1429108 commit d3f8921
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -265,6 +265,7 @@ GEN_LIBRARY = \
$(LIBRARY_DIR)/distutils.pbc \
$(LIBRARY_DIR)/dumper.pbc \
$(LIBRARY_DIR)/yaml_dumper.pbc \
$(LIBRARY_DIR)/YAML/Tiny.pbc \
$(LIBRARY_DIR)/Getopt/Obj.pbc \
$(LIBRARY_DIR)/HTTP/Message.pbc \
$(LIBRARY_DIR)/Iter.pbc \
Expand Down Expand Up @@ -1166,7 +1167,15 @@ $(LIBRARY_DIR)/ProfTest/Matcher.pbc: $(LIBRARY_DIR)/ProfTest/Matcher.pir
$(LIBRARY_DIR)/ProfTest/Matcher.pir: $(LIBRARY_DIR)/ProfTest/Matcher.nqp $(NQP_RX)
$(NQP_RX) --target=pir $(LIBRARY_DIR)/ProfTest/Matcher.nqp > $@

#
# YAML::Tiny
#

$(LIBRARY_DIR)/YAML/Tiny.pir: $(LIBRARY_DIR)/YAML/Tiny.pm $(NQP_RX)
$(NQP_RX) --target=pir $(LIBRARY_DIR)/YAML/Tiny.pm > $@

$(LIBRARY_DIR)/YAML/Tiny.pbc: $(LIBRARY_DIR)/YAML/Tiny.pir
$(PARROT) -o $@ $(LIBRARY_DIR)/YAML/Tiny.pir

###############################################################################
#
Expand Down

0 comments on commit d3f8921

Please sign in to comment.