Changeset fc3dcfa
- Timestamp:
- 05/19/06 18:12:15 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- deed208
- Parents:
- acc80de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/parser/Makefile.am
r14b2010 rfc3dcfa 4 4 #libparser_la_SOURCES = libconfig.c libconfig.h config_internal.h config.lexer.c config.parser.h configuration.h config.parser.c 5 5 libparser_la_SOURCES = parser.lexer.c parser.tab.c parser.h 6 libparser_la_LIBADD = @ADD_LIBS@ -lfl 7 libparser_la_LDFLAGS = @ADD_LDFLAGS@ -lfl 6 libparser_la_LIBADD = @ADD_LIBS@ @LEXLIB@ 7 libparser_la_LDFLAGS = @ADD_LDFLAGS@ -L../ 8 INCLUDES = @ADD_INCLS@ -I../ -I../../lib 8 9 9 10 EXTRA_DIST= parser.l parser.y 11 BUILT_SOURCES=parser.tab.h 10 12 11 13 12 %.tab.c : %.y13 bison-d -o$@ $<14 %.tab.c %.tab.h: %.y 15 @YACC@ -d -o$@ $< 14 16 15 %.lexer.c: %.l 16 flex-o$@ $<17 %.lexer.c: %.l %.tab.c 18 @LEX@ -o$@ $<
Note: See TracChangeset
for help on using the changeset viewer.