1*cdf0e10cSrcweirPRJ=..$/.. 2*cdf0e10cSrcweir 3*cdf0e10cSrcweirPRJNAME=odk 4*cdf0e10cSrcweirTARGET=officebean 5*cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 6*cdf0e10cSrcweirNO_DEFAULT_STL=TRUE 7*cdf0e10cSrcweirNO_BSYMBOLIC=TRUE 8*cdf0e10cSrcweirUSE_DEFFILE=TRUE 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 11*cdf0e10cSrcweir 12*cdf0e10cSrcweir.INCLUDE : settings.mk 13*cdf0e10cSrcweir 14*cdf0e10cSrcweir# --- Files -------------------------------------------------------- 15*cdf0e10cSrcweir 16*cdf0e10cSrcweirSLOFILES = \ 17*cdf0e10cSrcweir $(SLO)$/com_sun_star_comp_beans_LocalOfficeWindow.obj \ 18*cdf0e10cSrcweir $(SLO)$/com_sun_star_beans_LocalOfficeWindow.obj 19*cdf0e10cSrcweir 20*cdf0e10cSrcweirSHL1TARGET=$(TARGET) 21*cdf0e10cSrcweirSHL1LIBS= $(SLB)$/$(TARGET).lib 22*cdf0e10cSrcweir#SHL1IMPLIB= i$(TARGET) 23*cdf0e10cSrcweirSHL1STDLIBS=$(AWTLIB) $(SALLIB) 24*cdf0e10cSrcweir 25*cdf0e10cSrcweirSHL1DEF= $(MISC)$/$(SHL1TARGET).def 26*cdf0e10cSrcweir 27*cdf0e10cSrcweirDEF1NAME= $(SHL1TARGET) 28*cdf0e10cSrcweirDEF1EXPORTFILE= $(TARGET).dxp 29*cdf0e10cSrcweirDEF1DES=officebean 30*cdf0e10cSrcweir 31*cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir.INCLUDE : target.mk 34*cdf0e10cSrcweir 35