no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / libbthread-master / Makefile
1 PLATFORM = $(uname -o)
2 ifneq ($(PLATFORM),Android)
3 all:
4 #
5 #       mv pt-test.c pt-test
6 #       cat `ls *.c` > just-pt.c
7         g++ -c -o jpt.o just-pt.cc -I.
8         ar crs jpt.a jpt.o
9 clean:
10         rm -f *.a *.o
11 install:
12         
13 else
14 all:
15 install:
16 clean:
17         
18 endif