From eeefefd56cb3edddefb73141733fd1e757c4b798 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Tue, 5 Oct 2010 10:33:15 +0000 Subject: Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages --- codec/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 codec/Makefile (limited to 'codec/Makefile') diff --git a/codec/Makefile b/codec/Makefile deleted file mode 100644 index b3c93b0e..00000000 --- a/codec/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Makefile for the main OpenJPEG codecs: j2k_to_image and image_to_j2k - -CFLAGS = -Wall -O3 -lstdc++ # -g -p -pg - -all: j2k_to_image image_to_j2k j2k_dump - -j2k_to_image: j2k_to_image.c ../libopenjpeg.a - gcc $(CFLAGS) compat/getopt.c index.c convert.c j2k_to_image.c -o j2k_to_image -L.. -lopenjpeg -I ../libopenjpeg/ -lm -ltiff -lpng - -image_to_j2k: image_to_j2k.c ../libopenjpeg.a - gcc $(CFLAGS) compat/getopt.c index.c convert.c image_to_j2k.c -o image_to_j2k -L.. -lopenjpeg -I ../libopenjpeg/ -lm -ltiff -lpng - -j2k_dump: j2k_dump.c ../libopenjpeg.a - gcc $(CFLAGS) compat/getopt.c index.c j2k_dump.c -o j2k_dump -L.. -lopenjpeg -I ../libopenjpeg/ -lm - -clean: - rm -f j2k_to_image image_to_j2k j2k_dump -- cgit v1.2.3