summaryrefslogtreecommitdiff
path: root/bean/native/unix/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bean/native/unix/makefile.mk')
-rw-r--r--bean/native/unix/makefile.mk39
1 files changed, 39 insertions, 0 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk
new file mode 100644
index 000000000000..c2d4ecfcbc85
--- /dev/null
+++ b/bean/native/unix/makefile.mk
@@ -0,0 +1,39 @@
+PRJ=..$/..
+
+PRJNAME=beans
+TARGET=officebean
+ENABLE_EXCEPTIONS=TRUE
+NO_DEFAULT_STL=TRUE
+NO_BSYMBOLIC=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Files --------------------------------------------------------
+
+.IF "$(SOLAR_JAVA)"=="" || "$(OS)"=="MACOSX"
+nojava:
+ @echo "Not building odk/source/OOSupport because Java has been disabled"
+.ENDIF
+.IF "$(OS)"=="MACOSX"
+dummy:
+ @echo "Nothing to build for OS $(OS)"
+.ENDIF
+
+SLOFILES = \
+ $(SLO)$/com_sun_star_comp_beans_LocalOfficeWindow.obj \
+ $(SLO)$/com_sun_star_beans_LocalOfficeWindow.obj
+
+SHL1TARGET=$(TARGET)
+SHL1LIBS= $(SLB)$/$(TARGET).lib
+SHL1STDLIBS=$(AWTLIB)
+SHL1NOCHECK=TRUE
+
+.IF "$(OS)" == "LINUX"
+SHL1STDLIBS+=-lstdc++
+.ENDIF
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk