source: rtems/c/src/lib/libcpu/mips64orion/include/Makefile.in @ d5704c6

4.104.114.84.95
Last change on this file since d5704c6 was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 723 bytes
Line 
1#
2#  $Id$
3#
4# Install any include files needed by libcpu.
5# Mainly this just means bsp.h which would normally be installed
6# after libcpu is built.
7# This is a bit of a hack.
8
9@SET_MAKE@
10srcdir = @srcdir@
11top_srcdir = @top_srcdir@
12top_builddir = ../..
13subdir = mips64orion/include
14
15RTEMS_ROOT = @RTEMS_ROOT@
16PROJECT_ROOT = @PROJECT_ROOT@
17
18VPATH = @srcdir@
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(RTEMS_ROOT)/make/leaf.cfg
22
23INSTALL_CHANGE = @INSTALL_CHANGE@
24
25all: FORCEIT
26        cd ../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/include; $(MAKE) all
27
28Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29        cd $(top_builddir) \
30         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.