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

4.104.114.84.95
Last change on this file since 5321250 was 5321250, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:16

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 464 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.