summaryrefslogtreecommitdiffstats
path: root/tools/build/scripts/Makefile.am
blob: dd931ca957f4e78bc2925be19cbec21a0fd0f256 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# $Id$
#

AUTOMAKE_OPTIONS = foreign

bin_SCRIPTS=\
install-if-change \
lock-directory \
unlock-directory \
rcs-clean 

noinst_SCRIPTS = search-id.sh

#
# HACK: install to the build-tree
#
install-exec-local: $(bin_SCRIPTS)
	$(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools
	$(INSTALL_SCRIPT) $(bin_SCRIPTS) \
	 $(PROJECT_ROOT)/${RTEMS_BSP}/build-tools

preinstall: install-exec-local

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