source: vis_dev/vis-2.3/src/ctlp/ctlp.make @ 39

Last change on this file since 39 was 14, checked in by cecile, 13 years ago

vis2.3

File size: 475 bytes
Line 
1CSRC += ctlpCmd.c ctlpUtil.c
2HEADERS += ctlp.h ctlpInt.h
3LEXSRC += ctlp.l
4YACCSRC += ctlp.y
5GENERATEDCSRC += 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
11ctlpLex.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
17DEPENDENCYFILES = $(CSRC)
Note: See TracBrowser for help on using the repository browser.