XCOMM $XFree86: mit/demos/maze/Imakefile,v 2.0 1993/10/24 13:42:16 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.5 91/07/18 17:39:13 rws Exp $
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
#if !defined(ConvexArchitecture) && !defined(Minix) && !defined(OsfArchitecture) && !defined(i386BsdArchitecture)
           SRCS = maze.c getopt.c 
           OBJS = maze.o getopt.o 
#else
           SRCS = maze.c
           OBJS = maze.o
#endif

ComplexProgramTarget(maze)

