--- PamCut/makefile 2010/03/24 08:11:25 1.9 +++ PamCut/makefile 2010/03/30 08:21:19 1.10 @@ -27,12 +27,12 @@ # use debug instructions also in the .h code (headers) you will also have to add -DDEBUGPAMCUT # to the compiler options for the main analysis program. # 3) Since this is a general compiler flag it can also be used, eg., to set the -m32 flag -OPTIMIZE = -g3 #-DDEBUGPAMCUT +OPTIMIZE = -g3 ${PAM_BIT} #-DDEBUGPAMCUT # Linker flags # The flags defined here will be directly inserted into the linker invocation. Place here the # -m32 flag, for example. -LINKERFLAGS = +LINKERFLAGS = ${PAM_BIT} # Library flags # Pamela software is modular, so some libraries may not be available in some istallations. @@ -83,7 +83,7 @@ @$(C++) --version | grep GCC @hostname @echo - + # Tool invocations libPamCut.so: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @@ -101,7 +101,7 @@ @rm -f ${PAM_LIB}/libPamCut.so @rm -rf ${PAM_INC}/PamCut @echo Installed files successfully removed. - + install: @if [[ "${PAM_INC}" == "" || "${PAM_LIB}" == "" ]]; then \ echo Pamela environment not set. ; \