/[PAMELA software]/chewbacca/PamOffLineSW/forroutines/trigger/Makefile
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/forroutines/trigger/Makefile

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:20 2008 UTC revision 1.2 by mocchiut, Wed Jul 29 15:47:14 2009 UTC
# Line 1  Line 1 
1  #*****************************************************************************  #*****************************************************************************
2  #  #
3  # FILE NAME:    $Id: Makefile,v 1.3 2008-04-02 13:34:48 messineo Exp $      # FILE NAME:    $Id: Makefile,v 1.1.1.1 2008/09/23 07:20:20 mocchiut Exp $    
4  # VERSION:        # VERSION:      
5  # AUTHOR:       Nergal S.r.l.  # AUTHOR:       Nergal S.r.l.
6  # DATE:  # DATE:
# Line 35  TARGETLIB = $(TRGR_A) Line 35  TARGETLIB = $(TRGR_A)
35  libs: $(TARGETLIB)  libs: $(TARGETLIB)
36    
37  $(TARGETLIB) : ${OBJS}  $(TARGETLIB) : ${OBJS}
38    ifeq ($(verbose),)
39            @$(AR) -scrv $@ $? &>/dev/null
40    else
41          $(AR) -scrv $@ $?          $(AR) -scrv $@ $?
42    endif
43    
44  clean:  clean:
45    ifeq ($(verbose),)
46            @rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d
47    else
48          rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d          rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d
49    endif
50    
51  -include $(DEPEND)  -include $(DEPEND)
52    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23