summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-06-09 17:43:30 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-06-09 17:44:09 +0100
commit6314b7f47d3f2368401716e3799d5692bd6dcc4e (patch)
tree0aa9a9e71e0b6124a4af884caa313e4f5aca051d /desktop/unx
parent328c751d23271cf9a1497708dac4b5017b94eccb (diff)
disable splash build completely for Mac
Diffstat (limited to 'desktop/unx')
-rwxr-xr-xdesktop/unx/source/makefile.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/desktop/unx/source/makefile.mk b/desktop/unx/source/makefile.mk
index 4a590b9e12..2dea54a014 100755
--- a/desktop/unx/source/makefile.mk
+++ b/desktop/unx/source/makefile.mk
@@ -32,6 +32,12 @@ NO_DEFAULT_STL=TRUE
.INCLUDE : settings.mk
+.IF "$(OS)"=="MACOSX"
+dummy:
+ @echo "Not building oosplash.bin for Mac."
+
+.ELSE
+
.IF "$(ENABLE_QUICKSTART_LIBPNG)"=="TRUE"
CFLAGS+=-DENABLE_QUICKSTART_LIBPNG
CFLAGS+=$(LIBPNG_CFLAGS)
@@ -42,13 +48,9 @@ STDLIB=
OBJFILES= \
$(OBJ)$/splashx.obj \
$(OBJ)$/start.obj \
- $(OBJ)$/args.obj
-
-.IF "$(OS)"!="MACOSX"
-OBJFILES += \
+ $(OBJ)$/args.obj \
$(OBJ)$/pagein.obj \
$(OBJ)$/file_image_unx.obj
-.ENDIF
APP1TARGET = $(TARGET)
APP1RPATH = BRAND
@@ -63,6 +65,8 @@ APP1STDLIBS += $(LIBPNG_LIBS)
APP1STDLIBS+= -lsocket
.ENDIF
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk