Changeset 627 for soft/giet_vm/giet_xml/Makefile
- Timestamp:
- Jul 18, 2015, 2:48:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/Makefile
r262 r627 3 3 4 4 bin2xml: xml_driver.c mapping_info.h 5 gcc -Wall -I. -I.. /sysxml_driver.c -o bin2xml5 gcc -Wall -I. -I.. xml_driver.c -o bin2xml 6 6 7 xml2bin: xml_parser.c mapping_info.h 8 gcc -Wall -I. -I.. /giet_kernel -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml27 xml2bin: xml_parser.c mapping_info.h 8 gcc -Wall -I. -I.. -I../giet_kernel -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml2 9 9 10 10 test:
Note: See TracChangeset
for help on using the changeset viewer.