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

Annotation of /chewbacca/event/physics/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Wed Jul 29 15:47:32 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +17 -2 lines
Class rollback to previous version, compilation warnings ~fixed, some cleaning

1 mocchiut 1.1 #*****************************************************************************
2     #
3 mocchiut 1.2 # FILE NAME: $Id: Makefile,v 1.1.1.1 2008/09/23 07:20:05 mocchiut Exp $
4 mocchiut 1.1 # VERSION:
5     # AUTHOR: Nergal S.r.l.
6     # DATE:
7     #
8     # DESCRIPTION: base Makefile
9     #
10     # REVISION HISTORY:
11     #
12     # Version Date Author Change Description
13     #
14     #*****************************************************************************/
15    
16    
17     #------------------------------------------------------------------------------
18     include $(BASEDIR)/event/Make.def
19     #------------------------------------------------------------------------------
20    
21    
22     libs:
23 mocchiut 1.2 ifeq ($(verbose),)
24     @for sub_dir in $(PHYSEXTDIR) ; do \
25     $(MAKE) -s -C $$sub_dir libs ; \
26     done
27     else
28 mocchiut 1.1 for sub_dir in $(PHYSEXTDIR) ; do \
29     $(MAKE) -C $$sub_dir libs ; \
30     done
31 mocchiut 1.2 endif
32 mocchiut 1.1
33    
34     clean: clean-subdir
35 mocchiut 1.2 ifeq ($(verbose),)
36     rm -f $(TARGETLIB) $(OBJDIR)/*.[oa] $(OBJDIR)/.*.d
37     else
38 mocchiut 1.1 rm -f $(TARGETLIB) $(OBJDIR)/*.[oa] $(OBJDIR)/.*.d
39 mocchiut 1.2 endif
40 mocchiut 1.1
41     clean-subdir:
42 mocchiut 1.2 ifeq ($(verbose),)
43     for sub_dir in $(PHYSEXTDIR) ; do \
44     $(MAKE) -s -C $$sub_dir clean ; \
45     done
46     else
47 mocchiut 1.1 for sub_dir in $(PHYSEXTDIR) ; do \
48     $(MAKE) -C $$sub_dir clean ; \
49     done
50 mocchiut 1.2 endif
51 mocchiut 1.1
52     -include $(DEPEND)
53    
54    
55     #------------------------------------------------------------------------------
56     include $(BASEDIR)/PamOffLineSW/Make.def.post
57     #------------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.23