source: rtems/c/src/lib/libcpu/m68k/mcf5206/include/Makefile.am @ e3355c71

4.104.114.84.95
Last change on this file since e3355c71 was ebe9aef, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:01

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 470 bytes
Line 
1##
2## $Id$
3##
4
5
6include_mcf5206dir = $(includedir)/mcf5206
7
8include_mcf5206_HEADERS = mcf5206e.h mcfmbus.h mcfuart.h
9
10$(PROJECT_INCLUDE)/mcf5206:
11        $(mkinstalldirs) $@
12
13$(PROJECT_INCLUDE)/mcf5206/%.h: %.h
14        $(INSTALL_DATA) $< $@
15
16TMPINSTALL_FILES = $(PROJECT_INCLUDE)/mcf5206 \
17    $(include_mcf5206_HEADERS:%=$(PROJECT_INCLUDE)/mcf5206/%)
18
19all-local: $(TMPINSTALL_FILES)
20
21EXTRA_DIST = $(include_mcf5206_HEADERS)
22
23include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.