source: rtems/doc/Makefile.in @ 139b2e4a

4.104.114.84.95
Last change on this file since 139b2e4a was 48d6de3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/09/97 at 14:46:16

Adding missing files.

  • Property mode set to 100644
File size: 467 bytes
Line 
1#
2# $Id$
3#
4# NOTE: This is just a stub.
5#
6
7@SET_MAKE@
8srcdir = @srcdir@
9top_srcdir = @top_srcdir@
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12bindir = @bindir@
13libdir = @libdir@
14includedir = @includedir@
15target = @target@
16manext = 1
17mandir = @mandir@/man$(manext)
18program_prefix = @program_prefix@
19VPATH=@srcdir@
20
21include $(RTEMS_CUSTOM)
22include $(PROJECT_ROOT)/make/leaf.cfg
23
24CLEAN_ADDITIONS += xxx-your-debris-goes-here
25CLOBBER_ADDITIONS +=
26
27all:   
28
29install:  all
Note: See TracBrowser for help on using the repository browser.