File: Makefile.am

package info (click to toggle)
xenomai 2.6.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 53,108 kB
  • sloc: ansic: 113,388; sh: 11,241; makefile: 2,103; xml: 1,356; asm: 722; php: 316; perl: 155
file content (16 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tstdir = @XENO_TEST_DIR@/regression/posix

noinst_HEADERS = check.h

tst_PROGRAMS = leaks shm

CPPFLAGS = $(XENO_USER_CFLAGS) \
	-I$(top_srcdir)/include/posix \
	-I$(top_srcdir)/include

LDFLAGS = $(XENO_POSIX_WRAPPERS) $(XENO_USER_LDFLAGS)

LDADD = \
	../../../skins/posix/libpthread_rt.la \
	../../../skins/common/libxenomai.la \
	-lpthread -lm