/[TIS-4000 Rel T60]/Tornado2/Ge/Makefile.target
ViewVC logotype

Contents of /Tornado2/Ge/Makefile.target

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Apr 21 17:36:17 2000 UTC (23 years, 5 months ago) by tis4000
Branch: HIA, MAIN
CVS Tags: LMC_baseline, Duluth_baseline, Relt60baseline, HEAD
Changes since 1.1: +0 -0 lines
Setup Initial Baseline

1 #$Id: Makefile.drvtarg,v 1.1 1994/04/22 15:52:12 steel Exp $
2
3 #
4 # Makefile.target
5 # !! special 'driver' version = Makefile.drvtarg
6 #
7 # this file defines the default target and its components
8 # for the current build directory; there must be a target
9 # named 'user_target' (see Makefile.defaults) somewhere at
10 # the head of the chain, otherwise there aren't really any
11 # constraints ...
12 #
13
14 user_target: $(CUR).o
15
16 #
17 # Define targets for the $(CUR).o
18 #
19
20 $(CUR).o: $(OBJS)
21 @ echo "linking $(CUR).o for $(DST)"
22 @ $(RM) $@
23 @ $(LD) -r $(OBJS) -o $@
24
25 #
26 # END of Makefile.target
27 #
28 # Dependency list for .o files - automatically generated!!
29 # reference ./Makefile & ../Makefile.defaults
30 #
31

  ViewVC Help
Powered by ViewVC 1.1.30