source: rtems/c/build-tools/scripts/Makefile.in @ de5e24f

4.104.114.84.95
Last change on this file since de5e24f was de5e24f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/97 at 21:52:27

Removed hackspecs.awk in move from -mrtems to -qrtems.

  • Property mode set to 100644
File size: 588 bytes
Line 
1#
2# $Id$
3#
4# RTEMS build tools
5# NOTE: of course we can't use any of these tools
6#               in this Makefile.  Most notably: install-if-change
7#
8
9@SET_MAKE@
10srcdir = @srcdir@
11top_srcdir = @top_srcdir@
12VPATH=@srcdir@
13
14include $(RTEMS_CUSTOM)
15include $(RTEMS_ROOT)/make/leaf.cfg
16
17DESTDIR=$(PROJECT_RELEASE)/build-tools
18
19PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom
20
21INSTALLED=$(PGMS:%=$(DESTDIR)/%)
22
23all:    $(DESTDIR) $(PGMS) install
24        echo $(DESTDIR)
25
26$(DESTDIR):
27        [ -d $@ ] || $(MKDIR) $@
28
29install:  $(INSTALLED)
30
31# Install the program
32$(DESTDIR)/%: %
33        $(make-script)
Note: See TracBrowser for help on using the repository browser.