[go: up one dir, main page]

Menu

[b021c9]: / mct / makefile.tpl  Maximize  Restore  History

Download this file

20 lines (15 with data), 575 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# Makefile generated by OptFrame MCT (shell version)
all: examples
g++ ./MyProjects/main$project.cpp ./OptFrame/Scanner++/Scanner.cpp -o main$project
examples: tsp eternityii pmedcap
tsp:
g++ -Wall ./Examples/mainTSP.cpp ./OptFrame/Scanner++/Scanner.cpp -o TSPExample
eternityii:
g++ -Wall ./Examples/mainEternityII.cpp ./OptFrame/Scanner++/Scanner.cpp -o EternityIIExample
pmedcap:
g++ -Wall ./Examples/mainPMedCap.cpp ./OptFrame/Scanner++/Scanner.cpp -o PMedCapExample
clean:
rm -f TSPExample
rm -f EternityIIExample
rm -f PMedCapIIExample
rm -f main$project