Skip to content
Makefile 1.93 KiB
Newer Older
3dsman's avatar
3dsman committed
.PHONY: clean All

All:
	@echo "----------Building project:[ openembroider - Debug ]----------"
	@$(MAKE) -f  "openembroider.mk"
clean:
	@echo "----------Cleaning project:[ openembroider - Debug ]----------"
	@$(MAKE) -f  "openembroider.mk" clean

swig:
	@swig -python -Iinclude -c++ oe.i
	@g++ -DSWINGING -ggdb -fPIC -shared -std=c++11 -Iinclude -I/usr/include/python3.4m main.cpp oe_wrap.cxx src/OE_editDisplay.cpp src/instructions/OE_instruction.cpp src/instructions/OE_waitcolor.cpp src/instructions/OE_start.cpp src/OE_svgParser.cpp src/OE_commandDisplay.cpp src/curves/OE_subcurve.cpp src/curves/OE_curve.cpp src/curves/OE_joincurve.cpp src/curves/OE_pointcurve.cpp src/OE_thread.cpp src/xml/tinyxml.cpp src/xml/tinystr.cpp src/xml/tinyxmlparser.cpp src/xml/tinyxmlerror.cpp src/stitchs/OE_birailstitch.cpp src/stitchs/OE_stitchs.cpp src/stitchs/OE_linkstitch.cpp src/stitchs/OE_linestitch.cpp src/stitchs/OE_metaLinestitch.cpp src/OE_document.cpp src/OE_display.cpp src/OE_interfaceDisplay.cpp src/actions/OE_actionSelection.cpp src/actions/OE_actions.cpp src/actions/OE_actionsThreads.cpp src/actions/OE_actionsBirailStitchs.cpp src/actions/OE_actionsLineStitchs.cpp src/actions/OE_actionsCurves.cpp src/actions/OE_actionsStitchs.cpp src/actions/OE_actionsMetaLineStitchs.cpp src/OE_controller.cpp src/OE_base.cpp -rdynamic -lpython3.4m -lGLU -lGL -lglfw -lrt -lm -ldl -lXrandr -lXinerama -lXi -lXcursor -lXrender -lGL -lm -lpthread -ldl -ldrm -lXdamage -lXfixes -lX11-xcb -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-randr -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb-sync -lxshmfence -lXxf86vm -lXext -lX11 -lpthread -lxcb -lXau -lXdmcp -lpthread -lm -lbluetooth -ldl -lXrandr -lXinerama -lXi -lXcursor -lXrender -lGL -lpthread -ldrm -lXdamage -lXfixes -lX11-xcb -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-randr -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb-sync -lxshmfence -lXxf86vm -lXext -lX11 -lxcb -lXau -lXdmcp -lpthread -lbluetooth -o _oe.so