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

4.104.114.84.95
Last change on this file since 7c2243e3 was 7c2243e3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/99 at 14:28:39

Patch from Ralf Corsepius <corsepiu@…>:

The patch below actually consists of 3 patches:

  1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :)
  1. Automated support for #1 in acpolish
  1. Some minor "beautifications" on Makefile.ins resulting from running acpolish.

FYI: This patch has been generated by running
tools/update/rtems-polish.sh -ac on the source tree and manually editing
the resulting patch afterwards to work around a problem with acpolish,
which still corrupts one Makefile.in - WARNING: Be careful with running
acpolish!

I expect this patch not to have any influence on normal users, unless
they use --enable-maintainer-mode, thus merging it should be rather
harmless.

  • Property mode set to 100644
File size: 515 bytes
RevLine 
[96284fd8]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../../..
9subdir = libcpu/powerpc/mpc505
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
[7c2243e3]21SUB_DIRS = vectors timer wrapup
[96284fd8]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.