|
|
1.1 root 1: #
2: # Make file for the BDF to SNF font compiler
3: #
4: EXECS = fc showsnf
5: FCSRC = fc.c
6: FCOBJ = fc.o
7: SHSRC = showsnf.c
8: SHOBJ = showsnf.o
9: COMMONSRC = fontutil.c
10: COMMONOBJ = fontutil.o
11: SRCS = $(COMMONSRC) $(FCSRC) $(SHSRC)
12: OFILES = $(COMMONOBJ) $(FCOBJ) $(SHOBJ)
13: INCLUDES = -I. -I../../include -I$(SERVERSRC)/include
14: CDEBUGFLAGS = -g
15:
16: all: $(EXECS)
17:
18: SingleProgramTarget(fc, $(COMMONOBJ) $(FCOBJ),,)
19: SingleProgramTarget(showsnf, $(COMMONOBJ) $(SHOBJ),,)
20:
21: DependTarget()
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.