home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / maze / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-18  |  308 b   |  14 lines

  1. XCOMM $XConsortium: Imakefile,v 1.5 91/07/18 17:39:13 rws Exp $
  2.         DEPLIBS = $(DEPXLIB)
  3. LOCAL_LIBRARIES = $(XLIB)
  4. #ifndef ConvexArchitecture
  5.            SRCS = maze.c getopt.c 
  6.            OBJS = maze.o getopt.o 
  7. #else
  8.            SRCS = maze.c
  9.            OBJS = maze.o
  10. #endif
  11.  
  12. ComplexProgramTarget(maze)
  13.  
  14.