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

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

noinst_PROGRAMS= \
print_dump

print_dump_SOURCES= \
print_dump.c

# HACK: install to build-tree
install-exec-local: $(PROGRAMS)
	$(mkinstalldirs) $(PROJECT_ROOT)/simhppa/bin
	$(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/simhppa/bin

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