summaryrefslogtreecommitdiffstats
path: root/Master/Masterarbeit/thesis/lst/Makefile.txt
blob: 43a3a42e0fae337d148096e22a78d381df172af4 (plain)
1
2
3
4
5
6
7
LIBS := 
G++ := c:/programme/x2e/x2e/toolchain/bin/powerpc-linux-gnu-g++.exe
all:
	@echo 'Invoking cross compiler'
	$(G++) -Ic:/programme/x2e/x2e/toolchain/powerpc-linux-gnu/libc/usr/include -I"c:\Dokumente und Einstellungen\Eisenhauer\Eigene Dateien\Masterarbeit\src\common\inc" -Os -g0 -Wall -c -fno-strict-aliasing -std=c++0x -msoft-float -mcpu=405 -fPIC -MMD -MP -o CXorayaPlugin_WCRT.o C:/temp/CXorayaPlugin_WCRT.cpp
	@echo 'Invoking linker'
	$(G++) -L"c:\Programme\x2e\x2e\toolchain\powerpc-linux-gnu\libc\nof\lib" -msoft-float -shared -o "C:/temp/CXorayaPlugin_WCRT.so" CXorayaPlugin_WCRT.o $(LIBS)