source: rtems/c/src/exec/include/Makefile.am @ 6ba9c27

4.104.114.84.95
Last change on this file since 6ba9c27 was fed6210d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:27:44

2002-06-17 Ralf Corsepius <corsepiu@…>

  • Include $(top_srcdir)/automake/*.am.
  • Property mode set to 100644
File size: 524 bytes
Line 
1##
2## $Id$
3##
4
5
6$(PROJECT_INCLUDE)/%.h: %.h
7        $(INSTALL_DATA) $< $@
8
9$(PROJECT_INCLUDE):
10        @$(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/rtems:
13        @$(mkinstalldirs) $@
14
15PREINSTALL_FILES = $(PROJECT_INCLUDE) \
16    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
17
18include_rtemsdir = $(includedir)/rtems
19include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h
20
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
22    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
23
24all-local: $(PREINSTALL_FILES)
25
26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.