Fork me on GitHub

Changeset 9582d01 in git


Ignore:
Timestamp:
Aug 22, 2014, 10:29:54 PM (10 years ago)
Author:
pavel-demin <demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c5e72d8
Parents:
08520fad
Message:

adapt make files to the latest ROOT and C++ versions

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r08520fad r9582d01  
    17541754        @mkdir -p $(@D)
    17551755        @echo ">> Compiling $<"
    1756         @gcc $(CXXFLAGS) -c $< $(OutPutOpt)$@
     1756        @$(CC) $(patsubst -std=%,,$(CXXFLAGS)) -c $< $(OutPutOpt)$@
    17571757
    17581758$(EXECUTABLE_OBJ): tmp/%.$(ObjSuf): %.cpp
  • doc/Makefile.arch

    r08520fad r9582d01  
    5353ROOTGLIBS    := $(shell $(RC) --glibs)
    5454HASTHREAD    := $(shell $(RC) --has-thread)
    55 ROOTDICTTYPE := $(shell $(RC) --dicttype)
    5655ROOTCINT     := rootcint
    5756
  • doc/genMakefile.tcl

    r08520fad r9582d01  
    395395        @mkdir -p $(@D)
    396396        @echo ">> Compiling $<"
    397         @gcc $(CXXFLAGS) -c $< $(OutPutOpt)$@
     397        @$(CC) $(patsubst -std=%,,$(CXXFLAGS)) -c $< $(OutPutOpt)$@
    398398
    399399$(EXECUTABLE_OBJ): tmp/%.$(ObjSuf): %.cpp
Note: See TracChangeset for help on using the changeset viewer.