Changeset c2fddd6010edab88fb4a8ceab1684e5e7f6195b7
- Timestamp:
- 02.08.2013 22:21:13 (7 years ago)
- Branches:
- b66903eafbcb1d49112014abc82c8bf683413db0
- Children:
- a2e39af4a254d45a9a8ab71aa0dde790d2725115
- Parents:
- fb931172b81fdd3480164b74640f3480ae8da6bf
- git-author:
- Stanislaw Klekot <dozzie@…> (02.08.2013 22:01:20)
- git-committer:
- Stanislaw Klekot <dozzie@…> (02.08.2013 22:21:13)
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rae98ef rc2fddd 1 1 #!/usr/bin/make 2 2 3 .PHONY: parser plparser 3 .PHONY: parser plparser pfjson 4 4 5 all: plparser parser 5 all: plparser parser pfjson 6 6 7 7 parser: dashwiki/markup/_actual_parser.py … … 9 9 plparser: dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 10 10 11 pfjson: dashwiki/pfjson/_actual_parser.py 12 13 dashwiki/pfjson/_actual_parser.py: grammar/pfjson.wi 14 wisent --output $@ $^ 15 11 16 dashwiki/markup/_actual_parser.py: grammar/dashmarkup.wi 12 17 wisent --output $@ $^ 18 19 # NOTE: Perl parser for pfJSON not included 13 20 14 21 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm: grammar/dashmarkup.eyp 15 22 eyapp -l -v -m DashWiki::Wiki::Parser -o $@ $< 16 23 17 grammar/ dashmarkup.wi: grammar/dashmarkup.eyp bin/eyapp2wisent24 grammar/%.wi: grammar/%.eyp bin/eyapp2wisent 18 25 $(filter bin/%,$^) $(filter %.eyp,$^) > $@
Note: See TracChangeset
for help on using the changeset viewer.