/[PAMELA software]/chewbacca/Makefile
ViewVC logotype

Diff of /chewbacca/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mocchiut, Thu Jul 30 08:16:20 2009 UTC revision 1.11 by mocchiut, Tue Aug 4 13:57:59 2009 UTC
# Line 29  export LDFLAGS+=$(PAM_BIT) Line 29  export LDFLAGS+=$(PAM_BIT)
29  export CFLAGS+=$(PAM_BIT)  export CFLAGS+=$(PAM_BIT)
30  export FFLAGS+=$(PAM_BIT)  export FFLAGS+=$(PAM_BIT)
31  #  #
32    ifeq ($(GCC4),)
33    export GCCVERS=$(shell echo `gcc -dumpversion | sed 's/\./\ /g'`)
34    export GCCVERMAJ=$(word 1,$(GCCVERS))
35    export GCC4=$(shell echo `echo "${GCCVERMAJ} > 3" |bc -l`)
36    endif
37    #
38  DIRS=event PamOffLineSW YodaProfiler  DIRS=event PamOffLineSW YodaProfiler
39  #  #
40  all:  all:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23