# This file was generated by mk2jam.py
# Remove this line to disable automatic generation: MK2JAM_AUTOGEN_MARKER

SubDir TOP sc source ui attrdlg ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = attrdlg ;

    CXXFILES on sc-attrdlg =
        attrdlg.cxx
        tabpages.cxx
        condfrmt.cxx
        scabstdlg.cxx
        scuiexp.cxx
        scdlgfact.cxx
        ;
# $(INCCOM)$/scuilib.hxx: makefile.mk

    if "$(GUI)"="UNX" {
# $(RM) $@
# +echo \#define DLL_NAME \"libscui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
    }
    else {

        if "$(USE_SHELL)"!="4nt" {
# +echo \#define DLL_NAME \"scui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
        }
        else {
# +echo #define DLL_NAME "scui$(UPD)$(DLLPOSTFIX)$(DLLPOST)" >$@
        }
    }
# $(SLO)$/scabstdlg.obj : $(INCCOM)$/scuilib.hxx
    CxxSourceDirCompile sc attrdlg ;
    CxxSourceDirLib sc attrdlg : attrdlg ;
    CxxTargetLib sc attrdlg : $(SLB)$(/)attrdlg.lib : $(SLO)$(/)condfrmt.obj $(SLO)$(/)scabstdlg.obj ;

}

