diff options
Diffstat (limited to 'dxtn/Makefile.old')
-rw-r--r-- | dxtn/Makefile.old | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dxtn/Makefile.old b/dxtn/Makefile.old deleted file mode 100644 index 21b502ee7..000000000 --- a/dxtn/Makefile.old +++ /dev/null @@ -1,14 +0,0 @@ -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/ |