lasso/Makefile.am

27 lines
383 B
Makefile

if PHP4_ENABLED
PHP4_SD = php
endif
if CSHARP_ENABLED
CSHARP_SD = csharp
endif
if PERL_ENABLED
PERL_SD = perl
endif
SUBDIRS = lasso \
swig \
$(PHP4_SD) $(PERL_SD) \
tests \
win32 \
bindings \
docs
EXTRA_DIST = COPYING lasso.pc.in lasso-src-config.in
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig
clean-local:
-rm -f lasso.pc