URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [pc386/] [tools/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.17 2002/07/26 05:26:31 ralf Exp##ACLOCAL_AMFLAGS = -I ../../../../../../../aclocalEXTRA_DIST = Spec.doc# HACK: autoconf wants to transform the name, but RTEMS *.cfgs are not able# to deal with it.# FIXME: The installation directory is arguabletransform =bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/build-toolsbsptools_bin_PROGRAMS = bin2bootbin2boot_SOURCES = bin2boot.c@PROJECT_RELEASE@/build-tools:$(mkinstalldirs) $@@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)$(INSTALL_PROGRAM) $< $@TMPINSTALL_FILES = @PROJECT_RELEASE@/build-tools \@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)## HACK: install into build-treeall-local: $(TMPINSTALL_FILES)include $(top_srcdir)/../../../../../../../automake/host.am
