7 |
|
|
8 |
LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs` |
LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs` |
9 |
INCS =-I `root-config --incdir` -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./ |
INCS =-I `root-config --incdir` -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./ |
10 |
SRCS = TrAng.cpp |
SRCS = TrAng.cpp option.cpp |
11 |
EXE = QtoInclination.exe |
EXE = QtoInclination.exe |
12 |
# pattern rule to compile object files from C files |
# pattern rule to compile object files from C files |
13 |
# might not work with make programs other than GNU make |
# might not work with make programs other than GNU make |