XCOMM $XConsortium: Imakefile,v 1.5 91/07/18 17:39:13 rws Exp $
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
#ifndef ConvexArchitecture
           SRCS = maze.c getopt.c 
           OBJS = maze.o getopt.o 
#else
           SRCS = maze.c
           OBJS = maze.o
#endif

ComplexProgramTarget(maze)

