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

Annotation of /Tornado2/sstools/Makefile.target

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


Revision 1.1 - (hide annotations)
Fri Apr 21 17:36:28 2000 UTC (22 years, 11 months ago) by tis4000
Branch point for: HIA, MAIN
Initial revision

1 tis4000 1.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: sstools.o sstoolsx.o
12    
13     #
14     # Define targets for the dbLib
15     #
16    
17     sstools.o: $(OBJS)
18     @ echo "linking sstools.o for $(DST)"
19     @ $(RM) [email protected]
20     @ $(LD) -r $(OBJS) -o [email protected]
21    
22     sstoolsx.o: $(OBJSX)
23     @ echo "linking sstoolsx.o for $(DST)"
24     @ $(RM) [email protected]
25     @ $(LD) -r $(OBJSX) -o [email protected]
26    
27     #
28     # END of Makefile.target
29     #
30     # Dependency list for .o files - automatically generated!!
31     # reference ./Makefile & ../Makefile.defaults
32     #
33    

  ViewVC Help
Powered by ViewVC 1.1.28