/[TIS-4000 Rel T60]/Tornado/CalISO/Makefile.target
ViewVC logotype

Contents of /Tornado/CalISO/Makefile.target

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


Revision 1.4 - (show annotations)
Fri Oct 8 15:22:42 1999 UTC (24 years, 2 months ago) by tis4000
Branch: MAIN
CVS Tags: t55baseline, Duluth_baseline, LMC_baseline, HEAD
Changes since 1.3: +1 -1 lines
Add pointMonitor.o to build targets - irani

1 #
2 # Makefile.target
3 #
4 # this file defines the default target and its components
5 # for the current build directory; there must be a target
6 # named 'user_target' (see Makefile.defaults) somewhere at
7 # the head of the chain, otherwise there aren't really any
8 # constraints ...
9 #
10
11 user_target: CalISO.o remoteTerminal.o pointMonitor.o
12
13 #
14 # Define targets for the dbLib
15 #
16
17 CalISO.o: $(OBJS)
18 @ echo "linking CalISO.o for $(DST)"
19 @ $(RM) $@
20 @ $(LD) -r $(OBJS) -o $@
21
22 #
23 # END of Makefile.target
24 #
25 # Dependency list for .o files - automatically generated!!
26 # reference ./Makefile & ../Makefile.defaults
27 #
28 # note: by making the special version dependent on the
29 # standard, we inherit the dependencies.
30
31 #
32

  ViewVC Help
Powered by ViewVC 1.1.30