source: rtems/c/src/lib/libcpu/hppa1.1/include/Makefile.am @ 4cf920c4

4.104.114.84.95
Last change on this file since 4cf920c4 was 7b16681, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:47:55

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.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • milli/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • semaphore/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 547 bytes
Line 
1##
2## $Id$
3##
4
5
6include_hppa1_1dir = $(includedir)/hppa1.1
7
8include_hppa1_1_HEADERS = runway.h semaphore.h
9
10# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
11#       file name conflicts
12
13$(PROJECT_INCLUDE)/hppa1.1:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19PREINSTALL_FILES = $(PROJECT_INCLUDE)/hppa1.1 \
20    $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
21
22all-local: $(TMPINSTALL_FILES)
23
24EXTRA_DIST = runway.h semaphore.h
25
26include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.