home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / x4war2 / part04 / Imakefile next >
Makefile  |  1992-08-03  |  281b  |  23 lines

  1. # Imakefile for x4war
  2. #
  3. #
  4.  
  5. DEFINES= -DCHINESE
  6.  
  7. LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
  8.  
  9.  
  10. SRCS = x4war.c war.c
  11. OBJS = x4war.o war.o
  12.  
  13. SRCBG = bgbitmap.c
  14. OBJSBG = bgbitmap.o
  15.  
  16. NormalProgramTarget(x4war,$(OBJS),,$(LOCAL_LIBRARIES),)
  17.  
  18. NormalProgramTarget(bgbitmap,$(OBJSBG),,$(XLIB),)
  19.  
  20.  
  21.  
  22.  
  23.