home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-27 | 251 b | 17 lines |
- #
- # Makefile for jFontSys
- #
-
- TARGET = jFontSys
- OBJS = jFontSys.o
- SRC = jFontSys.c
- CFLAGS = -DDEBUG
- LIBS = -lc
-
- $(TARGET): $(OBJS) openlib.o
- ln -o $(TARGET) $(OBJS) openlib.o $(LIBS)
-
- $(OBJS): $(SRC) jFontSys.h jFont.h
-
- openlib.o: openlib.c openlib.h
-