# Copyright (c) 1992 Xerox Corporation.  All Rights Reserved.
#
# Permission to use,  copy,  modify  and  distribute  without
# charge this software, documentation, images, etc. is grant-
# ed, provided that this copyright and the author's  name  is
# retained.
#
# A fee may be charged for this program ONLY to recover costs
# for distribution (i.e. media costs).  No profit can be made
# on this program.
#
# The author assumes no responsibility for disasters (natural
# or otherwise) as a consequence of use of this software.
#
# Adam Stein (adam@iset.scan.mc.xerox.com)

# Name of program to build
TARGET=xtoolplaces

# Name of resource file
RESOURCE=Xtoolplaces

INCS=addon.h patchlevel.h xtoolplaces.h
SRCS=copyright.c adddisplay.c addon.c combine.c fix_command.c\
     getargs.c getgeom.c getinfo.c is.c make_list.c missing.c\
     strdup.c strstr.c xtoolplaces.c
OBJS=copyright.o adddisplay.o addon.o combine.o fix_command.o\
     getargs.o getgeom.o getinfo.o is.o make_list.o missing.o\
     strdup.o strstr.o xtoolplaces.o

LOCAL_LIBRARIES = ${XLIB}

ComplexProgramTarget(${TARGET})

InstallAppDefaults(${RESOURCE})

shar:
	shar -c -o ${TARGET} -l50 README CHANGES MANIFEST Imakefile \
	Makefile.simple ${RESOURCE}.ad xtoolplaces.man ${SRCS} ${INCS} \
	addon.sample missing.sample

