What I meant was to make the makefile generated (makefile.modperl) also
build preprocessed files along with the object files. 

The rule is present 
.c.i:
        $(MODPERL_CPPRUN) $(MODPERL_CCFLAGS) -c $< > $*.i

but the list *.i is missing.
I hope I've not overlooked anything.


Thank You,


>>> Doug MacEachern <[EMAIL PROTECTED]> 06/21/02 10:14AM >>>
On Thu, 20 Jun 2002, H Jayakumar wrote:

> Hello, 
> 
> Just a small suggestion
>     It would be useful if the makefile makefile.modperl which is
> generated also has the preprocessed file list, since it is easier to
> understand the sources for people who are new to perl sources. ( like
me
> ).

hi, not sure what you are trying to do, can you explain more?





>>> Doug MacEachern <[EMAIL PROTECTED]> 06/21/02 10:14AM >>>
On Thu, 20 Jun 2002, H Jayakumar wrote:

> Hello, 
> 
> Just a small suggestion
>     It would be useful if the makefile makefile.modperl which is
> generated also has the preprocessed file list, since it is easier to
> understand the sources for people who are new to perl sources. ( like
me
> ).

hi, not sure what you are trying to do, can you explain more?





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to