From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- im/src/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 im/src/Makefile (limited to 'im/src/Makefile') diff --git a/im/src/Makefile b/im/src/Makefile new file mode 100755 index 0000000..3fe5908 --- /dev/null +++ b/im/src/Makefile @@ -0,0 +1,15 @@ + +.PHONY: do_all im im_jp2 im_process imlua3 imlua5 imlua_jp2 imlua_process5 +#do_all: im im_jp2 im_process im_fftw imlua3 imlua5 imlua_jp2 imlua_process5 imlua_fftw5 +do_all: im im_process imlua5 imlua_jp2 imlua_process5 + +im: + $(MAKE) --no-print-directory -f tecmake_compact.mak +im_process: + @$(MAKE) --no-print-directory -f tecmake_compact.mak MF=im_process +imlua3: + @$(MAKE) --no-print-directory -f tecmake_compact.mak MF=imlua3 +imlua5: + @$(MAKE) --no-print-directory -f tecmake_compact.mak MF=imlua5 +imlua_process5: + @$(MAKE) --no-print-directory -f tecmake_compact.mak MF=imlua_process5 -- cgit v1.2.3