Rev | Line | |
---|
[14] | 1 | CSRC += ioCheck.c ioCmd.c ioParse.c ioReadBlifMv.c ioTable.c ioWriteBlif.c ioWriteBlifUtil.c ioWriteBlifIo.c ioWriteBlifMv.c ioWriteSmv.c |
---|
| 2 | HEADERS += io.h ioInt.h |
---|
| 3 | LEXSRC += io.l |
---|
| 4 | YACCSRC += io.y |
---|
| 5 | GENERATEDCSRC += ioYacc.c |
---|
| 6 | |
---|
| 7 | ioLex.c: io.l io.h ioInt.h |
---|
| 8 | $(LEX) -PIoYy -o$(objectdir)/ioLex.c $< |
---|
| 9 | -@chmod 0664 $(objectdir)/ioLex.c |
---|
| 10 | |
---|
| 11 | $(objectdir)/ioYacc.c $(objectdir)/ioYacc.h: io.y io.h ioInt.h ioLex.c |
---|
| 12 | $(YACC) -pIoYy -t -d -o $(objectdir)/ioYacc.c $< |
---|
| 13 | -@chmod 0664 $(objectdir)/ioYacc.c |
---|
| 14 | |
---|
| 15 | $(objectdir)/ioYacc.o: $(objectdir)/ioYacc.c |
---|
| 16 | |
---|
| 17 | DEPENDENCYFILES = $(CSRC) |
---|
Note: See
TracBrowser
for help on using the repository browser.