# Generated automatically from Makefile.in by configure.


SHELL           = /bin/sh

top_srcdir      = .
srcdir          = .

INSTALL         = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644

prefix          = /sw/rse/pkg/nlp
exec_prefix     = /sw/rse/pkg/nlp
bindir          = /sw/rse/pkg/nlp/bin
libdir          = /sw/rse/pkg/nlp/lib
man1dir         = /sw/rse/pkg/nlp/man/man1
man1ext         = .1
tmpdir          = /tmp

# ---

includedir=$(libdir)/include
sampledir=$(libdir)/example

all:
	cd src; $(MAKE)

install:
	cd src; $(MAKE) install

clean:
	cd src; $(MAKE) clean
	
distclean:
	cd config; $(MAKE) distclean
	cd src; $(MAKE) distclean
	./etc/fixdist -u
	rm -f Makefile.in

