/[PAMELA software]/chewbacca/event/physics/Makefile
ViewVC logotype

Diff of /chewbacca/event/physics/Makefile

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:05 2008 UTC revision 1.2 by mocchiut, Wed Jul 29 15:47:32 2009 UTC
# Line 1  Line 1 
1  #*****************************************************************************  #*****************************************************************************
2  #  #
3  # FILE NAME:    $Id: Makefile,v 1.3 2008-04-02 13:30:56 messineo Exp $      # FILE NAME:    $Id: Makefile,v 1.1.1.1 2008/09/23 07:20:05 mocchiut Exp $    
4  # VERSION:        # VERSION:      
5  # AUTHOR:       Nergal S.r.l.  # AUTHOR:       Nergal S.r.l.
6  # DATE:  # DATE:
# Line 20  include $(BASEDIR)/event/Make.def Line 20  include $(BASEDIR)/event/Make.def
20    
21    
22  libs:  libs:
23    ifeq ($(verbose),)
24            @for sub_dir in $(PHYSEXTDIR) ; do \
25                    $(MAKE) -s -C $$sub_dir libs ; \
26            done
27    else
28          for sub_dir in $(PHYSEXTDIR) ; do \          for sub_dir in $(PHYSEXTDIR) ; do \
29                  $(MAKE) -C $$sub_dir libs ; \                  $(MAKE) -C $$sub_dir libs ; \
30          done          done
31    endif
32    
33    
34  clean: clean-subdir  clean: clean-subdir
35    ifeq ($(verbose),)
36            rm -f $(TARGETLIB) $(OBJDIR)/*.[oa] $(OBJDIR)/.*.d
37    else
38          rm -f $(TARGETLIB) $(OBJDIR)/*.[oa] $(OBJDIR)/.*.d          rm -f $(TARGETLIB) $(OBJDIR)/*.[oa] $(OBJDIR)/.*.d
39    endif
40    
41  clean-subdir:  clean-subdir:
42    ifeq ($(verbose),)
43            for sub_dir in $(PHYSEXTDIR) ; do \
44                    $(MAKE) -s -C $$sub_dir clean ; \
45            done
46    else
47          for sub_dir in $(PHYSEXTDIR) ; do \          for sub_dir in $(PHYSEXTDIR) ; do \
48                  $(MAKE) -C $$sub_dir clean ; \                  $(MAKE) -C $$sub_dir clean ; \
49          done          done
50    endif
51    
52  -include $(DEPEND)  -include $(DEPEND)
53    

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

  ViewVC Help
Powered by ViewVC 1.1.23