summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
blob: e6ce930223be3c6c743a671c037c4bd72db5f71c (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
26
##
## $Id$
##

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

EXTRA_DIST = Spec.doc

noinst_PROGRAMS = bin2boot

bin2boot_SOURCES = bin2boot.c

@PROJECT_RELEASE@/build-tools:
	$(mkinstalldirs) $@

@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
	$(INSTALL_PROGRAM) $< $@

PREINSTALL_FILES += @PROJECT_RELEASE@/build-tools \
    @PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)

## HACK: install into build-tree
all-local: $(PREINSTALL_FILES)

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