summaryrefslogtreecommitdiffstats
path: root/cpu8/hello_world/Makefile
blob: 50bb5dd0f8eb03e86f1298310abc914849b862f2 (plain) (blame)
1
2
3
4
5
6
7
SYSTEMC_PATH=/home/fam/downloads/source/systemc/systemc-2.3.2
SYSTEMC_INC=$(SYSTEMC_PATH)/src
SYSTEMC_LIB=$(SYSTEMC_PATH)/src/.libs

make:
	g++ hello_world.cpp -I$(SYSTEMC_INC) -L$(SYSTEMC_LIB) -Wl,-rpath=$(SYSTEMC_LIB)\
		-o hello_world -lsystemc -lm