Revision: | 1.1 |
Committed: | Tue Jun 19 20:36:04 2012 UTC (12 years, 11 months ago) by khahn |
Branch: | MAIN |
CVS Tags: | compiled, HEAD |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | khahn | 1.1 | EXE=dataUnDup.exe mergeDataFOHiIP.exe mergeAllDataFOHiIP.exe mergeDataFO.exe mergeAllDataFO.exe |
2 | |||
3 | all : $(EXE) | ||
4 | |||
5 | |||
6 | %.exe : %.C | ||
7 | g++ -D DEFINITION_ONLY `root-config --cflags` -I ../../DataStruct/interface -I ../../Angles/interface $< -o $@ `root-config --libs` ../../DataStruct/lib/SimpleLeptonDict.o | ||
8 |