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

Annotation of /Tornado2/Compumotor/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:11 2000 UTC (23 years, 1 month ago) by tis4000
Branch point for: HIA, MAIN
Initial revision

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

  ViewVC Help
Powered by ViewVC 1.1.28