Files
UltraGrid/tools/Makefile.astat
Martin Pulec 7403d83ab4 Astat: fixed out-of-tree build
GUI is now possible to build in an out-of-tree build.
2020-04-07 13:29:24 +02:00

7 lines
252 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 -c -std=c++11 astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread
ar rcs astat.a astat.o platform_pipe.o