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

Diff of /chewbacca/PamOffLineSW/forroutines/calorimeter/Makefile

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

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

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

  ViewVC Help
Powered by ViewVC 1.1.23