source: rtems/automake/local.am @ b6529a3

4.104.114.84.95
Last change on this file since b6529a3 was 8cdb582, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/99 at 15:41:33

Patch from Ralf Corsepius <corsepiu@…>:

This patch addresses a few minor issues and contains a few (minor)
preparations for automake.

  • configure.in: Fix for handing c/src/tests subdirectory handling (FIX)
  • aclocal/rtems-top.m4: + Add TARGET_SUBDIR and --with-target-subdir (preparation of future

enhancements for cross-compiling)

+ Activate RTEMS_ROOT handling (automake preparation)

  • automake/*.am: replace comments "#" with "##" so that comments won't get included into Makefile.in's anymore
  • c/update-tools/* automake support (NEW)
  • ./autogen update/enhancement (cf. ./autogen for details)

After applying this patch please run:

./autogen
cvs add c/update-tools/configure.in
cvs add c/update-tools/Makefile.am
cvs add c/update-tools/aclocal.m4

  • Property mode set to 100644
File size: 542 bytes
RevLine 
[8cdb582]1## $Id$
[9b8baa1]2
[8cdb582]3## NOTE: This is a temporary work-around to keep
4## "make debug" and "make debug_install" working.
5## Once automake is fully integrated these make targets
6## and this file will probably be removed
[9b8baa1]7
8debug-am:
9
10debug: debug-am
11
12debug_install-am:
13
14debug_install: debug_install-am
15
[8cdb582]16.PHONY: debug debug_install debug-am
17
[9b8baa1]18
19profile-am:
20
21profile: profile-am
22
23profile_install-am:
24
25profile_install: profile_install-am
26
[8cdb582]27.PHONY: profile profile_install profile-am
28
29
30preinstall-am:
31
32preinstall: preinstall-am
33
34.PHONY: preinstall preinstall-am
[9b8baa1]35
Note: See TracBrowser for help on using the repository browser.