home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume14 / xtoolplaces / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1991-08-26  |  1.1 KB  |  35 lines

  1. # Copyright (c) 1991 Xerox Corporation.  All Rights Reserved.
  2. #
  3. # Permission to use,  copy,  modify  and  distribute  without
  4. # charge this software, documentation, images, etc. is grant-
  5. # ed, provided that this copyright and the author's  name  is
  6. # retained.
  7. #
  8. # A fee may be charged for this program ONLY to recover costs
  9. # for distribution (i.e. media costs).  No profit can be made
  10. # on this program.
  11. #
  12. # The author assumes no responsibility for disasters (natural
  13. # or otherwise) as a consequence of use of this software.
  14. #
  15. # Adam Stein (stein.wbst129@xerox.com)
  16.  
  17. TARGET=xtoolplaces
  18.  
  19. INCS=addon.h patchlevel.h xtoolplaces.h
  20. SRCS=copyright.c adddisplay.c addon.c combine.c fix_command.c\
  21.      get_geometry.c getinfo.c is.c make_list.c missing.c strstr.c\
  22.      xtoolplaces.c
  23. OBJS=copyright.o adddisplay.o addon.o combine.o fix_command.o\
  24.      get_geometry.o getinfo.o is.o make_list.o missing.o strstr.o\
  25.      xtoolplaces.o
  26.  
  27. LOCAL_LIBRARIES = ${XLIB}
  28.  
  29. ComplexProgramTarget(${TARGET})
  30.  
  31. shar:
  32.     shar -c -o ${TARGET} -l75 README MANIFEST Imakefile Makefile.simple \
  33.     xtoolplaces.man ${SRCS} ${INCS} addon.sample missing.sample
  34.  
  35.