source: rtems/cpukit/itron/include/Makefile.am @ de05cbb9

4.104.114.84.95
Last change on this file since de05cbb9 was de05cbb9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:21:42

2001-09-23 Ralf Corsepius <corsepiu@…>

  • include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
  • macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 419 bytes
RevLine 
[352c9b2]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[9fae0f87]7include_HEADERS = itron.h
[352c9b2]8
[de05cbb9]9PREINSTALL_FILES = $(PROJECT_INCLUDE) \
[9fae0f87]10    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
[352c9b2]11
12$(PROJECT_INCLUDE):
13        @$(mkinstalldirs) $@
14$(PROJECT_INCLUDE)/%.h: %.h
15        $(INSTALL_DATA) $< $@
16
[df49c60]17all-local: $(PREINSTALL_FILES)
[352c9b2]18
19SUBDIRS = rtems itronsys
20
21include $(top_srcdir)/../../../../automake/subdirs.am
22include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.