From 92efe73791d0998536042bfab5a1babc67d168c7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 01:06:43 +0200 Subject: Upgrading to IM 3.6.2, and doing some cleanup at the same time. --- im/src/im_process.mak | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100755 im/src/im_process.mak (limited to 'im/src/im_process.mak') diff --git a/im/src/im_process.mak b/im/src/im_process.mak deleted file mode 100755 index 064be76..0000000 --- a/im/src/im_process.mak +++ /dev/null @@ -1,36 +0,0 @@ -PROJNAME = im -LIBNAME = im_process -OPT = YES - -SRC = \ - im_arithmetic_bin.cpp im_morphology_gray.cpp im_quantize.cpp \ - im_arithmetic_un.cpp im_geometric.cpp im_render.cpp \ - im_color.cpp im_histogram.cpp im_resize.cpp \ - im_convolve.cpp im_houghline.cpp im_statistics.cpp \ - im_convolve_rank.cpp im_logic.cpp im_threshold.cpp \ - im_effects.cpp im_morphology_bin.cpp im_tonegamut.cpp \ - im_canny.cpp im_distance.cpp im_analyze.cpp \ - im_kernel.cpp -SRC := $(addprefix process/, $(SRC)) - -USE_IM = Yes -IM = .. - -ifneq ($(findstring Win, $(TEC_SYSNAME)), ) - ifneq ($(findstring ow, $(TEC_UNAME)), ) - DEFINES += IM_DEFMATHFLOAT - endif - ifneq ($(findstring bc, $(TEC_UNAME)), ) - DEFINES += IM_DEFMATHFLOAT - endif -else - ifneq ($(findstring AIX, $(TEC_UNAME)), ) - DEFINES += IM_DEFMATHFLOAT - endif - ifneq ($(findstring SunOS, $(TEC_UNAME)), ) - DEFINES += IM_DEFMATHFLOAT - endif - ifneq ($(findstring HP-UX, $(TEC_UNAME)), ) - DEFINES += IM_DEFMATHFLOAT - endif -endif -- cgit v1.2.3