1 |
aramv |
425 |
|
2 |
aramv |
525 |
BUILT_SOURCES = pdl_yacc.h |
3 |
|
|
AM_YFLAGS = -d |
4 |
|
|
AM_LFLAGS = -o $(LEX_OUTPUT_ROOT).c |
5 |
|
|
|
6 |
aramv |
425 |
lib_LTLIBRARIES = libnextgen.la |
7 |
aramv |
429 |
libnextgen_la_SOURCES = nextgen/ng_common.c \ |
8 |
aramv |
425 |
nextgen/ng_run.c \ |
9 |
|
|
nextgen/ng_log.c \ |
10 |
aramv |
445 |
plugin_manager/plugin_manager.c \ |
11 |
aramv |
525 |
aos/aos.c \ |
12 |
|
|
eval_man/pdl_lex.l \ |
13 |
|
|
eval_man/pdl_yacc.y \ |
14 |
|
|
eval_man/pdl.c |
15 |
|
|
|
16 |
aramv |
425 |
libnextgen_la_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
17 |
aramv |
525 |
libnextgen_la_LIBADD = $(LEXLIB) |
18 |
aramv |
425 |
|
19 |
|
|
bin_PROGRAMS = test_app |
20 |
aramv |
445 |
test_app_SOURCES = app/main.c |
21 |
aramv |
525 |
test_app_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/common/ |
22 |
aramv |
445 |
test_app_LDADD = libnextgen.la |
23 |
aramv |
484 |
test_app_LDFLAGS = -ldl |
24 |
aramv |
425 |
|