3 XLIBS=$(LIBBIB) $(LIBGROFF)
14 install_data: $(srcdir)/eign
15 -test -d $(datadir) || $(mkinstalldirs) $(datadir)
16 -test -d $(dataprogramdir) || $(mkinstalldirs) $(dataprogramdir)
17 -test -d $(datasubdir) || $(mkinstalldirs) $(datasubdir)
18 if test -f /usr/lib/eign; then \
19 rm -f $(common_words_file); \
20 ln -s /usr/lib/eign $(common_words_file) 2>/dev/null \
21 || ln /usr/lib/eign $(common_words_file) 2>/dev/null \
22 || cp /usr/lib/eign $(common_words_file); \
24 rm -f $(common_words_file); \
25 $(INSTALL_DATA) $(srcdir)/eign $(common_words_file); \
29 -rm -f $(common_words_file)