summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/indxbib/Makefile.sub
blob: fbfad859d2f73c8583aa516ac2a8f86499823e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PROG=indxbib
MAN1=indxbib.1
XLIBS=$(LIBBIB) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=indxbib.o dirnamemax.o signal.o
CCSRCS=indxbib.cc
CSRCS=dirnamemax.c signal.c
NAMEPREFIX=$(g)

install_data: eign
	-test -d $(datadir) || mkdir $(datadir)
	-test -d $(datasubdir) || mkdir $(datasubdir)
	if test -f /usr/lib/eign; then \
	  rm -f $(common_words_file); \
	  ln -s /usr/lib/eign $(common_words_file) 2>/dev/null \
	  || ln /usr/lib/eign $(common_words_file) 2>/dev/null \
	  || cp /usr/lib/eign $(common_words_file); \
	else \
	  rm -f $(common_words_file); \
	  $(INSTALL_DATA) $(srcdir)/eign $(common_words_file); \
	fi

uninstall_sub:
	-rm -f $(common_words_file)