XCOMM $XConsortium: Imakefile,v 1.6 92/05/05 08:38:19 rws Exp $
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
#if defined(ConvexArchitecture) || defined(HPArchitecture)
           SRCS = maze.c
           OBJS = maze.o
#else
           SRCS = maze.c getopt.c 
           OBJS = maze.o getopt.o 
#endif

ComplexProgramTarget(maze)

