source: rtems/c/src/lib/libcpu/powerpc/Makefile.in @ 7e642ba

4.104.114.84.95
Last change on this file since 7e642ba was 7e642ba, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:27:13

Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

  • Property mode set to 100644
File size: 610 bytes
RevLine 
[6693a68]1#
[254b4450]2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ..
9subdir = powerpc
[8548fe0]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
[78b78e2]21ifeq ($(wildcard $(RTEMS_CPU_MODEL)),$(RTEMS_CPU_MODEL))
[6693a68]22SHARED_LIB = shared
23endif
[ba46ffa6]24
[7e642ba]25SUBDIRS = $(SHARED_LIB) $(wildcard $(RTEMS_CPU_MODEL)) wrapup
[d8ff793]26
[08b5f55]27Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]28        cd $(top_builddir) \
29         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.