source: rtems/c/src/lib/libcpu/hppa1.1/include/Makefile.in @ 9af31a6

4.104.114.84.95
Last change on this file since 9af31a6 was 9af31a6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 02:32:37

Moved include files to hppa1.1 subdirectory and put their sources
in the include directory.

  • Property mode set to 100644
File size: 974 bytes
Line 
1#
2# $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = hppa1.1/include
10
11RTEMS_ROOT = @RTEMS_ROOT@
12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
16H_FILES = $(srcdir)/runway.h $(srcdir)/semaphore.h
17
18SRCS = $(H_FILES)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(RTEMS_ROOT)/make/leaf.cfg
22
23INSTALL_CHANGE = @INSTALL_CHANGE@
24mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
25
26INSTALLDIRS = $(PROJECT_INCLUDE)/hppa1.1
27
28$(INSTALLDIRS):
29        @$(mkinstalldirs) $(INSTALLDIRS)
30
31CLEAN_ADDITIONS +=
32CLOBBER_ADDITIONS +=
33
34all: install
35
36# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
37#       file name conflicts
38
39install:
40        $(mkinstalldirs) $(PROJECT_INCLUDE)/hppa1.1
41        @$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE)/hppa1.1
42
43Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
44        cd $(top_builddir) \
45         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.