lasso/Makefile.am

34 lines
503 B
Makefile
Raw Permalink Normal View History

if PYTHON_ENABLED
PYTHON_SD = python
endif
if JAVA_ENABLED
JAVA_SD = java
endif
if PHP_ENABLED
PHP_SD = php
endif
if CSHARP_ENABLED
CSHARP_SD = csharp
endif
if GTK_DOC_ENABLED
GTK_DOC_SD = docs
endif
SUBDIRS = lasso \
$(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(CSHARP_SD) \
tests \
swig \
win32 \
$(GTK_DOC_SD)
2004-03-23 18:00:23 +01:00
ABS_BUILDDIR = $(shell pwd)
EXTRA_DIST = COPYING lasso.pc.in
2004-04-18 14:51:20 +02:00
2004-04-19 17:29:26 +02:00
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig
clean-local:
-rm -f lasso.pc