source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in @ 393be8e

4.104.114.84.95
Last change on this file since 393be8e was 393be8e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/00 at 20:43:29

Fixed path to shared/include/coverhd.h.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../../..
9subdir = hppa1.1/simhppa/include
10
11RTEMS_ROOT = @RTEMS_ROOT@
12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
16H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/include/coverhd.h
17
18RTEMS_H_PIECES = ttydrv
19RTEMS_H_FILES = $(RTEMS_H_PIECES:%=$(srcdir)/%.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
39INSTALL_CHANGE = @INSTALL_CHANGE@
40mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
41
42INSTALLDIRS = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems
43
44$(INSTALLDIRS):
45        @$(mkinstalldirs) $(INSTALLDIRS)
46
47CLEAN_ADDITIONS +=
48CLOBBER_ADDITIONS +=
49
50all: $(SRCS)
51        @$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)
52        @$(INSTALL_CHANGE) -m 644 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/rtems
53
54Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
55        cd $(top_builddir) \
56         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.