Hello Jianlizhao,

--- Ven 11/5/12, jianlizhao <[email protected]> ha scritto:

> Hi Pedro,
> I'm sorry, I did not describe my question clearly.
> Re-description as follows:
> 
> When we entered the dmake,
> dmake is compiled which file .
> 


It depends on the description in makefile.mk.
For example: writerfilter/source/filter/makefile.mk

(...)
.INCLUDE : settings.mk
.INCLUDE :  $(PRJ)$/inc$/writerfilter.mk

# --- Files -------------------------------------

SLOFILES=           $(SLO)$/WriterFilter.obj \
                    $(SLO)$/WriterFilterDetection.obj \
                    $(SLO)$/ImportFilter.obj \
                    $(SLO)$/RtfFilter.obj


# --- Targets ----------------------------------

.INCLUDE : target.mk

______

will compile WriterFilter.cxx to generate WriterFilter.obj

cheers,

Pedro.

Reply via email to