source: rtems/testsuites/psxtests/psxobj01/Makefile.am @ ba6f12b7

4.104.115
Last change on this file since ba6f12b7 was c0ae267, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/09 at 15:17:49

Add new test for error cases in _Objects_Name_to_id_string which is currently only used by POSIX semaphores and message queues.

  • Property mode set to 100644
File size: 690 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxobj01
8psxobj01_SOURCES = init.c
9
10dist_rtems_tests_DATA = psxobj01.scn
11dist_rtems_tests_DATA += psxobj01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxobj01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxobj01_OBJECTS) $(psxobj01_LDADD)
23LINK_LIBS = $(psxobj01_LDLIBS)
24
25psxobj01$(EXEEXT): $(psxobj01_OBJECTS) $(psxobj01_DEPENDENCIES)
26        @rm -f psxobj01$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.