提交 6565473b authored 作者: Michael Jerris's avatar Michael Jerris

add dependency so that 'make -C libs/esl/perl perlmod-install' works right

上级 51b38145
...@@ -17,6 +17,9 @@ perlmod-install: install-perlLTLIBRARIES ...@@ -17,6 +17,9 @@ perlmod-install: install-perlLTLIBRARIES
install -m 755 ESL/* $(DESTDIR)$(PERL_SITEDIR)/ESL install -m 755 ESL/* $(DESTDIR)$(PERL_SITEDIR)/ESL
endif endif
../libesl.la:
$(MAKE) -C ..
esl_wrap.cpp: esl_wrap.cpp:
swig2.0 -module ESL -shadow -perl5 -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i swig2.0 -module ESL -shadow -perl5 -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论