source: rtems/c/src/lib/libbsp/sparc/leon/Makefile.am @ 7e59103

4.104.114.84.95
Last change on this file since 7e59103 was 7e59103, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/03 at 11:46:49

2003-10-23 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Fix preinstallation of include/coverhd.h.
  • Property mode set to 100644
File size: 772 bytes
RevLine 
[b21b0ab]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[b21b0ab]6
7# wrapup is the one that actually builds and installs the library
[82a7f58]8# from the individual .rel files built in other directories
9SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \
10    tools
[b21b0ab]11
12include $(top_srcdir)/../../bsp.am
13
[82a7f58]14include_HEADERS += include/leon.h
[7e59103]15include_HEADERS += include/coverhd.h
[82a7f58]16
17all-local: $(PREINSTALL_FILES)
18
19EXTRA_DIST = times
20
21$(PROJECT_INCLUDE)/leon.h: include/leon.h
22        $(INSTALL_DATA) $< $@
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
[b21b0ab]24
[7e59103]25$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
26        $(INSTALL_DATA) $< $@
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
28
[6836fc9]29include $(top_srcdir)/../../../../automake/subdirs.am
30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.