Fork me on GitHub
Home
Download
Releases
Quick Tour
Workbook
New Ticket
Contact
Search:
Login
Preferences
Register
Wiki
Source
Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
9582d01
in git for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r08520fad
r9582d01
1754
1754
@mkdir -p $(@D)
1755
1755
@echo ">> Compiling $<"
1756
@
gcc $(CXXFLAGS
) -c $< $(OutPutOpt)$@
1756
@
$(CC) $(patsubst -std=%,,$(CXXFLAGS)
) -c $< $(OutPutOpt)$@
1757
1757
1758
1758
$(EXECUTABLE_OBJ): tmp/%.$(ObjSuf): %.cpp
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive