1*cdf0e10cSrcweirPRJ=..$/.. 2*cdf0e10cSrcweir 3*cdf0e10cSrcweirPRJNAME=beans 4*cdf0e10cSrcweirTARGET=officebean 5*cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 6*cdf0e10cSrcweirNO_DEFAULT_STL=TRUE 7*cdf0e10cSrcweirNO_BSYMBOLIC=TRUE 8*cdf0e10cSrcweir 9*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 10*cdf0e10cSrcweir 11*cdf0e10cSrcweir.INCLUDE : settings.mk 12*cdf0e10cSrcweir 13*cdf0e10cSrcweir# --- Files -------------------------------------------------------- 14*cdf0e10cSrcweir 15*cdf0e10cSrcweir.IF "$(SOLAR_JAVA)"=="" || "$(OS)"=="MACOSX" 16*cdf0e10cSrcweirnojava: 17*cdf0e10cSrcweir @echo "Not building odk/source/OOSupport because Java has been disabled" 18*cdf0e10cSrcweir.ENDIF 19*cdf0e10cSrcweir.IF "$(OS)"=="MACOSX" 20*cdf0e10cSrcweirdummy: 21*cdf0e10cSrcweir @echo "Nothing to build for OS $(OS)" 22*cdf0e10cSrcweir.ENDIF 23*cdf0e10cSrcweir 24*cdf0e10cSrcweirSLOFILES = \ 25*cdf0e10cSrcweir $(SLO)$/com_sun_star_comp_beans_LocalOfficeWindow.obj \ 26*cdf0e10cSrcweir $(SLO)$/com_sun_star_beans_LocalOfficeWindow.obj 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirSHL1TARGET=$(TARGET) 29*cdf0e10cSrcweirSHL1LIBS= $(SLB)$/$(TARGET).lib 30*cdf0e10cSrcweirSHL1STDLIBS=$(AWTLIB) 31*cdf0e10cSrcweirSHL1NOCHECK=TRUE 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir.IF "$(OS)" == "LINUX" 34*cdf0e10cSrcweirSHL1STDLIBS+=-lstdc++ 35*cdf0e10cSrcweir.ENDIF 36*cdf0e10cSrcweir 37*cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir.INCLUDE : target.mk 40