source:
soft/giet_vm/xml/Makefile
@
158
| Last change on this file since 158 was 158, checked in by , 14 years ago | |
|---|---|
| File size: 235 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | all: xml2bin bin2xml |
| 3 | |
| 4 | bin2xml: xml_driver.c mapping_info.h |
| 5 | gcc -Wall -I. xml_driver.c -o bin2xml |
| 6 | |
| 7 | xml2bin: xml_parser.c mapping_info.h |
| 8 | gcc -Wall -I. -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml2 |
| 9 | |
| 10 | clean: |
| 11 | rm xml2bin bin2xml |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)