]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/makefile
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / makefile
diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/makefile b/bundles/org.simantics.databoard/cpp/DataBoardTest/makefile
new file mode 100644 (file)
index 0000000..0763125
--- /dev/null
@@ -0,0 +1,12 @@
+CC=g++ -fPIC -c\r
+SHA = g++\r
+SHAOPTS = -shared -Wl,-soname,libdataboard.so\r
+INC=-I$(ANTDIR)/include/ -I.\r
+LIB=-L$(ANTDIR)/lib/ -lantlr3c\r
+\r
+all:\r
+       $(CC) $(INC) $(LIB) *.cpp *.c\r
+       $(SHA) $(SHAOPTS) -o lib/libdataboard.so *.o\r
+       \r
+clean:\r
+       rm -rf *.o lib/libdataboard.a lib/*.so*\r