-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile1
More file actions
11 lines (8 loc) · 852 Bytes
/
Copy pathmakefile1
File metadata and controls
11 lines (8 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
S2D: main.o SIPMatrix.o sphIntvPoint.o
g++ -std=c++11 main.o SIPMatrix.o sphIntvPoint.o -o S2D
main.o: main.cpp sphIntvPoint/sphIntvPoint.h SIPMatrix/sipmatrix.h LibConstants.h
g++ -std=c++11 -c -I /usr/local/Cellar/boost/1.59.0/include -I /Users/zacharyrosenthal/cxsc/include -L /Users/zacharyrosenthal/cxsc/lib main.cpp -lcxsc
SIPMatrix.o: SIPMatrix/sipmatrix.cpp sipmatrix/sipmatrix.h sphIntvPoint/sphIntvPoint.h LibConstants.h
g++ -std=c++11 -c -I /usr/local/Cellar/boost/1.59.0/include -I /Users/zacharyrosenthal/cxsc/include -L /Users/zacharyrosenthal/cxsc/lib SIPMatrix/sipmatrix.cpp -lcxsc
sphIntvPoint.o: sphIntvPoint/sphIntvPoint.cpp sphIntvPoint/sphIntvPoint.h
g++ -std=c++11 -c -I /usr/local/Cellar/boost/1.59.0/include -I /Users/zacharyrosenthal/cxsc/include -L /Users/zacharyrosenthal/cxsc/lib sphIntvPoint/sphIntvPoint.cpp -lcxsc