summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Williams <gww@silcom.com>2002-02-25 05:42:21 +0000
committerGeorge Williams <gww@silcom.com>2002-02-25 05:42:21 +0000
commitab91f319ed6c18c05d640d3c4498b37144ac1ca4 (patch)
treef70bf73370f27d5f548354f52f853e51c10d3e4e
parentefa6bd90a0bff1062e22c56df38bc8c1aa7dc807 (diff)
Sync up. I've lost track of changes.
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d0f2fdd..b71c315 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -p
CFLAGS = -g $(WFLAGS)
FONDUOBJS = fondu.o readnfnt.o
UFONDOBJS = ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o
-SHOWOBJS = showfond.o
DFONT2RESOBJS = dfont2res.o crctab.o
+SHOWOBJS = showfond.o
bindir = /usr/local/bin
@@ -16,14 +16,14 @@ fondu: $(FONDUOBJS)
ufond: $(UFONDOBJS)
$(CC) $(CFLAGS) -o ufond $(UFONDOBJS)
-dfont2res: $(DFONT2RESOBJS)
- $(CC) $(CFLAGS) -o dfont2res $(DFONT2RESOBJS)
-
showfond: $(SHOWOBJS)
$(CC) $(CFLAGS) -o showfond $(SHOWOBJS)
+dfont2res: $(DFONT2RESOBJS)
+ $(CC) $(CFLAGS) -o dfont2res $(DFONT2RESOBJS)
+
clean:
-rm -f *.o fondu ufond showfond
install: all
- cp fondu ufond showfond $(bindir)
+ cp fondu ufond showfond dfont2res $(bindir)