source: rtems/c/src/lib/libcpu/i960/Makefile.am @ 5321250

4.104.114.84.95
Last change on this file since 5321250 was bd5efa92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:11

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
i960ca/Makefile.am: Reflect having moved automake.
i960ka/Makefile.am: Reflect having moved automake.
i960rp/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 629 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7SUBDIRS = . i960ca i960ka i960rp
8
9include_libcpudir = $(includedir)/libcpu
10
11include_libcpu_HEADERS = include/i960CA.h include/i960HA.h include/i960KA.h \
12    include/i960RP.h include/i960JX_RP_common.h
13
14$(PROJECT_INCLUDE)/libcpu:
15        $(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/libcpu/%.h: include/%.h
18        $(INSTALL_DATA) $< $@
19
20TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
21    $(include_libcpu_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%)
22
23all-local: $(TMPINSTALL_FILES)
24
25include $(top_srcdir)/../../../automake/subdirs.am
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.