source: rtems/c/src/librdbg/src/powerpc/Makefile.in @ d392168

4.104.114.84.95
Last change on this file since d392168 was 638154c6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/26/99 at 20:59:52

Patch from Ralf Corsepius <corsepiu@…>:

This one is a minor fix for the librdg-Makefiles for mcp750, mostly an
adaptation to the Makefiles used for the i386.

  • Property mode set to 100644
File size: 497 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = librdbg/powerpc
10
11RTEMS_ROOT = @RTEMS_ROOT@
12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(RTEMS_ROOT)/make/directory.cfg
18
19INSTALL_CHANGE = @INSTALL_CHANGE@
20
21SUB_DIRS = @RTEMS_BSP@
22
23Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24        cd $(top_builddir) \
25         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.