lasso/Makefile.am

36 lines
510 B
Makefile
Raw Normal View History

if PHP4_ENABLED
PHP4_SD = php
endif
if CSHARP_ENABLED
CSHARP_SD = csharp
endif
if PERL_ENABLED
PERL_SD = perl
endif
SUBDIRS = lasso \
swig \
2008-04-29 14:24:18 +02:00
$(PHP4_SD) $(PERL_SD) \
tests \
win32 \
2008-04-29 14:24:18 +02:00
bindings \
docs
2004-03-23 18:00:23 +01:00
EXTRA_DIST = COPYING lasso.pc.in lasso-src-config.in
2004-04-18 14:51:20 +02:00
MAINTAINERCLEANFILES = \
Makefile.in \
config.guess \
config.sub \
configure \
install-sh \
missing
2004-04-19 17:29:26 +02:00
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig
clean-local:
-rm -f lasso.pc