remove unused and duplicate charlib symbols
[troff.git] / troff / Makefile
bloba56a0ec8ec1cbddc1d2f374d645a7836edb9f04a
1 include ../conf.mk
3 CFLAGS = -Wall -O2 -DSTRICT -DUNICODE -DTMACDIR=$(TMACDIR)\
4 -DFONTDIR=$(FONTDIR) -DNTERMDIR=$(NTERMDIR) -DTEXHYPHENS=$(TEXHYPHENS)
5 LDFLAGS =
7 all: troff
8 %.o: %.c
9 $(CC) -c $(CFLAGS) $^
10 troff: n1.o n2.o n3.o n4.o n5.o n6.o t6.o n7.o n8.o n9.o t10.o n10.o t11.o \
11 ni.o hytab.o suftab.o
12 $(CC) -o $@ $^ $(LDFLAGS)
14 clean:
15 rm -f *.o troff