25 |
eval_man/pdl.c |
eval_man/pdl.c |
26 |
|
|
27 |
libeef_la_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
libeef_la_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
|
libeef_la_LIBADD = $(LEXLIB) |
|
|
|
|
28 |
if ENABLE_YYLEX_DESTROY |
if ENABLE_YYLEX_DESTROY |
29 |
libeef_la_CPPFLAGS += -DHAVE_YYLEX_DESTROY |
libeef_la_CPPFLAGS += -DHAVE_YYLEX_DESTROY |
30 |
endif |
endif |
31 |
|
libeef_la_LIBADD = $(LEXLIB) |
32 |
|
|
33 |
|
bin_PROGRAMS = test_app aos_threading_test xacml_test |
|
bin_PROGRAMS = test_app aos_threading_test |
|
34 |
test_app_SOURCES = app/main.c |
test_app_SOURCES = app/main.c |
35 |
test_app_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
test_app_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
36 |
test_app_LDADD = libeef.la |
test_app_LDADD = libeef.la |
41 |
aos_threading_test_LDADD = libeef.la $(LIB_PTHREAD) |
aos_threading_test_LDADD = libeef.la $(LIB_PTHREAD) |
42 |
aos_threading_testdir = $(bindir) |
aos_threading_testdir = $(bindir) |
43 |
|
|
44 |
|
xacml_test_SOURCES = app/xacml_test.c |
45 |
|
xacml_test_CPPFLAGS = -I$(top_srcdir)/include/common/ -I$(top_srcdir)/include/library/ -I$(top_srcdir)/include/ |
46 |
|
xacml_test_LDADD = libeef.la $(LIB_PTHREAD) |
47 |
|
xacml_testdir = $(bindir) |
48 |
|
|
49 |
|
|