Ruslan Shevchenko writes:
 > Are exists some documentation online ?
 > How it determinate the name and number of generated source files ?
 > 

It takes them as environment variables. For example here is one of my
my TAO rules.

.idl_c.hh:
        source='$<' object='$*_c.hh $*_s.hh $*_c.cpp $*_s.cpp $*C.i $*S.i' \
        libtool=no \
        depfile='$(DEPDIR)/$*.Pcpp' \
        tmpdepfile='$(DEPDIR)/$*.TPcpp' \
        depmode=cpp $(depcomp) \
        tao_idl $<

I don't know of any documentation yet, but IMO the source is pretty
clear.

Alex.

Reply via email to