home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-21 | 654 b | 25 lines |
- PROG=indxbib
- MAN1=indxbib.n
- 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 /gnu/lib/eign; then \
- rm -f $(common_words_file); \
- ln -s /gnu/lib/eign $(common_words_file) 2>/dev/null \
- || ln /gnu/lib/eign $(common_words_file) 2>/dev/null \
- || cp /gnu/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)
-