]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/util/romparse_c6472/Makefile
Port makefiles to Linux (while still supporting Windows)
[keystone-rtos/ibl.git] / src / util / romparse_c6472 / Makefile
2 romparse: rparse.tab.o lex.yy.o romparse.c
3         gcc -o romparse romparse.c rparse.tab.o lex.yy.o -I../.. -I.
6 rparse.tab.o: rparse.y
7         bison -d -S ./bison.simple rparse.y
8         gcc -c rparse.tab.c
10 lex.yy.o: rparse.flex
11         flex rparse.flex
12         gcc -c lex.yy.c