summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/tools/Makefile.am
blob: 63929b60fceb2df8c4b5a3ef9538e4b7a49818b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

if PERL
perl_scripts = shmdump semdump
endif

noinst_SCRIPTS=runtest looptest $(perl_scripts)

## HACK: install to build-tree
all-local: $(SCRIPTS)
	$(mkinstalldirs) $(PROJECT_ROOT)/posix/tests
	for i in $(SCRIPTS); do \
	$(INSTALL_SCRIPT) $$i $(PROJECT_ROOT)/posix/tests ; \
	done

include $(top_srcdir)/../../../../../../../automake/local.am