4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 26c6be8 was
0404088,
checked in by Matt Brown <mattb@…>, 16 years ago
|
bitbuffer.h needs to be placed in the distribution tarball or it will FTBFS
|
-
Property mode set to
100644
|
File size:
538 bytes
|
Line | |
---|
1 | lib_LTLIBRARIES = libparser.la |
---|
2 | #include_HEADERS = parser.h |
---|
3 | |
---|
4 | #libparser_la_SOURCES = libconfig.c libconfig.h config_internal.h config.lexer.c config.parser.h configuration.h config.parser.c |
---|
5 | libparser_la_SOURCES = parser.lexer.c parser.tab.c parser.h bitbuffer.c bitbuffer.h |
---|
6 | libparser_la_LIBADD = @ADD_LIBS@ @LEXLIB@ |
---|
7 | libparser_la_LDFLAGS = @ADD_LDFLAGS@ -L../ |
---|
8 | INCLUDES = @ADD_INCLS@ -I../ -I../../lib |
---|
9 | |
---|
10 | EXTRA_DIST= parser.l parser.y |
---|
11 | BUILT_SOURCES=parser.tab.h |
---|
12 | |
---|
13 | |
---|
14 | %.tab.c %.tab.h: %.y |
---|
15 | @YACC@ -d -o$@ $< |
---|
16 | |
---|
17 | %.lexer.c: %.l %.tab.c |
---|
18 | @LEX@ -o$@ $< |
---|
Note: See
TracBrowser
for help on using the repository browser.