source: rtems/testsuites/psxtests/psxkey10/Makefile.am @ 9a4eca5

5
Last change on this file since 9a4eca5 was b5c9064, checked in by Zhongwei Yao <ashi08104@…>, on 08/05/13 at 13:20:45

Unlimited objects support for POSIX keys

This patch enables unlimited model in POSIX key manger and have a decent
runtime on POSIX key searching, adding and deleting operations. Memory
overhead is lower than current implementation when the size of key and key
value becomes big.

  • Property mode set to 100644
File size: 576 bytes
Line 
1
2rtems_tests_PROGRAMS = psxkey10
3psxkey10_SOURCES = init.c
4
5dist_rtems_tests_DATA = psxkey10.scn
6dist_rtems_tests_DATA += psxkey10.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12
13AM_CPPFLAGS += -I$(top_srcdir)/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(psxkey10_OBJECTS)
17LINK_LIBS = $(psxkey10_LDLIBS)
18
19psxkey10$(EXEEXT): $(psxkey10_OBJECTS) $(psxkey10_DEPENDENCIES)
20        @rm -f psxkey10$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.