/[PAMELA software]/PamCut/TrkCuts/TrkChi2DeflCut/subdir.mk
ViewVC logotype

Annotation of /PamCut/TrkCuts/TrkChi2DeflCut/subdir.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed May 27 13:30:08 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: DEV
CVS Tags: v0r00
Changes since 1.1: +0 -0 lines
First import

1 pam-fi 1.1 #
2     # ************ Subdir makefile ************
3     #
4     # Author: Nicola Mori
5     #
6     # This file contains the instructions to build the files contained in this
7     # directory. It is not called directly, but it is included by the general
8     # PamCut makefile. So the paths must be relative to the position of that
9     # makefile and not to the path of this file.
10     #
11     #
12    
13     -include TrkChi2DeflCut/include.mk
14    
15     # Choose a name for the object file. This must coincide with the .cpp and .h filename,
16     # except for the extension which has to be .o
17     OBJS += ./TrkCuts/TrkChi2DeflCut/TrkChi2DeflCut.o
18    
19     # Dependencies file. The extension must be .d, and the name equal to the cut name.
20     CPP_DEPS += ./TrkCuts/TrkChi2DeflCut/TrkChi2DeflCut.d
21    
22     # Rules for compilation. You will likely have only to specify the path.
23     # Put the directory path:
24     # here here
25     ./TrkCuts/TrkChi2DeflCut/%.o: ./TrkCuts/TrkChi2DeflCut/%.cpp $(COMMONDEPS)
26     @echo 'Building file: $<'
27     @echo 'Invoking: GCC C++ Compiler'
28     $(C++) -I${ROOTSYS}/include -I${PAM_INC} -I${PAM_INC}/yoda $(OPTIMIZE) $(EXCLUSIONFLAGS) -Wall -c -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
29     @echo 'Finished building: $<'
30     @echo ' '
31    

  ViewVC Help
Powered by ViewVC 1.1.23