diff --git a/Utilities/IpFunc/Makefile.am b/Utilities/IpFunc/Makefile.am deleted file mode 100644 index 871facdbbc..0000000000 --- a/Utilities/IpFunc/Makefile.am +++ /dev/null @@ -1,127 +0,0 @@ -INCLUDES = -I../ipPic - -EXTRA_DIST = libipFunc.dsp ipFunc.dsp ipFunc.dox - -bin_PROGRAMS = ipFunc -lib_LIBRARIES = libipFunc.a -pkginclude_HEADERS = mitkIpFunc.h -noinst_HEADERS = \ - gradient.h \ - ipArithmeticAndLogical.h \ - mitkIpFuncP.h \ - ipGeometrical.h \ - ipLocal.h \ - ipMorphological.h \ - ipPointOperators.h \ - ipStatistical.h \ - ipAdministrative.h - -ipFunc_LDADD = ./libipFunc.a ../ipPic/libipPic.a - -ipFunc_SOURCES = \ - ipFunc.c - -libipFunc_a_SOURCES = \ - AddC.c \ - AddI.c \ - AddSl.c \ - And.c \ - Border.c \ - BorderX.c \ - _BorderX.c \ - Box.c \ - Box2d.c \ - Box3d.c \ - Canny.c \ - Close.c \ - CompressM.c \ - Conv.c \ - Convert.c \ - CopyTags.c \ - Curtosis.c \ - CurtosisR.c \ - Dila.c \ - DivC.c \ - DivI.c \ - _DrawPoly.c \ - DrawPoly.c \ - Ero.c \ - Equal.c \ - Error.c \ - Exp.c \ - Extrema.c \ - ExtrC.c \ - ExtrROI.c \ - ExtrR.c \ - ExtT.c \ - Frame.c \ - GaussF.c \ - Grad.c \ - Grav.c \ - Hist.c \ - Histo.c \ - HitMiss.c \ - HitMissI.c \ - Inertia.c \ - Inv.c \ - LN.c \ - Label.c \ - Laplace.c \ - LevWind.c \ - Log.c \ - Mean.c \ - MeanC.c \ - MeanF.c \ - MeanROI.c \ - MeanR.c \ - Median.c \ - Morph.c \ - MultC.c \ - MultI.c \ - Norm.c \ - NormXY.c \ - Not.c \ - Open.c \ - OpCl.c \ - Or.c \ - Malloc.c \ - Pot.c \ - Range.c \ - Rank.c \ - Refl.c \ - RegGrow.c \ - Roberts.c \ - Rotate.c \ - Scale.c \ - ScNN.c \ - ScFact.c \ - ScBl.c \ - SDev.c \ - SDevC.c \ - SDevROI.c \ - SDevR.c \ - Select.c \ - SelInv.c \ - SelMM.c \ - SetErrno.c \ - SetTag.c \ - Skewness.c \ - SkewnessR.c \ - Shp.c \ - Sobel.c \ - Sqrt.c \ - SubC.c \ - SubI.c \ - Thresh.c \ - Transpose.c \ - Var.c \ - VarC.c \ - VarROI.c \ - VarR.c \ - Window.c \ - WindowR.c \ - Xchange.c \ - ZeroCr.c \ - ipGetANew.c \ - FillArea.c \ - MakePicName.c diff --git a/Utilities/IpFunc/Makefile.in b/Utilities/IpFunc/Makefile.in deleted file mode 100644 index fa04faac2a..0000000000 --- a/Utilities/IpFunc/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am - -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include - -DESTDIR = - -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ - -top_builddir = .. - -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - -INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -transform = @program_transform_name@ - -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -AWK = @AWK@ -CC = @CC@ -CXX = @CXX@ -LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ -PACKAGE = @PACKAGE@ -RANLIB = @RANLIB@ -VERSION = @VERSION@ -htmldir = @htmldir@ -piano_cv_prog_doxygen = @piano_cv_prog_doxygen@ - -INCLUDES = -I../ipPic - -EXTRA_DIST = libipFunc.dsp ipFunc.dsp ipFunc.dox - -bin_PROGRAMS = ipFunc -lib_LIBRARIES = libipFunc.a -pkginclude_HEADERS = mitkIpFunc.h -noinst_HEADERS = gradient.h ipArithmeticAndLogical.h mitkIpFuncP.h ipGeometrical.h ipLocal.h ipMorphological.h ipPointOperators.h ipStatistical.h ipAdministrative.h - - -ipFunc_LDADD = ./libipFunc.a ../ipPic/libipPic.a - -ipFunc_SOURCES = ipFunc.c - - -libipFunc_a_SOURCES = AddC.c AddI.c AddSl.c And.c Border.c BorderX.c _BorderX.c Box.c Box2d.c Box3d.c Canny.c Close.c CompressM.c Conv.c Convert.c CopyTags.c Curtosis.c CurtosisR.c Dila.c DivC.c DivI.c _DrawPoly.c DrawPoly.c Ero.c Equal.c Error.c Exp.c Extrema.c ExtrC.c ExtrROI.c ExtrR.c ExtT.c Frame.c GaussF.c Grad.c Grav.c Hist.c Histo.c HitMiss.c HitMissI.c Inertia.c Inv.c LN.c Label.c Laplace.c LevWind.c Log.c Mean.c MeanC.c MeanF.c MeanROI.c MeanR.c Median.c Morph.c MultC.c MultI.c Norm.c NormXY.c Not.c Open.c OpCl.c Or.c Malloc.c Pot.c Range.c Rank.c Refl.c RegGrow.c Roberts.c Rotate.c Scale.c ScNN.c ScFact.c ScBl.c SDev.c SDevC.c SDevROI.c SDevR.c Select.c SelInv.c SelMM.c SetErrno.c SetTag.c Skewness.c SkewnessR.c Shp.c Sobel.c Sqrt.c SubC.c SubI.c Thresh.c Transpose.c Var.c VarC.c VarROI.c VarR.c Window.c WindowR.c Xchange.c ZeroCr.c ipGetANew.c FillArea.c MakePicName.c - -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -LIBRARIES = $(lib_LIBRARIES) - - -DEFS = @DEFS@ -I. -I$(srcdir) -CPPFLAGS = @CPPFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ -libipFunc_a_LIBADD = -libipFunc_a_OBJECTS = AddC.o AddI.o AddSl.o And.o Border.o BorderX.o \ -_BorderX.o Box.o Box2d.o Box3d.o Canny.o Close.o CompressM.o Conv.o \ -Convert.o CopyTags.o Curtosis.o CurtosisR.o Dila.o DivC.o DivI.o \ -_DrawPoly.o DrawPoly.o Ero.o Equal.o Error.o Exp.o Extrema.o ExtrC.o \ -ExtrROI.o ExtrR.o ExtT.o Frame.o GaussF.o Grad.o Grav.o Hist.o Histo.o \ -HitMiss.o HitMissI.o Inertia.o Inv.o LN.o Label.o Laplace.o LevWind.o \ -Log.o Mean.o MeanC.o MeanF.o MeanROI.o MeanR.o Median.o Morph.o MultC.o \ -MultI.o Norm.o NormXY.o Not.o Open.o OpCl.o Or.o Malloc.o Pot.o Range.o \ -Rank.o Refl.o RegGrow.o Roberts.o Rotate.o Scale.o ScNN.o ScFact.o \ -ScBl.o SDev.o SDevC.o SDevROI.o SDevR.o Select.o SelInv.o SelMM.o \ -SetErrno.o SetTag.o Skewness.o SkewnessR.o Shp.o Sobel.o Sqrt.o SubC.o \ -SubI.o Thresh.o Transpose.o Var.o VarC.o VarROI.o VarR.o Window.o \ -WindowR.o Xchange.o ZeroCr.o ipGetANew.o FillArea.o MakePicName.o -AR = ar -PROGRAMS = $(bin_PROGRAMS) - -ipFunc_OBJECTS = ipFunc.o -ipFunc_DEPENDENCIES = ./libipFunc.a ../ipPic/libipPic.a -ipFunc_LDFLAGS = -CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) - -DIST_COMMON = Makefile.am Makefile.in - - -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - -TAR = tar -GZIP_ENV = --best -DEP_FILES = .deps/AddC.P .deps/AddI.P .deps/AddSl.P .deps/And.P \ -.deps/Border.P .deps/BorderX.P .deps/Box.P .deps/Box2d.P .deps/Box3d.P \ -.deps/Canny.P .deps/Close.P .deps/CompressM.P .deps/Conv.P \ -.deps/Convert.P .deps/CopyTags.P .deps/Curtosis.P .deps/CurtosisR.P \ -.deps/Dila.P .deps/DivC.P .deps/DivI.P .deps/DrawPoly.P .deps/Equal.P \ -.deps/Ero.P .deps/Error.P .deps/Exp.P .deps/ExtT.P .deps/ExtrC.P \ -.deps/ExtrR.P .deps/ExtrROI.P .deps/Extrema.P .deps/FillArea.P \ -.deps/Frame.P .deps/GaussF.P .deps/Grad.P .deps/Grav.P .deps/Hist.P \ -.deps/Histo.P .deps/HitMiss.P .deps/HitMissI.P .deps/Inertia.P \ -.deps/Inv.P .deps/LN.P .deps/Label.P .deps/Laplace.P .deps/LevWind.P \ -.deps/Log.P .deps/MakePicName.P .deps/Malloc.P .deps/Mean.P \ -.deps/MeanC.P .deps/MeanF.P .deps/MeanR.P .deps/MeanROI.P \ -.deps/Median.P .deps/Morph.P .deps/MultC.P .deps/MultI.P .deps/Norm.P \ -.deps/NormXY.P .deps/Not.P .deps/OpCl.P .deps/Open.P .deps/Or.P \ -.deps/Pot.P .deps/Range.P .deps/Rank.P .deps/Refl.P .deps/RegGrow.P \ -.deps/Roberts.P .deps/Rotate.P .deps/SDev.P .deps/SDevC.P .deps/SDevR.P \ -.deps/SDevROI.P .deps/ScBl.P .deps/ScFact.P .deps/ScNN.P .deps/Scale.P \ -.deps/SelInv.P .deps/SelMM.P .deps/Select.P .deps/SetErrno.P \ -.deps/SetTag.P .deps/Shp.P .deps/Skewness.P .deps/SkewnessR.P \ -.deps/Sobel.P .deps/Sqrt.P .deps/SubC.P .deps/SubI.P .deps/Thresh.P \ -.deps/Transpose.P .deps/Var.P .deps/VarC.P .deps/VarR.P .deps/VarROI.P \ -.deps/Window.P .deps/WindowR.P .deps/Xchange.P .deps/ZeroCr.P \ -.deps/_BorderX.P .deps/_DrawPoly.P .deps/ipFunc.P .deps/ipGetANew.P -SOURCES = $(libipFunc_a_SOURCES) $(ipFunc_SOURCES) -OBJECTS = $(libipFunc_a_OBJECTS) $(ipFunc_OBJECTS) - -all: all-redirect -.SUFFIXES: -.SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu ipFunc/Makefile - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - - -mostlyclean-libLIBRARIES: - -clean-libLIBRARIES: - -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) - -distclean-libLIBRARIES: - -maintainer-clean-libLIBRARIES: - -install-libLIBRARIES: $(lib_LIBRARIES) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir) - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done - @$(POST_INSTALL) - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ - $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done - -uninstall-libLIBRARIES: - @$(NORMAL_UNINSTALL) - list='$(lib_LIBRARIES)'; for p in $$list; do \ - rm -f $(DESTDIR)$(libdir)/$$p; \ - done - -.s.o: - $(COMPILE) -c $< - -.S.o: - $(COMPILE) -c $< - -mostlyclean-compile: - -rm -f *.o core *.core - -clean-compile: - -distclean-compile: - -rm -f *.tab.c - -maintainer-clean-compile: - -libipFunc.a: $(libipFunc_a_OBJECTS) $(libipFunc_a_DEPENDENCIES) - -rm -f libipFunc.a - $(AR) cru libipFunc.a $(libipFunc_a_OBJECTS) $(libipFunc_a_LIBADD) - $(RANLIB) libipFunc.a - -mostlyclean-binPROGRAMS: - -clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) - -distclean-binPROGRAMS: - -maintainer-clean-binPROGRAMS: - -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(bindir) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - if test -f $$p; then \ - echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ - $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ - else :; fi; \ - done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - list='$(bin_PROGRAMS)'; for p in $$list; do \ - rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ - done - -ipFunc: $(ipFunc_OBJECTS) $(ipFunc_DEPENDENCIES) - @rm -f ipFunc - $(LINK) $(ipFunc_LDFLAGS) $(ipFunc_OBJECTS) $(ipFunc_LDADD) $(LIBS) - -install-pkgincludeHEADERS: $(pkginclude_HEADERS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) - @list='$(pkginclude_HEADERS)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \ - done - -uninstall-pkgincludeHEADERS: - @$(NORMAL_UNINSTALL) - list='$(pkginclude_HEADERS)'; for p in $$list; do \ - rm -f $(DESTDIR)$(pkgincludedir)/$$p; \ - done - -tags: TAGS - -ID: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - here=`pwd` && cd $(srcdir) \ - && mkid -f$$here/ID $$unique $(LISP) - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) - -mostlyclean-tags: - -clean-tags: - -distclean-tags: - -rm -f TAGS ID - -maintainer-clean-tags: - -distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - -subdir = ipFunc - -distdir: $(DISTFILES) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(top_distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ipFunc/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ - else \ - test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done - -DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) - --include $(DEP_FILES) - -mostlyclean-depend: - -clean-depend: - -distclean-depend: - -rm -rf .deps - -maintainer-clean-depend: - -%.o: %.c - @echo '$(COMPILE) -c $<'; \ - $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< - @-cp .deps/$(*F).pp .deps/$(*F).P; \ - tr ' ' '\012' < .deps/$(*F).pp \ - | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ - >> .deps/$(*F).P; \ - rm .deps/$(*F).pp - -%.lo: %.c - @echo '$(LTCOMPILE) -c $<'; \ - $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< - @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ - < .deps/$(*F).pp > .deps/$(*F).P; \ - tr ' ' '\012' < .deps/$(*F).pp \ - | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ - >> .deps/$(*F).P; \ - rm -f .deps/$(*F).pp -info-am: -info: info-am -dvi-am: -dvi: dvi-am -check-am: all-am -check: check-am -installcheck-am: -installcheck: installcheck-am -install-exec-am: install-libLIBRARIES install-binPROGRAMS -install-exec: install-exec-am - -install-data-am: install-pkgincludeHEADERS -install-data: install-data-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-am -uninstall-am: uninstall-libLIBRARIES uninstall-binPROGRAMS \ - uninstall-pkgincludeHEADERS -uninstall: uninstall-am -all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) -all-redirect: all-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -installdirs: - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(pkgincludedir) - - -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* - -maintainer-clean-generic: -mostlyclean-am: mostlyclean-libLIBRARIES mostlyclean-compile \ - mostlyclean-binPROGRAMS mostlyclean-tags \ - mostlyclean-depend mostlyclean-generic - -mostlyclean: mostlyclean-am - -clean-am: clean-libLIBRARIES clean-compile clean-binPROGRAMS clean-tags \ - clean-depend clean-generic mostlyclean-am - -clean: clean-am - -distclean-am: distclean-libLIBRARIES distclean-compile \ - distclean-binPROGRAMS distclean-tags distclean-depend \ - distclean-generic clean-am - -distclean: distclean-am - -maintainer-clean-am: maintainer-clean-libLIBRARIES \ - maintainer-clean-compile maintainer-clean-binPROGRAMS \ - maintainer-clean-tags maintainer-clean-depend \ - maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -maintainer-clean: maintainer-clean-am - -.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \ -clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \ -install-libLIBRARIES mostlyclean-compile distclean-compile \ -clean-compile maintainer-clean-compile mostlyclean-binPROGRAMS \ -distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \ -uninstall-binPROGRAMS install-binPROGRAMS uninstall-pkgincludeHEADERS \ -install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \ -clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -distclean-depend clean-depend maintainer-clean-depend info-am info \ -dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ -install-exec install-data-am install-data install-am install \ -uninstall-am uninstall all-redirect all-am all installdirs \ -mostlyclean-generic distclean-generic clean-generic \ -maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/Utilities/IpFunc/README b/Utilities/IpFunc/README deleted file mode 100644 index 8b037b6649..0000000000 --- a/Utilities/IpFunc/README +++ /dev/null @@ -1,12 +0,0 @@ -Kompilieren von libipFunc.a: - -cp ipFuncLib.pro ipFunc.pro -qmake ipFunc.pro -make - - - -Kompilieren von ipFunc: -cp ipFuncMain.pro ipFunc.pro -qmake ipFunc.pro -make diff --git a/Utilities/IpFunc/files.cmake b/Utilities/IpFunc/files.cmake index 150cad0e15..72153f8bec 100644 --- a/Utilities/IpFunc/files.cmake +++ b/Utilities/IpFunc/files.cmake @@ -1,32 +1,105 @@ set(CPP_FILES AddC.c AddI.c AddSl.c And.c Border.c BorderX.c Box.c Box2d.c Box3d.c Canny.c Close.c CompressM.c Conv.c Convert.c CopyTags.c Curtosis.c CurtosisR.c Dila.c DivC.c DivI.c DrawPoly.c Equal.c Ero.c Error.c Exp.c ExtT.c ExtrC.c ExtrR.c - ExtrROI.c Extrema.c FillArea.c Frame.c GaussF.c Grad.c Grav.c Hist.c Histo.c HitMiss.c HitMissI.c Inertia.c Inv.c LN.c Label.c Laplace.c LevWind.c Log.c MakePicName.c Malloc.c Mean.c MeanC.c MeanF.c MeanR.c MeanROI.c Median.c Morph.c MultC.c MultI.c Norm.c NormXY.c Not.c OpCl.c Open.c Or.c Pot.c Range.c Rank.c Refl.c RegGrow.c Roberts.c Rotate.c SDev.c SDevC.c SDevR.c SDevROI.c ScBl.c ScFact.c ScNN.c Scale.c SelInv.c SelMM.c Select.c SetErrno.c SetTag.c Shp.c Skewness.c SkewnessR.c Sobel.c Sqrt.c SubC.c SubI.c Thresh.c Transpose.c Var.c VarC.c VarR.c VarROI.c Window.c WindowR.c Xchange.c ZeroCr.c _BorderX.c _DrawPoly.c ipGetANew.c - ) - + ExtrROI.c + Extrema.c + FillArea.c + Frame.c + GaussF.c + Grad.c + Grav.c + Hist.c + Histo.c + HitMiss.c + HitMissI.c + Inertia.c + Inv.c + LN.c + Label.c + Laplace.c + LevWind.c + Log.c + MakePicName.c + Malloc.c + Mean.c + MeanC.c + MeanF.c + MeanR.c + MeanROI.c + Median.c + Morph.c + MultC.c + MultI.c + Norm.c + NormXY.c + Not.c + OpCl.c + Open.c + Or.c + Pot.c + Range.c + Rank.c + Refl.c + RegGrow.c + Roberts.c + Rotate.c + SDev.c + SDevC.c + SDevR.c + SDevROI.c + ScBl.c + ScFact.c + ScNN.c + Scale.c + SelInv.c + SelMM.c + Select.c + SetErrno.c + SetTag.c + Shp.c + Skewness.c + SkewnessR.c + Sobel.c + Sqrt.c + SubC.c + SubI.c + Thresh.c + Transpose.c + Var.c + VarC.c + VarR.c + VarROI.c + Window.c + WindowR.c + Xchange.c + ZeroCr.c + _BorderX.c + _DrawPoly.c + ipGetANew.c +) diff --git a/Utilities/IpFunc/ipFunc.dsp b/Utilities/IpFunc/ipFunc.dsp deleted file mode 100644 index 8b9a845c3b..0000000000 --- a/Utilities/IpFunc/ipFunc.dsp +++ /dev/null @@ -1,102 +0,0 @@ -# Microsoft Developer Studio Project File - Name="ipFunc" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=ipFunc - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ipFunc.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ipFunc.mak" CFG="ipFunc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ipFunc - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "ipFunc - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ipFunc - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ipFunc___Win32_Release" -# PROP BASE Intermediate_Dir "ipFunc___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../DataStructures" /I "../../DataStructures/ipPic" /I ".." /I "../ipPic" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "lint" /YX /FD /c -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 ../../DataStructures/ipPic/lib/libipPic.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"msvcrt" /nodefaultlib:"LIBCMT" /out:"./bin/ipFunc.exe" - -!ELSEIF "$(CFG)" == "ipFunc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ipFunc___Win32_Debug" -# PROP BASE Intermediate_Dir "ipFunc___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../DataStructures" /I "../../DataStructures/ipPic" /I ".." /I "../ipPic" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "lint" /YX /FD /GZ /c -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ../../DataStructures/ipPic/lib/libipPic.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmtd" /nodefaultlib:"libcmt" /pdbtype:sept /libpath:"$(IPDIR)\piano\lib" - -!ENDIF - -# Begin Target - -# Name "ipFunc - Win32 Release" -# Name "ipFunc - Win32 Debug" -# Begin Group "Quellcodedateien" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\ipFunc.c -# End Source File -# End Group -# Begin Group "Header-Dateien" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Ressourcendateien" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/Utilities/IpFunc/ipFunc.pro b/Utilities/IpFunc/ipFunc.pro deleted file mode 100644 index 1dc6e33bf1..0000000000 --- a/Utilities/IpFunc/ipFunc.pro +++ /dev/null @@ -1,132 +0,0 @@ -TEMPLATE = lib -TARGET = ipFunc -LANGUAGE = C -CONFIG += warn_on release - -OBJECTS_DIR = obj - -INCLUDEPATH = ../../DataStructures - -unix { - CONFIG += staticlib -} - -win32 { - INCLUDEPATH += ../../DataStructures/ipPic -} - -HEADERS = gradient.h \ - ipAdministrative.h \ - ipArithmeticAndLogical.h \ - mitkIpFunc.h \ - mitkIpFuncP.h \ - ipGeometrical.h \ - ipLocal.h \ - ipMorphological.h \ - ipPointOperators.h \ - ipStatistical.h - -SOURCES = AddC.c \ - AddI.c \ - AddSl.c \ - And.c \ - Border.c \ - BorderX.c \ - Box.c \ - Box2d.c \ - Box3d.c \ - Canny.c \ - Close.c \ - CompressM.c \ - Conv.c \ - Convert.c \ - CopyTags.c \ - Curtosis.c \ - CurtosisR.c \ - Dila.c \ - DivC.c \ - DivI.c \ - DrawPoly.c \ - Equal.c \ - Ero.c \ - Error.c \ - Exp.c \ - ExtT.c \ - ExtrC.c \ - ExtrR.c \ - ExtrROI.c \ - Extrema.c \ - FillArea.c \ - Frame.c \ - GaussF.c \ - Grad.c \ - Grav.c \ - Hist.c \ - Histo.c \ - HitMiss.c \ - HitMissI.c \ - Inertia.c \ - Inv.c \ - LN.c \ - Label.c \ - Laplace.c \ - LevWind.c \ - Log.c \ - MakePicName.c \ - Malloc.c \ - Mean.c \ - MeanC.c \ - MeanF.c \ - MeanR.c \ - MeanROI.c \ - Median.c \ - Morph.c \ - MultC.c \ - MultI.c \ - Norm.c \ - NormXY.c \ - Not.c \ - OpCl.c \ - Open.c \ - Or.c \ - Pot.c \ - Range.c \ - Rank.c \ - Refl.c \ - RegGrow.c \ - Roberts.c \ - Rotate.c \ - SDev.c \ - SDevC.c \ - SDevR.c \ - SDevROI.c \ - ScBl.c \ - ScFact.c \ - ScNN.c \ - Scale.c \ - SelInv.c \ - SelMM.c \ - Select.c \ - SetErrno.c \ - SetTag.c \ - Shp.c \ - Skewness.c \ - SkewnessR.c \ - Sobel.c \ - Sqrt.c \ - SubC.c \ - SubI.c \ - Thresh.c \ - Transpose.c \ - Var.c \ - VarC.c \ - VarR.c \ - VarROI.c \ - Window.c \ - WindowR.c \ - Xchange.c \ - ZeroCr.c \ - _BorderX.c \ - _DrawPoly.c \ - ipGetANew.c - diff --git a/Utilities/IpFunc/ipFuncLib.pro b/Utilities/IpFunc/ipFuncLib.pro deleted file mode 100644 index 4f5571d194..0000000000 --- a/Utilities/IpFunc/ipFuncLib.pro +++ /dev/null @@ -1,123 +0,0 @@ -TEMPLATE = lib -unix:CONFIG = qt staticlib warn_on release -win32:CONFIG = qt warn_on release - -HEADERS = gradient.h \ - ipAdministrative.h \ - ipArithmeticAndLogical.h \ - mitkIpFunc.h \ - mitkIpFuncP.h \ - ipGeometrical.h \ - ipLocal.h \ - ipMorphological.h \ - ipPointOperators.h \ - ipStatistical.h - -SOURCES = AddC.c \ - AddI.c \ - AddSl.c \ - And.c \ - Border.c \ - BorderX.c \ - Box.c \ - Box2d.c \ - Box3d.c \ - Canny.c \ - Close.c \ - CompressM.c \ - Conv.c \ - Convert.c \ - CopyTags.c \ - Curtosis.c \ - CurtosisR.c \ - Dila.c \ - DivC.c \ - DivI.c \ - DrawPoly.c \ - Equal.c \ - Ero.c \ - Error.c \ - Exp.c \ - ExtT.c \ - ExtrC.c \ - ExtrR.c \ - ExtrROI.c \ - Extrema.c \ - FillArea.c \ - Frame.c \ - GaussF.c \ - Grad.c \ - Grav.c \ - Hist.c \ - Histo.c \ - HitMiss.c \ - HitMissI.c \ - Inertia.c \ - Inv.c \ - LN.c \ - Label.c \ - Laplace.c \ - LevWind.c \ - Log.c \ - MakePicName.c \ - Malloc.c \ - Mean.c \ - MeanC.c \ - MeanF.c \ - MeanR.c \ - MeanROI.c \ - Median.c \ - Morph.c \ - MultC.c \ - MultI.c \ - Norm.c \ - NormXY.c \ - Not.c \ - OpCl.c \ - Open.c \ - Or.c \ - Pot.c \ - Range.c \ - Rank.c \ - Refl.c \ - RegGrow.c \ - Roberts.c \ - Rotate.c \ - SDev.c \ - SDevC.c \ - SDevR.c \ - SDevROI.c \ - ScBl.c \ - ScFact.c \ - ScNN.c \ - Scale.c \ - SelInv.c \ - SelMM.c \ - Select.c \ - SetErrno.c \ - SetTag.c \ - Shp.c \ - Skewness.c \ - SkewnessR.c \ - Sobel.c \ - Sqrt.c \ - SubC.c \ - SubI.c \ - Thresh.c \ - Transpose.c \ - Var.c \ - VarC.c \ - VarR.c \ - VarROI.c \ - Window.c \ - WindowR.c \ - Xchange.c \ - ZeroCr.c \ - _BorderX.c \ - _DrawPoly.c \ - ipGetANew.c - -INCLUDEPATH = ../../DataStructures - -unix:TARGET = ipFunc -win32:TARGET = libipFunc diff --git a/Utilities/IpFunc/ipFuncMain.pro b/Utilities/IpFunc/ipFuncMain.pro deleted file mode 100644 index 853bacdb92..0000000000 --- a/Utilities/IpFunc/ipFuncMain.pro +++ /dev/null @@ -1,27 +0,0 @@ -TEMPLATE = app -CONFIG = console warn_on release -HEADERS = mitkIpFunc.h - -SOURCES = ipFunc.c - -unix:LIBS = -L../../DataStructures/ipPic - -unix:LIBS += -lz -L. -lipFunc -L../../DatasStructures/ipPic -lipPic - -win32:LIBS += $(IPDIR)/piano/ipPic/lib/libipPic.lib $(IPDIR)/piano/ipFunc/lib/libipFunc.lib - -INCLUDEPATH = ../../DataStructures ../../DataStructures/ipPic - -TARGET = ipFunc - - -#DESTDIR = lib - -#INTERFACES = - -win32:QMAKE_CXXFLAGS+=-GX #exception handling -win32:QMAKE_CXXFLAGS_DEBUG+=-ZI #edit and continue -win32:QMAKE_LFLAGS_DEBUG+=/nodefaultlib:"libcd" /nodefaultlib:"MSVCRT" -win32:QMAKE_LFLAGS_DEBUG-=/incremental:no -win32:QMAKE_LFLAGS_DEBUG+=/incremental:yes - diff --git a/Utilities/IpFunc/libipFunc.dsp b/Utilities/IpFunc/libipFunc.dsp deleted file mode 100644 index 730ac503e0..0000000000 --- a/Utilities/IpFunc/libipFunc.dsp +++ /dev/null @@ -1,540 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libipFunc" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libipFunc - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libipFunc.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libipFunc.mak" CFG="libipFunc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libipFunc - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libipFunc - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libipFunc - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../DataStructures" /I "../../DataStructures/ipPic" /I ".." /I "../ipPic" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "lint" /YX /FD /c -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:".\lib\libipFunc.lib" - -!ELSEIF "$(CFG)" == "libipFunc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libipFunc___Win32_Debug" -# PROP BASE Intermediate_Dir "libipFunc___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "d:\users\ivo\c\ip++\ImageProject" /I "../../DataStructures" /I "../../DataStructures/ipPic" /I ".." /I "../ipPic" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "lint" /YX /FD /GZ /c -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:".\lib\libipFuncD.lib" - -!ENDIF - -# Begin Target - -# Name "libipFunc - Win32 Release" -# Name "libipFunc - Win32 Debug" -# Begin Group "Quellcodedateien" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\_BorderX.c -# End Source File -# Begin Source File - -SOURCE=.\_DrawPoly.c -# End Source File -# Begin Source File - -SOURCE=.\AddC.c -# End Source File -# Begin Source File - -SOURCE=.\AddI.c -# End Source File -# Begin Source File - -SOURCE=.\AddSl.c -# End Source File -# Begin Source File - -SOURCE=.\And.c -# End Source File -# Begin Source File - -SOURCE=.\Border.c -# End Source File -# Begin Source File - -SOURCE=.\BorderX.c -# End Source File -# Begin Source File - -SOURCE=.\Box.c -# End Source File -# Begin Source File - -SOURCE=.\Box2d.c -# End Source File -# Begin Source File - -SOURCE=.\Box3d.c -# End Source File -# Begin Source File - -SOURCE=.\Canny.c -# End Source File -# Begin Source File - -SOURCE=.\Close.c -# End Source File -# Begin Source File - -SOURCE=.\CompressM.c -# End Source File -# Begin Source File - -SOURCE=.\Conv.c -# End Source File -# Begin Source File - -SOURCE=.\Convert.c -# End Source File -# Begin Source File - -SOURCE=.\CopyTags.c -# End Source File -# Begin Source File - -SOURCE=.\Curtosis.c -# End Source File -# Begin Source File - -SOURCE=.\CurtosisR.c -# End Source File -# Begin Source File - -SOURCE=.\Dila.c -# End Source File -# Begin Source File - -SOURCE=.\DivC.c -# End Source File -# Begin Source File - -SOURCE=.\DivI.c -# End Source File -# Begin Source File - -SOURCE=.\DrawPoly.c -# End Source File -# Begin Source File - -SOURCE=.\Equal.c -# End Source File -# Begin Source File - -SOURCE=.\Ero.c -# End Source File -# Begin Source File - -SOURCE=.\Error.c -# End Source File -# Begin Source File - -SOURCE=.\Exp.c -# End Source File -# Begin Source File - -SOURCE=.\ExtrC.c -# End Source File -# Begin Source File - -SOURCE=.\Extrema.c -# End Source File -# Begin Source File - -SOURCE=.\ExtrR.c -# End Source File -# Begin Source File - -SOURCE=.\ExtrROI.c -# End Source File -# Begin Source File - -SOURCE=.\ExtT.c -# End Source File -# Begin Source File - -SOURCE=.\FillArea.c -# End Source File -# Begin Source File - -SOURCE=.\Frame.c -# End Source File -# Begin Source File - -SOURCE=.\GaussF.c -# End Source File -# Begin Source File - -SOURCE=.\Grad.c -# End Source File -# Begin Source File - -SOURCE=.\Grav.c -# End Source File -# Begin Source File - -SOURCE=.\Hist.c -# End Source File -# Begin Source File - -SOURCE=.\Histo.c -# End Source File -# Begin Source File - -SOURCE=.\HitMiss.c -# End Source File -# Begin Source File - -SOURCE=.\HitMissI.c -# End Source File -# Begin Source File - -SOURCE=.\Inertia.c -# End Source File -# Begin Source File - -SOURCE=.\Inv.c -# End Source File -# Begin Source File - -SOURCE=.\ipGetANew.c -# End Source File -# Begin Source File - -SOURCE=.\Label.c -# End Source File -# Begin Source File - -SOURCE=.\Laplace.c -# End Source File -# Begin Source File - -SOURCE=.\LevWind.c -# End Source File -# Begin Source File - -SOURCE=.\LN.c -# End Source File -# Begin Source File - -SOURCE=.\Log.c -# End Source File -# Begin Source File - -SOURCE=.\MakePicName.c -# End Source File -# Begin Source File - -SOURCE=.\Malloc.c -# End Source File -# Begin Source File - -SOURCE=.\Mean.c -# End Source File -# Begin Source File - -SOURCE=.\MeanC.c -# End Source File -# Begin Source File - -SOURCE=.\MeanF.c -# End Source File -# Begin Source File - -SOURCE=.\MeanR.c -# End Source File -# Begin Source File - -SOURCE=.\MeanROI.c -# End Source File -# Begin Source File - -SOURCE=.\Median.c -# End Source File -# Begin Source File - -SOURCE=.\Morph.c -# End Source File -# Begin Source File - -SOURCE=.\MultC.c -# End Source File -# Begin Source File - -SOURCE=.\MultI.c -# End Source File -# Begin Source File - -SOURCE=.\Norm.c -# End Source File -# Begin Source File - -SOURCE=.\NormXY.c -# End Source File -# Begin Source File - -SOURCE=.\Not.c -# End Source File -# Begin Source File - -SOURCE=.\OpCl.c -# End Source File -# Begin Source File - -SOURCE=.\Open.c -# End Source File -# Begin Source File - -SOURCE=.\Or.c -# End Source File -# Begin Source File - -SOURCE=.\Pot.c -# End Source File -# Begin Source File - -SOURCE=.\Range.c -# End Source File -# Begin Source File - -SOURCE=.\Rank.c -# End Source File -# Begin Source File - -SOURCE=.\Refl.c -# End Source File -# Begin Source File - -SOURCE=.\RegGrow.c -# End Source File -# Begin Source File - -SOURCE=.\Roberts.c -# End Source File -# Begin Source File - -SOURCE=.\Rotate.c -# End Source File -# Begin Source File - -SOURCE=.\Scale.c -# End Source File -# Begin Source File - -SOURCE=.\ScBl.c -# End Source File -# Begin Source File - -SOURCE=.\ScFact.c -# End Source File -# Begin Source File - -SOURCE=.\ScNN.c -# End Source File -# Begin Source File - -SOURCE=.\SDev.c -# End Source File -# Begin Source File - -SOURCE=.\SDevC.c -# End Source File -# Begin Source File - -SOURCE=.\SDevR.c -# End Source File -# Begin Source File - -SOURCE=.\SDevROI.c -# End Source File -# Begin Source File - -SOURCE=.\Select.c -# End Source File -# Begin Source File - -SOURCE=.\SelInv.c -# End Source File -# Begin Source File - -SOURCE=.\SelMM.c -# End Source File -# Begin Source File - -SOURCE=.\SetErrno.c -# End Source File -# Begin Source File - -SOURCE=.\SetTag.c -# End Source File -# Begin Source File - -SOURCE=.\Shp.c -# End Source File -# Begin Source File - -SOURCE=.\Skewness.c -# End Source File -# Begin Source File - -SOURCE=.\SkewnessR.c -# End Source File -# Begin Source File - -SOURCE=.\Sobel.c -# End Source File -# Begin Source File - -SOURCE=.\Sqrt.c -# End Source File -# Begin Source File - -SOURCE=.\SubC.c -# End Source File -# Begin Source File - -SOURCE=.\SubI.c -# End Source File -# Begin Source File - -SOURCE=.\Thresh.c -# End Source File -# Begin Source File - -SOURCE=.\Transpose.c -# End Source File -# Begin Source File - -SOURCE=.\Var.c -# End Source File -# Begin Source File - -SOURCE=.\VarC.c -# End Source File -# Begin Source File - -SOURCE=.\VarR.c -# End Source File -# Begin Source File - -SOURCE=.\VarROI.c -# End Source File -# Begin Source File - -SOURCE=.\Window.c -# End Source File -# Begin Source File - -SOURCE=.\WindowR.c -# End Source File -# Begin Source File - -SOURCE=.\Xchange.c -# End Source File -# Begin Source File - -SOURCE=.\ZeroCr.c -# End Source File -# End Group -# Begin Group "Header-Dateien" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\gradient.h -# End Source File -# Begin Source File - -SOURCE=.\ipArithmeticAndLogical.h -# End Source File -# Begin Source File - -SOURCE=.\mitkIpFunc.h -# End Source File -# Begin Source File - -SOURCE=.\mitkIpFuncP.h -# End Source File -# Begin Source File - -SOURCE=.\ipGeometrical.h -# End Source File -# Begin Source File - -SOURCE=.\ipLocal.h -# End Source File -# Begin Source File - -SOURCE=.\ipMorphological.h -# End Source File -# Begin Source File - -SOURCE=.\ipPointOperators.h -# End Source File -# Begin Source File - -SOURCE=.\ipStatistical.h -# End Source File -# End Group -# End Target -# End Project diff --git a/Utilities/IpPic/Makefile b/Utilities/IpPic/Makefile deleted file mode 100755 index 0528c95549..0000000000 --- a/Utilities/IpPic/Makefile +++ /dev/null @@ -1,162 +0,0 @@ - -CC = cc -fullwarn -woff 1009,1174 -CC = cc -mips2 -CC = gcc -Wall -pedantic -ansi -Wno-comment - -DEBUG = -O2 -DEBUG = -g -COPTIONS = #-DDMALLOC_FUNC_CHECK -INCPATHS = -I. -I.. -I/usr/local/include -LIBPATHS = -L. -L/usr/local/lib - -CFLAGS = $(DEBUG) $(COPTIONS) $(INCPATHS) - -LDFLAGS = $(DEBUG) $(LIBPATHS) - -LIBS = -lipPic -ldmalloc -LIBS = -lipPic -lz - -.o:.c - -all = mitkIpPicInfo.o mitkIpPicType.o \ - mitkIpPicAddT.o mitkIpPicQueryT.o mitkIpPicDelT.o mitkIpPicGetT.o \ - mitkIpPicOldGet.o mitkIpPicOldGetH.o mitkIpPicOldGetS.o \ - mitkIpPicGet.o mitkIpPicGetH.o mitkIpPicGetS.o \ - mitkIpPicPut.o mitkIpPicPutS.o \ - mitkIpPicGetMem.o mitkIpPicPutMem.o \ - mitkIpPicCopyS.o mitkIpPicCopyH.o \ - mitkIpPicNew.o mitkIpPicClear.o mitkIpPicFree.o mitkIpPicClone.o \ - ipEndian.o ipFRead.o ipFWrite.o \ - ipError.o \ - mitkIpPicSize.o mitkIpPicElements.o \ - mitkIpPicTSVSize.o mitkIpPicTSVElements.o - -DISTFILES = Makefile \ - mitkIpPic.h mitkIpTypes.h mitkIpPicOldP.h mitkIpPicAnnotation.h \ - mitkIpPicOldGet.c mitkIpPicOldGetH.c mitkIpPicOldGetS.c \ - mitkIpPicGet.c mitkIpPicGetH.c mitkIpPicGetS.c \ - mitkIpPicPut.c mitkIpPicPutS.c \ - mitkIpPicGetMem.c mitkIpPicPutMem.c \ - mitkIpPicCopyS.c mitkIpPicCopyH.c \ - mitkIpPicNew.c mitkIpPicClear.c mitkIpPicFree.c mitkIpPicClone.c \ - mitkIpPicAddT.c mitkIpPicQueryT.c mitkIpPicDelT.c mitkIpPicGetT.c \ - ipEndian.c ipFRead.c ipFWrite.c \ - ipError.c \ - mitkIpPicInfo.c mitkIpPicType.c \ - mitkIpPicSize.c mitkIpPicElements.c mitkIpPicTSVSize.c mitkIpPicTSVElements.c\ - *.ps - -all: libipPic.a picinfo pic2seq - -picinfo :libipPic.a picinfo.o - $(CC) $(LDFLAGS) -o $@ $@.o $(LIBS) - -pic2seq :libipPic.a pic2seq.o - $(CC) $(LDFLAGS) -o $@ $@.o $(LIBS) - -test :libipPic.a test.o - $(CC) $(LDFLAGS) -o $@ $@.o $(LIBS) - -libipPic.a :$(all) - ar rv libipPic.a $(all) - -ranlib libipPic.a - -install :libipPic.a picinfo pic2seq - cp mitkIpPic.h /usr/local/include/ipPic - cp mitkIpTypes.h /usr/local/include/ipPic - cp libipPic.a /usr/local/lib - cp picinfo /usr/local/bin - cp pic2seq /usr/local/bin - ( cd /usr/local ; rdist ) - -clean: - -rm *.o *.a core picinfo pic2seq test - - -#distname: version.c -# @echo ipPic-`sed -e '/version_string/!d' \ -# -e 's/[^0-9.]*\([0-9.a-z]*\).*/\1/' -e q version.c` > $@-tmp -# @mv $@-tmp $@ -#distdir = `cat distname` -#dist:$(DISTFILES) distname - -distdir=ipPic -dist:$(DISTFILES) - @rm -rf $(distdir) - @mkdir $(distdir) - @for file in $(DISTFILES); \ - do \ - ln $$file $(distdir) \ - || { echo copying $$file instead; cp -p $$file $(distdir); }; \ - done -# @tar --gzip -chvf $(distdir).tar.gz $(distdir) - @tar -chvf $(distdir).tar $(distdir) - @gzip $(distdir).tar - @rm -rf $(distdir) - -picinfo.o :picinfo.c mitkIpPic.h - -pic2seq.o :pic2seq.c mitkIpPic.h - -test.o :test.c mitkIpPic.h - -mitkIpPic.h :mitkIpTypes.h - touch mitkIpPic.h - -mitkIpPicInfo.o :mitkIpPicInfo.c mitkIpPic.h - -mitkIpPicType.o :mitkIpPicType.c mitkIpPic.h - -ipEndian.o :ipEndian.c mitkIpPic.h - -mitkIpPicGetT.o :mitkIpPicGetT.c mitkIpPic.h - -mitkIpPicAddT.o :mitkIpPicAddT.c mitkIpPic.h - -mitkIpPicQueryT.o :mitkIpPicQueryT.c mitkIpPic.h - -mitkIpPicDelT.o :mitkIpPicDelT.c mitkIpPic.h - -mitkIpPicOldGet.o :mitkIpPicOldGet.c mitkIpPic.h mitkIpPicOldP.h - -mitkIpPicPut.o :mitkIpPicPut.c mitkIpPic.h - -mitkIpPicGet.o :mitkIpPicGet.c mitkIpPic.h - -mitkIpPicGetH.o :mitkIpPicGetH.c mitkIpPic.h - -mitkIpPicOldGetH.o :mitkIpPicOldGetH.c mitkIpPic.h mitkIpPicOldP.h - -mitkIpPicPutS.o :mitkIpPicPutS.c mitkIpPic.h - -mitkIpPicGetS.o :mitkIpPicGetS.c mitkIpPic.h - -mitkIpPicOldGetS.o :mitkIpPicOldGetS.c mitkIpPic.h mitkIpPicOldP.h - -ipFRead.o :ipFRead.c mitkIpPic.h - -ipFWrite.o :ipFWrite.c mitkIpPic.h - -mitkIpPicSize.o :mitkIpPicSize.c mitkIpPic.h - -mitkIpPicElements.o :mitkIpPicElements.c mitkIpPic.h - -mitkIpPicTSVSize.o :mitkIpPicTSVSize.c mitkIpPic.h - -mitkIpPicTSVElements.o :mitkIpPicTSVElements.c mitkIpPic.h - -mitkIpPicNew.o :mitkIpPicNew.c mitkIpPic.h - -mitkIpPicClear.o :mitkIpPicClear.c mitkIpPic.h - -mitkIpPicFree.o :mitkIpPicFree.c mitkIpPic.h - -mitkIpPicClone.o :mitkIpPicClone.c mitkIpPic.h - -mitkIpPicCopyS.o :mitkIpPicCopyS.c mitkIpPic.h - -mitkIpPicCopyH.o :mitkIpPicCopyH.c mitkIpPic.h - -depend: - for i in *.c;do $(CC) $(CFLAGS) -MM $$i;done > t - diff --git a/Utilities/IpPic/annotation/CMakeLists.txt b/Utilities/IpPic/annotation/CMakeLists.txt deleted file mode 100644 index 8b13789179..0000000000 --- a/Utilities/IpPic/annotation/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Utilities/IpPic/annotation/Makefile b/Utilities/IpPic/annotation/Makefile deleted file mode 100755 index 7b954dbb5b..0000000000 --- a/Utilities/IpPic/annotation/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -CC = gcc -DSHAPE - -DEBUG = -g - -CFLAGS = $(DEBUG) -I../.. -L../../ipPic -L../../Xip - -LIBS = ../../pic/Pic.o -lEditres -lXip -lXm -lXmu -lXt -lXext -lX11 -lipPic -lm - -.o:.c - -all = main.o Annotation.o - -main :$(all) - $(CC) $(CFLAGS) -o $@ $(all) $(LIBS) - -Annotation.o :Annotation.c Annotation.h Annotation.h icon_text.xbm - -main.o :main.c Annotation.h ad.h - -ad.h :main.ad - ad2c main.ad >$@ diff --git a/Utilities/IpPic/doc/CMakeLists.txt b/Utilities/IpPic/doc/CMakeLists.txt deleted file mode 100644 index 8b13789179..0000000000 --- a/Utilities/IpPic/doc/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Utilities/IpPic/ipPic.pro b/Utilities/IpPic/ipPic.pro deleted file mode 100755 index 8324a0b827..0000000000 --- a/Utilities/IpPic/ipPic.pro +++ /dev/null @@ -1,30 +0,0 @@ -TEMPLATE = lib -TARGET = libipPic - -CONFIG += warn_on release -unix:CONFIG += staticlib - -OBJECTS_DIR = obj -DESTDIR = . - -SOURCES = \ - mitkIpPicInfo.c mitkIpPicType.c \ - mitkIpPicAddT.c mitkIpPicQueryT.c mitkIpPicDelT.c mitkIpPicGetT.c \ - mitkIpPicOldGet.c mitkIpPicOldGetH.c mitkIpPicOldGetS.c \ - mitkIpPicGet.c mitkIpPicGetH.c mitkIpPicGetS.c \ - mitkIpPicPut.c mitkIpPicPutS.c \ - mitkIpPicGetMem.c mitkIpPicPutMem.c \ - mitkIpPicCopyS.c mitkIpPicCopyH.c \ - mitkIpPicNew.c mitkIpPicClear.c mitkIpPicFree.c mitkIpPicClone.c \ - ipEndian.c ipFRead.c ipFWrite.c \ - ipError.c \ - mitkIpPicSize.c mitkIpPicElements.c \ - mitkIpPicTSVSize.c mitkIpPicTSVElements.c - -win32:SOURCES+= win32/zlib.lib - -HEADERS = mitkIpPic.h mitkIpTypes.h mitkIpPicOldP.h mitkIpPicAnnotation.h - -INCLUDEPATH = .. . -win32:INCLUDEPATH+=win32 - diff --git a/Utilities/IpPic/libipPic.dsp b/Utilities/IpPic/libipPic.dsp deleted file mode 100755 index ec372c9188..0000000000 --- a/Utilities/IpPic/libipPic.dsp +++ /dev/null @@ -1,232 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libipPic" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libipPic - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libipPic.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libipPic.mak" CFG="libipPic - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libipPic - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libipPic - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libipPic - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libipPic___Win32_Release" -# PROP BASE Intermediate_Dir "libipPic___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /I "win32" /I "$(QTDIR)\src\3rdparty\zlib" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "lint" /YX /FD /c -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:".\lib\libipPic.lib" - -!ELSEIF "$(CFG)" == "libipPic - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libipPic___Win32_Debug" -# PROP BASE Intermediate_Dir "libipPic___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /I "$(QTDIR)\src\3rdparty\zlib" /I ".." /I "win32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "lint" /YX /FD /GZ /c -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:".\lib\libipPicD.lib" - -!ENDIF - -# Begin Target - -# Name "libipPic - Win32 Release" -# Name "libipPic - Win32 Debug" -# Begin Group "Quellcodedateien" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\ipEndian.c -# End Source File -# Begin Source File - -SOURCE=.\ipError.c -# End Source File -# Begin Source File - -SOURCE=.\ipFRead.c -# End Source File -# Begin Source File - -SOURCE=.\ipFWrite.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicAddT.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicClear.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicClone.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicCopyH.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicCopyS.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicDelT.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicElements.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicFree.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicGet.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicGetH.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicGetMem.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicGetS.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicGetT.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicInfo.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicNew.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicOldGet.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicOldGetH.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicOldGetS.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicPut.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicPutMem.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicPutS.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicQueryT.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicSize.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicTSVElements.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicTSVSize.c -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicType.c -# End Source File -# End Group -# Begin Group "Header-Dateien" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\mitkIpPic.h -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicAnnotation.h -# End Source File -# Begin Source File - -SOURCE=.\mitkIpPicOldP.h -# End Source File -# Begin Source File - -SOURCE=.\mitkIpTypes.h -# End Source File -# End Group -# Begin Source File - -SOURCE=.\win32\zlib.lib -# End Source File -# End Target -# End Project diff --git a/Utilities/IpPic/libipPic.dsw b/Utilities/IpPic/libipPic.dsw deleted file mode 100755 index ed5ec5bf4e..0000000000 --- a/Utilities/IpPic/libipPic.dsw +++ /dev/null @@ -1,59 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libipPic"=".\libipPic.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "pic2seq"=".\pic2seq.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libipPic - End Project Dependency -}}} - -############################################################################### - -Project: "picinfo"=".\picinfo.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libipPic - End Project Dependency -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/Utilities/IpPic/mitkIpPic.h b/Utilities/IpPic/mitkIpPic.h index c89f8ddf03..38b790247b 100644 --- a/Utilities/IpPic/mitkIpPic.h +++ b/Utilities/IpPic/mitkIpPic.h @@ -1,896 +1,892 @@ /*============================================================================ Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes software developed by the German Cancer Research Center (DKFZ)." - Neither the name of the German Cancer Research Center (DKFZ) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE GERMAN CANCER RESEARCH CENTER (DKFZ) AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE GERMAN CANCER RESEARCH CENTER (DKFZ) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ============================================================================*/ /** @file */ /* * $RCSfile$ *-------------------------------------------------------------------- * DESCRIPTION * public defines for the pic-format * * $Log$ * Revision 1.3 2007/03/22 13:41:29 nolden * FIX: resolve problems with chili plugin * * Revision 1.2 2007/03/07 17:23:18 nolden * fixes for chili plugin build * * Revision 1.1 2006/12/13 11:54:43 nolden * *** empty log message *** * * Revision 1.47 2006/11/20 16:09:18 nolden * FIX/CHG: different mangling of zlib names for ITK 3.x * * Revision 1.46 2006/09/20 11:38:17 nolden * CHG: use itk zlib header from itkzlib subdir of ipPic if USE_ITKZLIB is defined * * Revision 1.45 2006/04/20 12:56:00 nolden * FIX/CHG/ENH: added PPC-Mac definitions * * Revision 1.44 2005/10/11 19:06:41 ivo * FIX: typo * * Revision 1.43 2005/10/11 18:35:34 ivo * FIX: typo * * Revision 1.42 2005/10/11 18:19:46 ivo * ENH: trying to fix zlib problems: use renamed itk zlib methods (itk_gzread etc) * * Revision 1.41 2005/04/29 15:41:46 ivo * FIX: qchili compatibility for version of 21/4/05 * * Revision 1.40 2004/04/06 14:59:39 nolden * moved win32 compatibility settings from mitkIpPic.h to ipPic.pro * * Revision 1.39 2004/03/25 18:35:05 andre * bug fix * * Revision 1.38 2003/12/02 11:54:31 tobiask * Added setters and getters for rgb pixels. * * Revision 1.37 2003/11/28 14:24:45 tobiask * Fixed bugs in macros mitkIpPicGET_PIXEL and mitkIpPicPUT_PIXEL. * * Revision 1.36 2003/09/30 20:12:50 tobiask * Added macros for getting and setting pixel values. * * Revision 1.35 2003/02/18 12:28:23 andre * write compressed pic files * * Revision 1.34 2002/11/13 17:52:59 ivo * new ipPic added. * * Revision 1.32 2002/10/31 10:00:30 ivo * zlib.lib including headers now in win32. gz-extension should work now on every windows. * WIN32 define changed to standard _WIN32. * * Revision 1.31 2002/05/16 13:14:30 peter * changed include path to ipPic/mitkIpPic.h * * Revision 1.30 2002/04/18 19:09:13 ivo * compression (zlib) activated. * * Revision 1.1.1.1 2002/04/18 18:38:43 ivo * no message * * Revision 1.29 2002/02/27 08:54:43 andre * zlib changes * * Revision 1.28 2000/06/26 16:02:05 andre * pPicFORALL_x bug fix * * Revision 1.27 2000/05/24 14:10:51 tobiask * Removed ipPic/ from the include directives. * * Revision 1.26 2000/05/04 12:52:35 ivo * inserted BSD style license * * Revision 1.25 2000/05/04 12:35:58 ivo * some doxygen comments. * * Revision 1.24 1999/12/09 19:17:46 andre * *** empty log message *** * * Revision 1.23 1999/12/09 19:11:51 andre * *** empty log message *** * * Revision 1.22 1999/11/29 09:41:39 andre * *** empty log message *** * * Revision 1.21 1999/11/29 09:34:34 andre * *** empty log message *** * * Revision 1.20 1999/11/28 16:29:43 andre * *** empty log message *** * * Revision 1.19 1999/11/28 16:27:21 andre * *** empty log message *** * * Revision 1.18 1999/11/27 23:59:45 andre * *** empty log message *** * * Revision 1.17 1999/11/27 19:15:08 andre * *** empty log message *** * * Revision 1.16 1999/11/27 12:47:52 andre * *** empty log message *** * * Revision 1.15 1999/08/20 08:25:42 andre * *** empty log message *** * * Revision 1.14 1998/09/16 18:35:16 andre * *** empty log message *** * * Revision 1.13 1998/09/16 18:32:53 andre * *** empty log message *** * * Revision 1.12 1998/07/16 12:33:18 andre * *** empty log message *** * * Revision 1.11 1998/07/14 11:16:16 andre * *** empty log message *** * * Revision 1.10 1998/06/23 15:56:40 andre * *** empty log message *** * * Revision 1.9 1998/06/18 09:12:14 andre * *** empty log message *** * * Revision 1.8 1998/06/09 12:38:30 andre * added mitkIpPicDelSubTag * * Revision 1.7 1998/06/09 11:34:32 andre * *** empty log message *** * * Revision 1.6 1998/06/09 10:58:25 andre * added mitkIpPicAddSubTag * * Revision 1.5 1998/05/09 18:30:23 andre * *** empty log message *** * * Revision 1.4 1998/05/06 14:13:15 andre * added info->pixel_start_in_file * * Revision 1.3 1997/10/20 13:35:40 andre * *** empty log message *** * * Revision 1.2 1997/09/15 10:24:12 andre * mitkIpPicPut now returns status * * Revision 0.2 1993/04/02 16:18:39 andre * now works on PC, SUN and DECstation * * Revision 0.1 1993/03/31 11:44:35 andre * added 'GetSlice' * * Revision 0.0 1993/03/26 12:56:26 andre * Initial revision * * *-------------------------------------------------------------------- * */ #define USE_ITKZLIB #ifndef _mitkIpPic_h #define _mitkIpPic_h #ifndef NO_DEBUG # define mitkIpPicDEBUG #endif #include #include #include #ifdef sun # include #endif #ifdef WIN # include extern DWORD ipWinFread(LPSTR ptr, DWORD size, DWORD n, FILE *stream); #endif #include /**/ #include #ifdef mitkIpPicDEBUG #endif /* ** defines */ #define mitkIpPicVERSION "PIC VERSION 3.00 " #define mitkIpPicVERSIONe "PIC VERSION 3.00e " #define _mitkIpPicNDIM 8 #define _mitkIpPicTAGLEN 32 #if (THIS_IS_BIG_ENDIAN) || defined (_IBMR2) || (mc68000) || (sun) || (__convex__) || (__hppa) || (_MIPSEB) || defined ( __PPC__) # define _mitkIpENDIAN_IS_BIG #else # define _mitkIpENDIAN_IS_LITTLE #endif #define mitkIpPicVersionMajor(pic) (mitkIpUInt1_t)(pic->info->version[12] - '0') #define mitkIpPicVersionMinor(pic) (mitkIpUInt1_t)(10 * (pic->info->version[14]-'0' ) \ + pic->info->version[15]-'0') #define mitkIpPicEncryptionType(pic) (pic->info->version[16]) /*#define mitkIpPicIsPic(pic) (( (pic)->magic == mitkIpPicPicDescriptor_m) \ ? mitkIpTrue : mitkIpFalse )*/ #define mitkIpPicDR(type,len) (mitkIpUInt4_t)( ((type)<<16) + (len) ) #define mitkIpPicFOR_TYPE( _ipPIC_TYPE, _ipPIC_CMD, _ipPIC_PIC) \ _ipPIC_CMD(_ipPIC_TYPE,_ipPIC_PIC) #define mitkIpPicFORALL( _ipPIC_CMD, _ipPIC_PIC ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_1( _ipPIC_CMD, _ipPIC_PIC, A1 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_2( _ipPIC_CMD, _ipPIC_PIC, A1, A2 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1, A2); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1, A2); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_3( _ipPIC_CMD, _ipPIC_PIC, A1, A2, A3 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1, A2, A3); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1, A2, A3); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_4( _ipPIC_CMD, _ipPIC_PIC, A1, A2, A3, A4 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1, A2, A3, A4); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_5( _ipPIC_CMD, _ipPIC_PIC, A1, A2, A3, A4, A5 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1, A2, A3, A4, A5); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define mitkIpPicFORALL_6( _ipPIC_CMD, _ipPIC_PIC, A1, A2, A3, A4, A5, A6 ) \ switch( mitkIpPicDR((_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe) ) \ { \ case mitkIpPicDR( mitkIpPicInt, 8 ): \ _ipPIC_CMD(mitkIpInt1_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 8 ): \ _ipPIC_CMD(mitkIpUInt1_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicInt, 16 ): \ _ipPIC_CMD(mitkIpInt2_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 16 ): \ _ipPIC_CMD(mitkIpUInt2_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicInt, 32 ): \ _ipPIC_CMD(mitkIpInt4_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicUInt, 32 ): \ _ipPIC_CMD(mitkIpUInt4_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 32 ): \ _ipPIC_CMD(mitkIpFloat4_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ case mitkIpPicDR( mitkIpPicFloat, 64 ): \ _ipPIC_CMD(mitkIpFloat8_t, _ipPIC_PIC, A1, A2, A3, A4, A5, A6); \ break; \ default: \ fprintf( stderr, \ "sorry, %s: datatype (%i/%i) not supported for %s.\n", \ __FILE__, (_ipPIC_PIC)->type, (_ipPIC_PIC)->bpe, #_ipPIC_CMD ); \ break; \ } #define _mitkIpPicGET_PIXEL(TYPE,PIC,X,Y,RESULT) \ { \ TYPE* data = (TYPE *) (PIC)->data \ + (X) + (Y) * (PIC)->n[0]; \ RESULT = *data; \ } #define _mitkIpPicPUT_PIXEL(TYPE,PIC,X,Y,VALUE) \ { \ TYPE* data = (TYPE *) (PIC)->data \ + (X) + (Y) * (PIC)->n[0]; \ *data = VALUE; \ } #define mitkIpPicGET_PIXEL(PIC,X,Y,RESULT) \ { \ mitkIpPicFORALL_3(_mitkIpPicGET_PIXEL,PIC,X,Y,RESULT); \ } #define mitkIpPicPUT_PIXEL(PIC,X,Y,RESULT) \ { \ mitkIpPicFORALL_3(_mitkIpPicPUT_PIXEL,PIC,X,Y,RESULT); \ } #define _mitkIpPicGET_PIXEL_RGB(TYPE,PIC,X,Y,R,G,B) \ { \ mitkIpUInt4_t skip = (PIC)->n[0] * (PIC)->n[1]; \ TYPE* data = (TYPE *) (PIC)->data + (X) + (Y) * (PIC)->n[0]; \ R = *(data); \ G = *(data + skip); \ B = *(data + skip + skip); \ } #define _mitkIpPicPUT_PIXEL_RGB(TYPE,PIC,X,Y,R,G,B) \ { \ mitkIpUInt4_t skip = (PIC)->n[0] * (PIC)->n[1]; \ TYPE* data = (TYPE *) (PIC)->data + (X) + (Y) * (PIC)->n[0]; \ *data = (R); \ *(data + skip) = (G); \ *(data + skip + skip) = (B); \ } #define mitkIpPicGET_PIXEL_RGB(PIC,X,Y,R,G,B) \ { \ mitkIpPicFORALL_5(_mitkIpPicGET_PIXEL_RGB,PIC,X,Y,R,G,B); \ } #define mitkIpPicPUT_PIXEL_RGB(PIC,X,Y,R,G,B) \ { \ mitkIpPicFORALL_5(_mitkIpPicPUT_PIXEL_RGB,PIC,X,Y,R,G,B); \ } #define USE_ZLIB /**/ #ifdef USE_ZLIB #ifdef USE_ITKZLIB # define mitkIpPicFile_t gzFile # define mitkIpPicFOpen gzopen # define mitkIpPicFTell gztell # define mitkIpPicFSeek gzseek # define mitkIpPicFRead(buf, bsize, count, file) gzread((file),(buf),((count)*(bsize))) # define mitkIpPicFWrite _mitkIpPicFWrite # define mitkIpPicFEOF gzeof # define mitkIpPicFClose gzclose # include "itk_zlib.h" #else # define mitkIpPicFile_t gzFile # define mitkIpPicFOpen gzopen # define mitkIpPicFTell gztell # define mitkIpPicFSeek gzseek # define mitkIpPicFRead(buf, bsize, count, file) gzread((file),(buf),((count)*(bsize))) # define mitkIpPicFWrite _mitkIpPicFWrite # define mitkIpPicFEOF gzeof # define mitkIpPicFClose gzclose # include #endif #else # define mitkIpPicFile_t FILE * # define mitkIpPicFOpen fopen # define mitkIpPicFTell ftell # define mitkIpPicFSeek fseek # define mitkIpPicFRead fread # define mitkIpPicFWrite fwrite # define mitkIpPicFEOF feof # define mitkIpPicFClose fclose #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpPicFReadLE mitkIpPicFRead # define mitkIpPicFReadBE mitkIpPicFReadCvt #else # define mitkIpPicFReadLE mitkIpPicFReadCvt # define mitkIpPicFReadBE mitkIpPicFRead #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpPicFWriteLE mitkIpPicFWrite # define mitkIpPicFWriteBE mitkIpPicFWriteCvt #else # define mitkIpPicFWriteLE mitkIpPicFWriteCvt # define mitkIpPicFWriteBE mitkIpPicFWrite #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpFReadLE fread # define mitkIpFReadBE mitkIpFReadCvt #else # define mitkIpFReadLE mitkIpFReadCvt # define mitkIpFReadBE fread #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpFWriteLE fwrite # define mitkIpFWriteBE mitkIpFWriteCvt #else # define mitkIpFWriteLE mitkIpFWriteCvt # define mitkIpFWriteBE fwrite #endif #ifdef WIN # undef mitkIpFReadLE # define mitkIpFReadLE fread #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpCvtFromLE(data, len, bytes) # define mitkIpCvtFromBE(data, len, bytes) _mitkIpCvtEndian( (data), (len), (bytes) ) #else # define mitkIpCvtFromLE(data, len, bytes) _mitkIpCvtEndian( (data), (len), (bytes) ) # define mitkIpCvtFromBE(data, len, bytes) #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpCpFromLE(source, destination, len, bytes) _mitkIpCp( (source), (destination), (len) ) # define mitkIpCpFromBE(source, destination, len, bytes) _mitkIpCpCvtEndian( (source), (destination), (len), (bytes) ) #else # define mitkIpCpFromLE(source, destination, len, bytes) _mitkIpCpCvtEndian( (source), (destination), (len), (bytes) ) # define mitkIpCpFromBE(source, destination, len, bytes) _mitkIpCp( (source), (destination), (len) ) #endif #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpCpToLE(source, destination, len, bytes) _mitkIpCp( (source), (destination), (len) ) # define mitkIpCpToBE(source, destination, len, bytes) _mitkIpCpCvtEndian( (source), (destination), (len), (bytes) ) #else # define mitkIpCpToLE(source, destination, len, bytes) _mitkIpCpCvtEndian( (source), (destination), (len), (bytes) ) # define mitkIpCpToBE(source, destination, len, bytes) _mitkIpCp( (source), (destination), (len) ) #endif #define mitkIpEndianSwap2(x) ((((x) >> 8) & 0x00FF) | (((x) << 8) & 0xFF00)) #define mitkIpEndianSwap4(x) ((((x) >> 24) & 0x000000FF) | (((x) << 24) & 0xFF000000)) \ | ((((x) >> 8) & 0x0000FF00) | (((x) << 8) & 0x00FF0000)) /* ** NOTE: these macros *DO NOT* work for in-place transformations. */ /* ** maybe ipEndianSwap should be used */ #ifdef _mitkIpENDIAN_IS_LITTLE # define mitkIpInt2FromLE(from, to) *((mitkIpInt2_t *)(to)) = *((mitkIpInt2_t *)(from)) # define mitkIpInt4FromLE(from, to) *((mitkIpInt4_t *)(to)) = *((mitkIpInt4_t *)(from)) # define mitkIpUInt2FromLE(from, to) mitkIpInt2FromLE(from, to) # define mitkIpUInt4FromLE(from, to) mitkIpInt4FromLE(from, to) # define mitkIpFloat4FromLE(from, to) mitkIpInt4FromLE(from, to) # define mitkIpFloat8FromLE(from, to) *((mitkIpFloat8_t *)(to)) = *((mitkIpFloat8_t *)(from)) #else # define mitkIpInt2FromLE(from, to) ((char *)(to))[0] = ((char *)(from))[1]; \ ((char *)(to))[1] = ((char *)(from))[0]; # define mitkIpInt4FromLE(from, to) ((char *)(to))[0] = ((char *)(from))[3]; \ ((char *)(to))[1] = ((char *)(from))[2]; \ ((char *)(to))[2] = ((char *)(from))[1]; \ ((char *)(to))[3] = ((char *)(from))[0]; # define mitkIpUInt2FromLE(from, to) mitkIpInt2FromLE(from, to) # define mitkIpUInt4FromLE(from, to) mitkIpInt4FromLE(from, to) # define mitkIpFloat4FromLE(from, to) mitkIpInt4FromLE(from, to) # define mitkIpFloat8FromLE(from, to) ((char *)(to))[0] = ((char *)(from))[7]; \ ((char *)(to))[1] = ((char *)(from))[6]; \ ((char *)(to))[2] = ((char *)(from))[5]; \ ((char *)(to))[3] = ((char *)(from))[4]; \ ((char *)(to))[4] = ((char *)(from))[3]; \ ((char *)(to))[5] = ((char *)(from))[2]; \ ((char *)(to))[6] = ((char *)(from))[1]; \ ((char *)(to))[7] = ((char *)(from))[0]; #endif /* _mitkIpENDIAN_IS_LITTLE */ /* ** NOTE: Most architectures are symmetrical with respect to conversions. */ #define mitkIpInt2ToLE(from, to) mitkIpInt2FromLE(from, to) #define mitkIpInt4ToLE(from, to) mitkIpInt4FromLE(from, to) #define mitkIpUInt2ToLE(from, to) mitkIpUInt2FromLE(from, to) #define mitkIpUInt4ToLE(from, to) mitkIpUInt4FromLE(from, to) #define mitkIpFloat4ToLE(from, to) mitkIpFloat4FromLE(from, to) #define mitkIpFloat8ToLE(from, to) mitkIpFloat8FromLE(from, to) /* ** types for the pic format */ typedef char mitkIpPicTag_t[_mitkIpPicTAGLEN]; typedef enum { mitkIpPicUnknown = 0, mitkIpPicBool = 1, mitkIpPicASCII = 2, mitkIpPicInt = 3, mitkIpPicUInt = 4, mitkIpPicFloat = 5, mitkIpPicNonUniform = 7, mitkIpPicTSV = 8, /* ---- add new types before this line !!! ----*/ /* ---- don't forget to add a new type also to mitkIpPicType.c !!! ----*/ _mitkIpPicTypeMax } mitkIpPicType_t; /* typedef enum { mitkIpPicUnknown_m = 0, mitkIpPicDescriptor_m = 0xDDDD } _mitkIpPicMagic_t; */ typedef struct { char tag[_mitkIpPicTAGLEN+1]; /* name of this tag */ mitkIpPicType_t type; /* datatype of the value */ mitkIpUInt4_t bpe; /* bits per element */ mitkIpUInt4_t dim; /* number of dimensions */ mitkIpUInt4_t n[_mitkIpPicNDIM]; /* size of dimension n[i] */ void *value; /* the value */ } mitkIpPicTSV_t; /* Tag Structure Value */ typedef struct _mitkIpPicTagsElement_s { mitkIpPicTSV_t *tsv; struct _mitkIpPicTagsElement_s *prev; struct _mitkIpPicTagsElement_s *next; } _mitkIpPicTagsElement_t; typedef struct { mitkIpPicTag_t version; _mitkIpPicTagsElement_t *tags_head; mitkIpBool_t write_protect; long pixel_start_in_file; struct mitkIpPicDescriptor *lender; /* lender of image data */ mitkIpUInt4_t borrower; /* borrower of image data */ mitkIpUInt4_t ref; /* reference counter */ } _mitkIpPicInfo_t; typedef struct mitkIpPicDescriptor { void *data; /* pointer to 'image' data */ _mitkIpPicInfo_t *info; /* pointer to the PicInfo structure */ mitkIpPicType_t type; /* datatype of the data */ mitkIpUInt4_t bpe; /* bits per element */ mitkIpUInt4_t dim; /* number of dimensions */ mitkIpUInt4_t n[_mitkIpPicNDIM]; /* size of dimension n[i] */ #ifdef WIN HANDLE hdata; #endif } mitkIpPicDescriptor; #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif extern _mitkIpEndian_t _mitkIpEndian( void ); extern void _mitkIpCp( void *source, void *destination, unsigned long int len ); extern void _mitkIpCvtEndian( void *data, unsigned long int len, unsigned char bytes ); extern void _mitkIpCpCvtEndian( void *source, void *destination, unsigned long int len, unsigned char bytes ); extern mitkIpPicFile_t _mitkIpPicOpenPicFileIn( const char *path ); extern int mitkIpPicAccess( const char *path, int mode ); extern int mitkIpPicRemoveFile( const char *path ); extern mitkIpBool_t mitkIpPicGetWriteCompression( void ); extern mitkIpBool_t mitkIpPicSetWriteCompression( mitkIpBool_t compression ); extern size_t mitkIpFReadCvt( void *ptr, size_t size, size_t nitems, FILE *stream ); extern size_t _mitkIpFWrite( void *ptr, size_t size, size_t nitems, FILE *stream ); #define _mitkIpPicHAS_CAN_READ_COMPRESSED extern mitkIpBool_t _mitkIpPicCanReadCompressed; extern size_t mitkIpPicFReadCvt( void *ptr, size_t size, size_t nitems, mitkIpPicFile_t stream ); #define _mitkIpPicHAS_CAN_WRITE_COMPRESSED extern mitkIpBool_t _mitkIpPicCanWriteCompressed; extern size_t mitkIpPicFWriteCvt( void *ptr, size_t size, size_t nitems, mitkIpPicFile_t stream ); extern mitkIpPicDescriptor *mitkIpPicNew( void ); extern void mitkIpPicClear( mitkIpPicDescriptor *pic ); extern void mitkIpPicFree( mitkIpPicDescriptor *pic ); extern mitkIpUInt4_t _mitkIpPicSize( #if defined(__cplusplus) || defined(c_plusplus) const #endif mitkIpPicDescriptor *pic ); extern mitkIpUInt4_t _mitkIpPicElements( mitkIpPicDescriptor *pic ); extern mitkIpUInt4_t _mitkIpPicTSVSize( mitkIpPicTSV_t *tsv ); extern mitkIpUInt4_t _mitkIpPicTSVElements( mitkIpPicTSV_t *tsv ); extern mitkIpPicDescriptor *mitkIpPicClone( mitkIpPicDescriptor *pic ); extern mitkIpPicDescriptor *_mitkIpPicCopySlice( mitkIpPicDescriptor *pic, mitkIpPicDescriptor *pic_in, mitkIpUInt4_t slice ); extern mitkIpPicDescriptor *_mitkIpPicOldGet( FILE *infile, mitkIpPicDescriptor *pic ); extern mitkIpPicDescriptor *_mitkIpPicOldGetHeader( FILE *infile, mitkIpPicDescriptor *pic ); extern mitkIpPicDescriptor *_mitkIpPicOldGetSlice( FILE *infile, mitkIpPicDescriptor *pic, mitkIpUInt4_t slice ); extern mitkIpPicDescriptor *mitkIpPicCopyHeader( mitkIpPicDescriptor *pic, mitkIpPicDescriptor *pic_new ); extern mitkIpPicDescriptor *mitkIpPicGet( const char *picfile_name, mitkIpPicDescriptor *pic ); extern mitkIpPicDescriptor *mitkIpPicGetHeader( const char *picfile_name, mitkIpPicDescriptor *pic ); extern mitkIpPicDescriptor *mitkIpPicGetSlice( const char *picfile_name, mitkIpPicDescriptor *pic, mitkIpUInt4_t slice ); extern _mitkIpPicTagsElement_t *_mitkIpPicReadTags( _mitkIpPicTagsElement_t *head, mitkIpUInt4_t bytes_to_read, FILE *stream, char encryption_type ); extern _mitkIpPicTagsElement_t *_mitkIpPicInsertTag( _mitkIpPicTagsElement_t *head, mitkIpPicTSV_t *tsv ); extern _mitkIpPicTagsElement_t *_mitkIpPicFindTag( _mitkIpPicTagsElement_t *head, const char *tag ); extern mitkIpUInt4_t _mitkIpPicTagsSize( _mitkIpPicTagsElement_t *head ); extern mitkIpUInt4_t _mitkIpPicTagsNumber( _mitkIpPicTagsElement_t *head ); extern void _mitkIpPicWriteTags( _mitkIpPicTagsElement_t *head, FILE *stream, char encryption_type ); extern void _mitkIpPicFreeTags( _mitkIpPicTagsElement_t *head ); extern mitkIpPicTSV_t *_mitkIpPicCloneTag( mitkIpPicTSV_t *source ); extern _mitkIpPicTagsElement_t *_mitkIpPicCloneTags( _mitkIpPicTagsElement_t *head ); extern void mitkIpPicAddTag( mitkIpPicDescriptor *pic, mitkIpPicTSV_t *tsv ); extern void mitkIpPicAddSubTag( mitkIpPicTSV_t *parent, mitkIpPicTSV_t *tsv ); extern mitkIpPicTSV_t * mitkIpPicDelTag( mitkIpPicDescriptor *pic, const char *tag ); extern mitkIpPicTSV_t * mitkIpPicDelSubTag( mitkIpPicTSV_t *parent, const char *tag ); extern mitkIpPicDescriptor *mitkIpPicGetTags( const char *picfile_name, mitkIpPicDescriptor *pic ); extern mitkIpPicTSV_t *mitkIpPicQueryTag( mitkIpPicDescriptor *pic, const char *t ); extern mitkIpPicTSV_t *mitkIpPicQuerySubTag( mitkIpPicTSV_t *parent, const char *t ); extern void mitkIpPicFreeTag( mitkIpPicTSV_t *tsv ); extern _mitkIpPicTagsElement_t * _mitkIpPicReadTagsMem( _mitkIpPicTagsElement_t *head, mitkIpUInt4_t bytes_to_read, mitkIpUInt1_t **mem_ptr, char encryption_type ); extern mitkIpPicDescriptor *mitkIpPicGetMem( mitkIpUInt1_t *mem_pic ); extern void _mitkIpPicWriteTagsMem( _mitkIpPicTagsElement_t *head, mitkIpUInt1_t **mem_ptr ); extern mitkIpUInt1_t *mitkIpPicPutMem( mitkIpPicDescriptor *pic, int *mem_size ); extern int mitkIpPicPut( const char *picfile_name, mitkIpPicDescriptor *pic ); extern void mitkIpPicPutSlice( const char *picfile_name, mitkIpPicDescriptor *pic, mitkIpUInt4_t slice ); #define _mitkIpPicInfoNORMAL 0 #define _mitkIpPicInfoSHORT (1 << 0) void _mitkIpPicInfo( FILE *stream, mitkIpPicDescriptor *pic, mitkIpUInt4_t flags ); void _mitkIpPicInfoPrintTags( FILE *stream, _mitkIpPicTagsElement_t* head, mitkIpUInt4_t level, mitkIpUInt4_t flags ); extern const char *mitkIpPicTypeName( mitkIpUInt4_t type ); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif /* _mitkIpPic_h */ - -#ifdef MITK_UNMANGLE_IPPIC -#include "mitkIpPicUnmangle.h" -#endif diff --git a/Utilities/IpPic/pic2seq.dsp b/Utilities/IpPic/pic2seq.dsp deleted file mode 100755 index 918d048bcb..0000000000 --- a/Utilities/IpPic/pic2seq.dsp +++ /dev/null @@ -1,103 +0,0 @@ -# Microsoft Developer Studio Project File - Name="pic2seq" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=pic2seq - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "pic2seq.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "pic2seq.mak" CFG="pic2seq - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "pic2seq - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "pic2seq - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "pic2seq - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir ".\bin" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "$(QTDIR)\src\3rdparty\zlib" /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"LIBCMT.lib" - -!ELSEIF "$(CFG)" == "pic2seq - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir ".\bin" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "$(QTDIR)\src\3rdparty\zlib" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:".\bin/pic2seqD.exe" /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "pic2seq - Win32 Release" -# Name "pic2seq - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\pic2seq.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/Utilities/IpPic/picinfo.dsp b/Utilities/IpPic/picinfo.dsp deleted file mode 100755 index b1b81810e2..0000000000 --- a/Utilities/IpPic/picinfo.dsp +++ /dev/null @@ -1,102 +0,0 @@ -# Microsoft Developer Studio Project File - Name="picinfo" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=picinfo - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "picinfo.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "picinfo.mak" CFG="picinfo - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "picinfo - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "picinfo - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "picinfo - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir ".\bin" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "$(QTDIR)\src\3rdparty\zlib" /I "." /I ".." /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "lint" /YX /FD /c -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcmt.lib" - -!ELSEIF "$(CFG)" == "picinfo - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "picinfo___Win32_Debug" -# PROP BASE Intermediate_Dir "picinfo___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir ".\bin" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "$(QTDIR)\src\3rdparty\zlib" /I "." /I ".." /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "lint" /YX /FD /GZ /c -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt.lib" /nodefaultlib:"libc.lib" /out:".\bin/picinfoD.exe" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "picinfo - Win32 Release" -# Name "picinfo - Win32 Debug" -# Begin Group "Quellcodedateien" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\picinfo.c -# End Source File -# End Group -# Begin Group "Header-Dateien" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Ressourcendateien" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project