source: rtems/c/src/exec/score/include/rtems/Makefile.am @ 188c82b

4.104.114.84.95
Last change on this file since 188c82b was 188c82b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/00 at 17:12:55

2000-08-30 Joel Sherrill <joel@…>

  • Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
  • Property mode set to 100644
File size: 467 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = debug.h system.h seterr.h
8
9noinst_HEADERS = $(H_FILES)
10
11PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
12    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
13
14$(PROJECT_INCLUDE)/rtems:
15        @$(mkinstalldirs) $@
16$(PROJECT_INCLUDE)/rtems/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
21SUBDIRS = score
22
23include $(top_srcdir)/../../../automake/subdirs.am
24include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.