Skip to content
Snippets Groups Projects
Commit 44fcf7fe authored by Daniel Knorreck's avatar Daniel Knorreck
Browse files

new Makefile

parent e661868c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ TARGET_ARCH = linux
CC = g++
#CC = test2.sh
#CC = /packages/gcc_3.2.2/bin/g++32
OPT = -O1 -pg -pthread
OPT = -O1 -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 MemPool.cpp Comment.cpp Server.cpp Simulator.cpp SimComponents.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 ServerLocal.cpp Simulator.cpp SimComponents.cpp ServerIF.cpp
SRCS_base_DIR = src_simulator
SRCS_generated = .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment