From 0b33fe9a2d29b88520f476198875f41a461a5a72 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Mon, 23 Aug 2004 17:16:17 +0000 Subject: Cleaned a little the automake files. Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation. --- python/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 54633bde..6c4a5a34 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -23,9 +23,9 @@ $(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py: $(top_srcdir)/swig/Lasso.i $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $(PYTHON_PACKAGE)_wrap.c $< # Dirty hack, another better way ? -.deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: - mkdir -p .deps - echo "#dummy" > .deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo +$(DEPDIR)/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: + mkdir -p $(DEPDIR) + echo "#dummy" > $(DEPDIR)/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo SWIG_OUTPUTS = $(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py -- cgit