source: rtems/doc/Makefile.in @ 3de63d9

4.104.114.84.95
Last change on this file since 3de63d9 was 196094eb, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 13:19:14

Patch from Ralf Corsepius <corsepiu@…>:

This one is an enhancement to acpolish.

It replaces some Makefile variables by others variable in Makefile.ins
(tries to use unique name for some variables). It therefore eases
parsing Makefile.ins for further automatic Makefile.in conversions in
future.

To apply:

cd <rtems-source-tree>
sh <path-to>/rtems-rc-19990407-8.sh
./autogen

  • Property mode set to 100644
File size: 775 bytes
Line 
1#
2# $Id$
3#
4# NOTE: This is just a stub.
5#
6
7@SET_MAKE@
8srcdir = @srcdir@
9top_srcdir = @top_srcdir@
10top_builddir = ..
11subdir = doc
12
13INSTALL = @INSTALL@
14
15RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
16PROJECT_ROOT = @PROJECT_ROOT@
17
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20bindir = @bindir@
21libdir = @libdir@
22includedir = @includedir@
23target = @target@
24manext = 1
25mandir = @mandir@/man$(manext)
26program_prefix = @program_prefix@
27VPATH=@srcdir@
28
29include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
30include $(RTEMS_ROOT)/make/leaf.cfg
31
32CLEAN_ADDITIONS += xxx-your-debris-goes-here
33CLOBBER_ADDITIONS +=
34
35all:   
36
37install:  all
38
39Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
40        cd $(top_builddir) \
41         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.