source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am @ 4f36d46

4.104.114.84.95
Last change on this file since 4f36d46 was 1ed8f91d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:39:06

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.
  • shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tty/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 699 bytes
Line 
1##
2## $Id$
3##
4
5
6include_rtemsdir = $(includedir)/rtems
7include_HEADERS = bsp.h coverhd.h bspopts.h
8include_rtems_HEADERS = ttydrv.h
9
10$(PROJECT_INCLUDE):
11        $(mkinstalldirs) $@
12
13$(PROJECT_INCLUDE)/rtems:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
20        $(INSTALL_DATA) $< $@
21CLEANFILES = coverhd.h
22
23$(PROJECT_INCLUDE)/rtems/%.h: %.h
24        $(INSTALL_DATA) $< $@
25
26TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
27    $(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \
28    $(PROJECT_INCLUDE)/rtems \
29    $(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%)
30
31all-local: $(TMPINSTALL_FILES)
32
33include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.