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

4.104.114.84.95
Last change on this file since acc25ee was acc25ee, checked in by Joel Sherrill <joel.sherrill@…>, on 12/02/99 at 14:31:19

Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>.
As part of this effort, the mpc750 libcpu code is now shared with the
ppc6xx.

  • Property mode set to 100644
File size: 658 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
[acc25ee]21ifeq ($(RTEMS_CPU_MODEL),mpc750)
22SHARED_LIB = shared mpc6xx
23endif
24ifeq ($(RTEMS_CPU_MODEL),mpc604)
25SHARED_LIB = shared mpc6xx
26endif
[ba46ffa6]27
[7e642ba]28SUBDIRS = $(SHARED_LIB) $(wildcard $(RTEMS_CPU_MODEL)) wrapup
[d8ff793]29
[08b5f55]30Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]31        cd $(top_builddir) \
32         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.