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

Last change on this file since 948a069 was 4eef8f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/03 at 16:34:19

2003-01-20 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am.
  • include/Makefile.am: Removed.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 641 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.