Re: replacement of variable placeholders in files

2007-08-22 Thread Dizzy
On Wednesday 22 August 2007 14:41:46 you wrote: > > AC_CONFIG_FILES([project.conf > > Makefile > > subdir/Makefile]) > > That doesn't always work for several reasons. First off, people > happen to this frequently to pass path information around. Paths are > mostly always defined in term o

replacement of variable placeholders in files

2007-08-22 Thread Dizzy
Hi I have an input file named project.conf.in in which I have some variable placeholders of the form ${VARIABLE}. I am trying to use sed to replace them with some actual contents so I have added a make rule in Makefile.am such as: project.conf:project.conf.in $(top_builddir)/config.status $(SED

Re: Modify Output to look like Linux Kernel

2007-07-06 Thread Dizzy
On Friday 06 July 2007 11:49, Simon Richter wrote: > Hi, > > Dizzy wrote: > >> CC init/version.o > >> > >> Displaying the whole compile line is pretty useless in my opinion... > > > > Indeed it is and when it errors (the only moment when you n

Re: Modify Output to look like Linux Kernel

2007-07-06 Thread Dizzy
On Thursday 05 July 2007 23:21, Johannes Bauer wrote: > Hello list, > > how can I modify the output of an Automake project so that it does not > display the whole command line, but simply the short version like the > Linux Kernel does, e.g.: I think I have asked about a similar thing some time ago

Re: Automatic dependecy based compilation targets

2007-02-12 Thread Dizzy
RUSU      Email: [EMAIL PROTECTED] GPG : http://dizzy.roedu.net/dizzy-gpg.txt  WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST

Re: Automatic dependecy based compilation targets

2007-02-02 Thread Dizzy
brary. Maybe I miss something obvious, thank you for your help -- Mihai RUSU Email: [EMAIL PROTECTED] GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST

Re: Automatic dependecy based compilation targets

2007-02-01 Thread Dizzy
On Wednesday 31 January 2007 19:38, Ralf Wildenhues wrote: > * Dizzy wrote on Wed, Jan 31, 2007 at 12:44:39PM CET: > Learn about EXTRA_noinst_LIBRARIES and other EXTRA_* thingies. Thank you very much I have done most of what I wanted with EXTRA_LTLIBRARIES (there is no EXTRA_noinst_LIB

Automatic dependecy based compilation targets

2007-01-31 Thread Dizzy
that can). Thank you! -- Mihai RUSU Email: [EMAIL PROTECTED] GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST

Fine grained object build and linking control

2007-01-29 Thread Dizzy
it won't second requirement from above as sources from "common" directories are not only built as needed but they need to be built initially all then try to link their object files to the "daemon" targets Please help with a solution for this problem, thank you! -- Mihai RUSU Email: [EMAIL PROTECTED] GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST