> > > > BTW: format rules for dependency in Makefile.common files
> > does not work for Windows nmake. The $(MAKE) $(MAKEFLAGS)
> > does not work well.
> > >
> > > What exactly is not working well? What is a working syntax
> > with nmake?
> > >
> > > I was too lazy to investigate it till now. I will look at
> > it tomorrow.
> > > E.g. the asn1/Makefile.nmake contains following calling
> of submakes
> > > $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
> >
> > OK, I'll try to find a portable solution.
>
> I have committed some solution for h225 now (see rev 23128)
> Please could you try it on Linux?
>
> Maybe, we could make
> asn1/Makefile.preinc.nmake,asn1/Makefile.preinc and
> include them in asn1/<proto>/Makefile.am asn1/<proto>/Makefile.nmake
> before Makefile.common is included
I have updated this solution a little bit with the rev 23130.
I hope we are near to a stable solution. :)