source: rtems/c/src/exec/itron/macros/rtems/itron/Makefile.am @ c9fd602

4.104.114.84.95
Last change on this file since c9fd602 was 7afbca0, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/00 at 19:00:04

2000-12-01 Joel Sherrill <joel@…>

  • Added macro support to ITRON API. This is known to compile.
  • Makefile.am: Added macros directory.
  • configure.in: Removed error check for enabling macros.
  • macros/.cvsignore, macros/Makefile.am, macros/rtems/.cvsignore, macros/rtems/Makefile.am, macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am, macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
  • Property mode set to 100644
File size: 563 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if MACROS
8I_FILES = eventflags.inl fmempool.inl intr.inl mbox.inl msgbuffer.inl \
9    network.inl port.inl semaphore.inl sysmgmt.inl task.inl time.inl \
10    vmempool.inl
11
12noinst_HEADERS = $(I_FILES)
13
14PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \
15    $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/itron/%)
16
17$(PROJECT_INCLUDE)/rtems/itron:
18        @$(mkinstalldirs) $@
19$(PROJECT_INCLUDE)/rtems/itron/%.inl: %.inl
20        $(INSTALL_DATA) $< $@
21endif
22
23all-local: $(PREINSTALL_FILES)
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.