- Timestamp:
- Aug 22, 2014, 10:29:54 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c5e72d8
- Parents:
- 08520fad
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.arch
r08520fad r9582d01 53 53 ROOTGLIBS := $(shell $(RC) --glibs) 54 54 HASTHREAD := $(shell $(RC) --has-thread) 55 ROOTDICTTYPE := $(shell $(RC) --dicttype)56 55 ROOTCINT := rootcint 57 56 -
doc/genMakefile.tcl
r08520fad r9582d01 395 395 @mkdir -p $(@D) 396 396 @echo ">> Compiling $<" 397 @ gcc $(CXXFLAGS) -c $< $(OutPutOpt)$@397 @$(CC) $(patsubst -std=%,,$(CXXFLAGS)) -c $< $(OutPutOpt)$@ 398 398 399 399 $(EXECUTABLE_OBJ): tmp/%.$(ObjSuf): %.cpp
Note:
See TracChangeset
for help on using the changeset viewer.