source: rtems/c/src/lib/libbsp/powerpc/score603e/include/Makefile.in @ dd55c5e7

4.104.114.84.95
Last change on this file since dd55c5e7 was dd55c5e7, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/99 at 21:51:32

Switched to using right INSTALL command after report from
Ian Lance Taylor <ian@…>.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../../../../../../..
9subdir = c/src/lib/libbsp/powerpc/score603e/include
10
11INSTALL = @INSTALL@
12
13RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
14PROJECT_ROOT = @PROJECT_ROOT@
15
16VPATH = @srcdir@
17
18H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/chain.h \
19  $(srcdir)/gen1.h $(srcdir)/gen2.h $(srcdir)/tod.h
20
21#
22#  Equate files are for including from assembly preprocessed by
23#  gm4 or gasp.  No examples are provided except for those for
24#  other CPUs.  The best way to generate them would be to
25#  provide a program which generates the constants used based
26#  on the C equivalents.
27#
28#  If you add equate files, don't forget to uncomment the install line
29#  below.
30#
31
32EQ_FILES =
33
34SRCS=$(H_FILES) $(EQ_FILES)
35
36include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
37include $(RTEMS_ROOT)/make/leaf.cfg
38
39CLEAN_ADDITIONS +=
40CLOBBER_ADDITIONS +=
41
42all:    $(SRCS)
43        $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
44
45Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
46        cd $(top_builddir) \
47         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.