source: rtems/c/src/lib/libcpu/i960/include/Makefile.am @ 073e2411

4.104.114.84.95
Last change on this file since 073e2411 was bc85fd5a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/11/00 at 19:31:04

Reworked score/cpu/i960 so it can be safely compiled multilib. All
routines and structures that require CPU model specific information
are now in libcpu. This required significant rework of the
score/cpu header files and the creation of multiple header files
and subdirectories in libcpu/i960.

  • Property mode set to 100644
File size: 567 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = i960CA.h i960HA.h i960KA.h i960RP.h i960JX_RP_common.h
8
9# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
10#       file name conflicts
11
12$(PROJECT_INCLUDE)/libcpu:
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/libcpu/%.h: %.h
16        $(INSTALL_DATA) $< $@
17
18TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
19    $(H_FILES:%=$(PROJECT_INCLUDE)/libcpu/%)
20
21all-local: $(TMPINSTALL_FILES)
22
23EXTRA_DIST = i960CA.h i960HA.h i960KA.h i960RP.h i960JX_RP_common.h
24
25include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.