home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-18 | 308 b | 14 lines |
- 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)
-
-