home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-10-07 | 881 b | 36 lines |
- DEPLIBS = $(DEPXLIB)
- /* Sun compilations require having the XMU lib here...
- * I don't know about "normal" systems
- */
- LOCAL_LIBRARIES = $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB)
-
-
- /*
- *R4 NOTE!!!
- * I am told you can change fonts to
- * "jeuc.16x32". [in "init.c", or with the -smallkanji/-kanjifont flags]
- * or whatever 16-bit kanji font your system happens to have.
- * That was for kdrill v1.
- * However, Since I rely on Xaw's 16-bit handling in V2 of kdrill,
- * I am no longer sure this will work.
- */
-
- /* DEFINES = -DDEBUG*/
-
- /*
- * I don't like putting <X11/...> for everything, so..
- */
- INCLUDES = -I/usr/include/X11
-
- /*
- * If you want to force things...
- * CDEBUGFLAGS = -g
- * BINDIR = /usr/local/bin/X11
- */
-
- SRCS = main.c readfile.c game.c init.c widgets.c attributes.c
- OBJS = main.o readfile.o game.o init.o widgets.o attributes.o
-
- ComplexProgramTarget(kdrill)
-
-