source: rtems/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in @ c8bc6e45

4.104.114.84.95
Last change on this file since c8bc6e45 was c8bc6e45, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 20:29:35

new file

  • Property mode set to 100644
File size: 443 bytes
Line 
1#
2# $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
12include $(RTEMS_ROOT)/make/leaf.cfg
13
14DESTDIR=$(PROJECT_RELEASE)/tests
15
16PGMS=runtest psim
17
18INSTALLED=$(PGMS:%=$(DESTDIR)/%)
19
20all:    $(DESTDIR) $(PGMS) install
21
22install:  $(INSTALLED)
23        cp $(DESTDIR)/psim $(DESTDIR)/psim-gdb
24
25# Install the program
26$(DESTDIR)/%: %
27        $(make-script)
28
29
Note: See TracBrowser for help on using the repository browser.