From a7475d9b474e620dc8895d146583aeb5f53e72e0 Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Mon, 30 Mar 2009 14:08:32 +0000 Subject: [PATCH] New Makefile --- simulators/c++2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulators/c++2/Makefile b/simulators/c++2/Makefile index 8eb6042970..c5cda8aadd 100755 --- a/simulators/c++2/Makefile +++ b/simulators/c++2/Makefile @@ -3,7 +3,7 @@ TARGET_ARCH = linux CC = g++ #CC = test2.sh #CC = /packages/gcc_3.2.2/bin/g++32 -OPT = -O1 +OPT = -O1 -pg -pthread DEBUG = -g OTHER = -Wall TRY = -Wno-deprecated @@ -13,7 +13,7 @@ OBJDIR = lib MODULE = run include Makefile.src -SRCS_base = TMLTask.cpp TMLCommand.cpp TMLTransaction.cpp TMLChannel.cpp CPU.cpp CPURR.cpp CPUPB.cpp CPUPBL.cpp TMLWriteCommand.cpp TMLStateChannel.cpp TMLbrbwChannel.cpp TMLnbrnbwChannel.cpp TMLbrnbwChannel.cpp TMLEventChannel.cpp TMLEventBChannel.cpp TMLEventFChannel.cpp TMLEventFBChannel.cpp TMLReadCommand.cpp TMLExeciCommand.cpp TMLActionCommand.cpp TMLChoiceCommand.cpp TMLWaitCommand.cpp TMLSendCommand.cpp TMLSelectCommand.cpp TMLRequestCommand.cpp TMLNotifiedCommand.cpp Bus.cpp definitions.cpp Bridge.cpp Memory.cpp +SRCS_base = TMLTask.cpp TMLCommand.cpp TMLTransaction.cpp TMLChannel.cpp CPU.cpp CPURR.cpp CPUPB.cpp CPUPBL.cpp TMLWriteCommand.cpp TMLStateChannel.cpp TMLbrbwChannel.cpp TMLnbrnbwChannel.cpp TMLbrnbwChannel.cpp TMLEventChannel.cpp TMLEventBChannel.cpp TMLEventFChannel.cpp TMLEventFBChannel.cpp TMLReadCommand.cpp TMLExeciCommand.cpp TMLActionCommand.cpp TMLChoiceCommand.cpp TMLWaitCommand.cpp TMLSendCommand.cpp TMLSelectCommand.cpp TMLRequestCommand.cpp TMLNotifiedCommand.cpp Bus.cpp definitions.cpp Bridge.cpp Memory.cpp MemPool.cpp Comment.cpp Server.cpp Simulator.cpp SimComponents.cpp SRCS_base_DIR = src_simulator SRCS_generated = . -- GitLab