source: rtems/c/src/lib/libcpu/Makefile.in @ 4e36a2f

4.104.114.84.95
Last change on this file since 4e36a2f was 7e642ba, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:27:13

Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

  • Property mode set to 100644
File size: 949 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = .
[254b4450]9
[7e642ba]10ACLOCAL = aclocal
11AUTOCONF = autoconf
12ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
13ACLOCAL_AMFLAGS = -I @RTEMS_TOPdir@/aclocal
14
[6693a68]15RTEMS_ROOT = @RTEMS_ROOT@
[d8ff793]16PROJECT_ROOT = @PROJECT_ROOT@
17
18VPATH = @srcdir@
19
[6693a68]20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[cb5bfe4]21include $(RTEMS_ROOT)/make/directory.cfg
[254b4450]22
[6693a68]23INSTALL_CHANGE = @INSTALL_CHANGE@
24
[9608320]25SUBDIRS = $(wildcard $(RTEMS_CPU))
[d8ff793]26
[7e642ba]27#HACK: Don't let them fail here
28dist:
29distdir:
30
[08b5f55]31Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]32        cd $(top_builddir) \
[e1d8abb]33         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
[7e642ba]34
35$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
36        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
37
38config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
39        $(SHELL) ./config.status --recheck
40$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4)
41        cd $(srcdir) && $(AUTOCONF)
Note: See TracBrowser for help on using the repository browser.