source: rtems/cpukit/itron/macros/Makefile.am @ 87e106c

4.104.114.84.95
Last change on this file since 87e106c was 87e106c, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:31

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 718 bytes
Line 
1##
2## $Id$
3##
4
5
6include_rtems_itrondir = $(includedir)/rtems/itron
7
8$(PROJECT_INCLUDE)/rtems/itron:
9        @$(mkinstalldirs) $@
10$(PROJECT_INCLUDE)/%: %
11        $(INSTALL_DATA) $< $@
12
13if MACROS
14include_rtems_itron_HEADERS = rtems/itron/eventflags.inl \
15    rtems/itron/fmempool.inl rtems/itron/intr.inl rtems/itron/mbox.inl \
16    rtems/itron/msgbuffer.inl rtems/itron/network.inl rtems/itron/port.inl \
17    rtems/itron/semaphore.inl rtems/itron/sysmgmt.inl rtems/itron/task.inl \
18    rtems/itron/time.inl rtems/itron/vmempool.inl
19
20PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/itron \
21    $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/%)
22endif
23
24all-local: $(PREINSTALL_FILES)
25
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.