home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-26 | 1.1 KB | 35 lines |
- # Copyright (c) 1991 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 (stein.wbst129@xerox.com)
-
- TARGET=xtoolplaces
-
- INCS=addon.h patchlevel.h xtoolplaces.h
- SRCS=copyright.c adddisplay.c addon.c combine.c fix_command.c\
- get_geometry.c getinfo.c is.c make_list.c missing.c strstr.c\
- xtoolplaces.c
- OBJS=copyright.o adddisplay.o addon.o combine.o fix_command.o\
- get_geometry.o getinfo.o is.o make_list.o missing.o strstr.o\
- xtoolplaces.o
-
- LOCAL_LIBRARIES = ${XLIB}
-
- ComplexProgramTarget(${TARGET})
-
- shar:
- shar -c -o ${TARGET} -l75 README MANIFEST Imakefile Makefile.simple \
- xtoolplaces.man ${SRCS} ${INCS} addon.sample missing.sample
-
-