From c2c3ce5abd338cb6345780cb86c30ca9f34a6562 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 25 Dec 2010 19:10:23 +0000 Subject: Added sources of dxtn. See getsrc.btm used for getting the sources --- dxtn/Makefile.old | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dxtn/Makefile.old (limited to 'dxtn/Makefile.old') diff --git a/dxtn/Makefile.old b/dxtn/Makefile.old new file mode 100644 index 000000000..21b502ee7 --- /dev/null +++ b/dxtn/Makefile.old @@ -0,0 +1,14 @@ +libtxc_dxtn.so: txc_compress_dxtn.o txc_fetch_dxtn.o + gcc -O3 -Wall -pedantic -fPIC -lpthread -shared -o libtxc_dxtn.so txc_compress_dxtn.o txc_fetch_dxtn.o + +txc_compress_dxtn.o : txc_compress_dxtn.c txc_dxtn.h + gcc -c -O3 -Wall -pedantic -fPIC -o txc_compress_dxtn.o txc_compress_dxtn.c + +txc_fetch_dxtn.o : txc_fetch_dxtn.c txc_dxtn.h + gcc -c -O3 -Wall -pedantic -fPIC -o txc_fetch_dxtn.o txc_fetch_dxtn.c + +clean: + rm txc_fetch_dxtn.o txc_compress_dxtn.o libtxc_dxtn.so + +install: libtxc_dxtn.so + install libtxc_dxtn.so /usr/lib/ -- cgit v1.2.3