source:
Deliverables/D2.2/8051/Makefile.config
@
486
Last change on this file since 486 was 486, checked in by , 10 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
1 | # -*- Makefile -*- |
2 | |
3 | announce: |
4 | @ echo "Source configuration ..." |
5 | |
6 | cparserlib: |
7 | @ echo "CIL parser compilation ..." |
8 | $(MAKE) -C cparser all install |
9 | echo "let parser_lib = \"`pwd`/lib\"" > myocamlbuild_config.ml |
10 | |
11 | configure: announce cparserlib |
12 |
Note: See TracBrowser
for help on using the repository browser.