source: rtems/testsuites/sptests/spintrcritical24/Makefile.am @ baef823c

5
Last change on this file since baef823c was baef823c, checked in by Sebastian Huber <sebastian.huber@…>, on 09/13/17 at 07:22:19

libio: Add hold/drop iop reference

Check iop reference count in close() and return -1 with errno set to
EBUSY in case the file descriptor is still in use.

Update #3132.

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