#########################################################################
# #
# Objective Caml #
# #
# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
# #
# Copyright 1999 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the Q Public License version 1.0. #
# #
#########################################################################
# $Id: Makefile,v 1.1.1.1 2002/01/16 09:01:29 cookcu Exp $
include ../../config/Makefile
# To make custom toplevels
ntopgen: ntopgen.tpl ../../config/Makefile
sed -e 's|%%BINDIR%%|$(BINDIR)|' ntopgen.tpl > ntopgen
chmod +x ntopgen
install::
cp ntopgen $(BINDIR)/ntopgen
clean::
rm -f ntopgen
syntax highlighted by Code2HTML, v. 0.9.1