X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Flibbthread-master%2FMakefile;fp=cinelerra-5.1%2Flibbthread-master%2FMakefile;h=f6480a60a6c19479f13de3fc5b2d7ce3f09d1472;hp=0000000000000000000000000000000000000000;hb=046d2eddad473ffa8940a1df0de27eb870ea8d55;hpb=7968cefc1467e11fd3b5c302e15a7341436eab9e diff --git a/cinelerra-5.1/libbthread-master/Makefile b/cinelerra-5.1/libbthread-master/Makefile new file mode 100644 index 00000000..f6480a60 --- /dev/null +++ b/cinelerra-5.1/libbthread-master/Makefile @@ -0,0 +1,18 @@ +PLATFORM = $(uname -o) +ifneq ($(PLATFORM),Android) +all: +# +# mv pt-test.c pt-test +# cat `ls *.c` > just-pt.c + g++ -c -o jpt.o just-pt.cc -I. + ar crs jpt.a jpt.o +clean: + rm -f *.a *.o +install: + +else +all: +install: +clean: + +endif