home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xiconw / part01 / Imakefile < prev    next >
Makefile  |  1990-08-27  |  437b  |  18 lines

  1.         DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
  2. LOCAL_LIBRARIES = $(XMULIB) $(EXTENSIONLIB) $(XLIB)
  3.            SRCS = xseticonwindow.c dsimple.c
  4.            OBJS = xseticonwindow.o dsimple.o
  5.  
  6. ComplexProgramTarget(xseticonwindow)
  7.  
  8. shar: xseticonwindow.shar
  9.  
  10. DISTFILES = README COPYING\
  11.     Imakefile\
  12.     MITs,not,mine__copyright.h\
  13.     dsimple.c dsimple.h\
  14.     xseticonwindow.c
  15.  
  16. xseticonwindow.shar: ${DISTFILES}
  17.     shar ${DISTFILES} > $@
  18.