home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / clients / xhearts / Imakefile < prev    next >
Makefile  |  1991-10-03  |  455b  |  15 lines

  1. INCLUDES = $(XCUINCFLAG)
  2.  
  3. BITMAPS = club.xbm diamond.xbm heart.xbm spade.xbm
  4. LOCAL_LIBRARIES = $(XCULIB) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  5.  
  6.       SRCS = cplay.c cdiscard.c play.c init_x.c exchange.c initialize.c \
  7.              main.c deal.c
  8.       OBJS = cplay.o cdiscard.o play.o init_x.o exchange.o initialize.o \
  9.              main.o deal.o 
  10.  
  11. ComplexProgramTarget(xhearts)
  12. InstallAppDefaults(XHearts)
  13. InstallMultiple($(BITMAPS),$(INCDIR)/bitmaps)
  14.  
  15.