Re: automake

2005-11-25 Thread Andre Caldas
This is what I call a "complete answer"! Forget mine. :-) Andre Caldas.

Re: automake

2005-11-25 Thread Andre Caldas
o what the compiler did to me, is that, it was trying to open the winsock.h header instead of socket.h. Do you do this?... #ifdef HAVE_CONFIG_H # include #endif Andre Caldas.

Re: AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Andre Caldas
. Andre Caldas.

Re: Migriting from qmake to autotools

2005-03-07 Thread Andre Caldas
olors/libcolors.la In store/Makefile.am noinst_LTLIBRAIRES = libstore.la libstore_la_SOURCES = animation.cpp brush.cpp camera.cpp I hope you find this useful :-) Andre Caldas.

Re: Disabling optimization

2004-11-17 Thread Andre Caldas
I think it would be something like that (not sure): execname_SOURCES = cannot_opt.cpp cannot_opt.h can_opt.cpp can_opt.h cannot_opt_o_CXXFLAGS = -O0 Andre Caldas.

Re: Creating some directory at install time.

2004-11-16 Thread Andre Caldas
r = $(datadir)/temp dist_tmp_DATA = Andre Caldas.

Re: preventing re-running of texi2dvi?

2004-10-20 Thread Andre Caldas
.texi=.html} dist_ps_docs= ${info_TEXINFOS:.texi=.ps} dist_pdf_docs= ${info_TEXINFOS:.texi=.pdf} By the way, it seems that it is important to try to "make distcheck" your package. Andre Caldas.

Re: preventing re-running of texi2dvi?

2004-10-19 Thread Andre Caldas
ng silly? Is this a question? ;-) Andre Caldas.