Files
UltraGrid/tools/Makefile.astat
2018-04-24 09:59:32 +02:00

6 lines
218 B
Makefile

test:
g++ -g -DASTAT_DEBUG -DDEFINE_TEST_MAIN astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat_test
lib:
g++ -fpic -shared astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat.so