source: rtems/c/src/exec/Makefile.in @ a432c4b7

4.104.114.84.95
Last change on this file since a432c4b7 was c9b07e92, checked in by Joel Sherrill <joel.sherrill@…>, on 03/24/99 at 22:49:17

Automake II patch from Ralf Corsepius <corsepiu@…>:

With my most recent automake patch (automake II) we could even simplify more
files below make/, because the host-compiler related parts of those files
aren't used anymore :-.

Whatsoever, the patch below should fix this problem.

Note: This is a mere bug fix, it doesn't move any of the variables involved
to target.cfg nor does it try to eliminate any variable.

  • Property mode set to 100644
File size: 592 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../../..
9subdir = c/src/exec
10
11INSTALL = @INSTALL@
12
13RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
14PROJECT_ROOT = @PROJECT_ROOT@
15
16VPATH = @srcdir@
17
18include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
19include $(RTEMS_ROOT)/make/directory.cfg
20
21POSIX_DIRS_yes_V=posix
22POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
23
24SUB_DIRS=score rtems $(POSIX_DIRS) sapi wrapup
25
26Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27        cd $(top_builddir) \
28         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.