CCL Home Page
Up Directory CCL Imakefile
#ifndef XCOMM
#define XCOMM #
#endif

XCOMM
XCOMM Imakefile for ImageMagick.
XCOMM
XCOMM Copyright 1997 E. I. du Pont de Nemours and Company
XCOMM
XCOMM Permission to use, copy, modify, distribute, and sell this software and
XCOMM its documentation for any purpose is hereby granted without fee,
XCOMM provided that the above Copyright notice appear in all copies and that
XCOMM both that Copyright notice and this permission notice appear in
XCOMM supporting documentation, and that the name of E. I. du Pont de Nemours
XCOMM and Company not be used in advertising or publicity pertaining to
XCOMM distribution of the software without specific, written prior
XCOMM permission.  E. I. du Pont de Nemours and Company makes no representations
XCOMM about the suitability of this software for any purpose.  It is provided
XCOMM "as is" without express or implied warranty.
XCOMM
XCOMM E. I. du Pont de Nemours and Company disclaims all warranties with regard
XCOMM to this software, including all implied warranties of merchantability
XCOMM and fitness, in no event shall E. I. du Pont de Nemours and Company be
XCOMM liable for any special, indirect or consequential damages or any
XCOMM damages whatsoever resulting from loss of use, data or profits, whether
XCOMM in an action of contract, negligence or other tortious action, arising
XCOMM out of or in connection with the use or performance of this software.
XCOMM

#include "Magick.tmpl"

#ifndef ForceSubdirs
#define ForceSubdirs(dirs)
#endif
#define IHaveSubdirs
#define PassCDebugFlags CCOPTIONS='$(CCOPTIONS)'

HEADERS = magick/magick.h magick/image.h magick/compress.h magick/utility.h \
  magick/monitor.h magick/X.h magick/widget.h magick/PreRvIcccm.h

LINTSRCS = display.c magick/widget.c magick/X.c magick/image.c magick/gems.c \
  magick/shear.c magick/quantize.c magick/colors.c magick/signature.c \
  magick/decode.c magick/encode.c magick/compress.c magick/utility.c \
  magick/monitor.c magick/error.c magick/PreRvIcccm.c

SRCS = display.c import.c montage.c animate.c convert.c mogrify.c identify.c \
  combine.c
OBJS = display.o import.o montage.o animate.o convert.o mogrify.o identify.o \
  combine.o

PROGRAMS = magick display import montage animate convert mogrify identify \
  combine xtp

SUBDIRS = magick xtp

AllTarget($(PROGRAMS))
DependTarget()

ForceSubdirs($(SUBDIRS))
#if (ProjectX < 5) && !defined(uxpArchitecture)
InstallSubdirs($(SUBDIRS))
#endif
DependSubdirs($(SUBDIRS))

NormalProgramTarget(display,display.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
NormalLintTarget($(LINTSRCS))
InstallProgram(display,$(LOCALDIR))
InstallManPage(display,$(LOCALMAN))
NormalProgramTarget(montage,montage.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(montage,$(LOCALDIR))
InstallManPage(montage,$(LOCALMAN))
NormalProgramTarget(import,import.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(import,$(LOCALDIR))
InstallManPage(import,$(LOCALMAN))
NormalProgramTarget(animate,animate.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(animate,$(LOCALDIR))
InstallManPage(animate,$(LOCALMAN))
NormalProgramTarget(convert,convert.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(convert,$(LOCALDIR))
InstallManPage(convert,$(LOCALMAN))
NormalProgramTarget(identify,identify.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(identify,$(LOCALDIR))
InstallManPage(identify,$(LOCALMAN))
NormalProgramTarget(mogrify,mogrify.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(mogrify,$(LOCALDIR))
InstallManPage(mogrify,$(LOCALMAN))
NormalProgramTarget(combine,combine.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(combine,$(LOCALDIR))
InstallManPage(combine,$(LOCALMAN))
InstallManPage(ImageMagick,$(LOCALMAN))
InstallManPage(quantize,$(LOCALMAN))
InstallManPage(miff,$(LOCALMAN))
Modified: Tue May 20 14:25:08 1997 GMT
Page accessed 6801 times since Sat Apr 17 21:37:50 1999 GMT