source: rtems/c/src/lib/libbsp/sparc/erc32/Makefile.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 681 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ../..
9subdir = sparc/erc32
[254b4450]10
[6693a68]11RTEMS_ROOT = @RTEMS_ROOT@
[d8ff793]12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
[6693a68]16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[cb5bfe4]17include $(RTEMS_ROOT)/make/directory.cfg
[254b4450]18
[6693a68]19INSTALL_CHANGE = @INSTALL_CHANGE@
20
[254b4450]21# wrapup is the one that actually builds and installs the library
22#  from the individual .rel files built in other directories
[6693a68]23SUB_DIRS = startsis include startup gnatsupp console clock timer wrapup \
24    tools
[d8ff793]25
[08b5f55]26Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]27        cd $(top_builddir) \
28         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.