summaryrefslogtreecommitdiff
path: root/im/src/im_process.mak
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:43 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:47 +0200
commit92efe73791d0998536042bfab5a1babc67d168c7 (patch)
tree6c5f7e9d9a8e5b439f50821f498ae6f6df776f36 /im/src/im_process.mak
parentf23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff)
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
Diffstat (limited to 'im/src/im_process.mak')
-rwxr-xr-xim/src/im_process.mak36
1 files changed, 0 insertions, 36 deletions
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