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

4.104.114.84.95
Last change on this file since fed6210d 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
RevLine 
[8217c40]1##
2## $Id$
3##
4
5
6$(PROJECT_INCLUDE)/%.h: %.h
7        $(INSTALL_DATA) $< $@
8
9$(PROJECT_INCLUDE):
10        @$(mkinstalldirs) $@
11
[64b1f81]12$(PROJECT_INCLUDE)/rtems:
13        @$(mkinstalldirs) $@
14
[8217c40]15PREINSTALL_FILES = $(PROJECT_INCLUDE) \
16    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
17
18include_rtemsdir = $(includedir)/rtems
[64b1f81]19include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h
[8217c40]20
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
22    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
23
24all-local: $(PREINSTALL_FILES)
25
[fed6210d]26include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.