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

Diff of /Tornado/Inf7/Makefile.target

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

revision 1.1.1.1 by tis4000, Mon Aug 23 18:43:18 1999 UTC revision 1.3 by tis4000, Fri Dec 10 15:05:53 1999 UTC
# Line 1  Line 1 
 #$Id$  
   
1  #  #
2  # Makefile.target  # Makefile.target
3  #       !! special 'driver' version = Makefile.drvtarg  #       !! special 'driver' version = Makefile.drvtarg
# Line 20  user_target: $(CUR).o Line 18  user_target: $(CUR).o
18  $(CUR).o: $(OBJS)  $(CUR).o: $(OBJS)
19          @ echo "linking $(CUR).o for $(DST)"          @ echo "linking $(CUR).o for $(DST)"
20          @ $(RM) $@          @ $(RM) $@
21          @ $(LD) $(OBJS) -o $@          @ $(LD) -r $(OBJS) -o $@
22    
23  #  #
24  # END of Makefile.target  # END of Makefile.target

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.30