[Redbutton-devel] SF.net SVN: redbutton: [350] redbutton-author/trunk/Makefile
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-24 14:10:57
|
Revision: 350
http://redbutton.svn.sourceforge.net/redbutton/?rev=350&view=rev
Author: skilvington
Date: 2007-08-24 07:10:56 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
parser.l depends on parser.l.footer
Modified Paths:
--------------
redbutton-author/trunk/Makefile
Modified: redbutton-author/trunk/Makefile
===================================================================
--- redbutton-author/trunk/Makefile 2007-08-24 14:06:52 UTC (rev 349)
+++ redbutton-author/trunk/Makefile 2007-08-24 14:10:56 UTC (rev 350)
@@ -19,6 +19,7 @@
${CC} ${CFLAGS} -o mhegc ${OBJS} ${LIBS}
mhegc.o: mhegc.c parser.tab.h
+ ${CC} ${CFLAGS} -c mhegc.c
parser.tab.h: parser.tab.c
@@ -27,7 +28,7 @@
${YACC} -b ccc -d ccc.y
${CC} ${CFLAGS} -o ccc lex.ccc.c ccc.tab.c
-parser.l: parser.l.header grammar ccc
+parser.l: parser.l.header parser.l.footer grammar ccc
cat parser.l.header > parser.l
cat grammar | ./ccc -l >> parser.l
cat parser.l.footer >> parser.l
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|