# $Id: Makefile,v 1.6 2003/07/03 16:14:49 xleroy Exp $
include ../config/Makefile
TARGET=camlp4.1
all: $(TARGET)
clean::
rm -f $(TARGET)
depend:
get_promote:
install:
if test -n '$(MANDIR)'; then \
$(MKDIR) $(MANDIR)/man1 ; \
${BSD_INSTALL_MAN} $(TARGET) $(MANDIR)/man1/. ; \
fi
camlp4.1: camlp4.1.tpl
sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1