Rev | Line | |
---|
[14] | 1 | CSRC += ctlpCmd.c ctlpUtil.c |
---|
| 2 | HEADERS += ctlp.h ctlpInt.h |
---|
| 3 | LEXSRC += ctlp.l |
---|
| 4 | YACCSRC += ctlp.y |
---|
| 5 | GENERATEDCSRC += ctlpRead.c |
---|
| 6 | |
---|
| 7 | $(objectdir)/ctlpRead.c $(objectdir)/ctlpRead.h: ctlp.y ctlp.h ctlpInt.h ctlpLex.c |
---|
| 8 | $(YACC) -pCtlpYy -t -d -o $(objectdir)/ctlpRead.c $< |
---|
| 9 | -@chmod 0664 $(objectdir)/ctlpRead.c |
---|
| 10 | |
---|
| 11 | ctlpLex.c: ctlp.l |
---|
| 12 | $(LEX) -PCtlpYy -o$(objectdir)/ctlpLex.c $< |
---|
| 13 | -@chmod 0664 $(objectdir)/ctlpLex.c |
---|
| 14 | |
---|
| 15 | $(objectdir)/ctlpRead.o: $(objectdir)/ctlpRead.c |
---|
| 16 | |
---|
| 17 | DEPENDENCYFILES = $(CSRC) |
---|
Note: See
TracBrowser
for help on using the repository browser.