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

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

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