update dev300-m57
[ooovba.git] / applied_patches / 0500-avmedia-source-gstreamer-makefile.mk.diff
blob7619e09cc0a46dc6fd6cd20a94bcbcf92d4b8f13
1 --- /dev/null 2006-08-13 17:52:05.000000000 +0200
2 +++ avmedia/source/gstreamer/makefile.mk 2006-08-22 11:38:56.000000000 +0200
3 @@ -0,0 +1,85 @@
4 +#*************************************************************************
5 +#
6 +# OpenOffice.org - a multi-platform office productivity suite
7 +#
8 +# $RCSfile$
9 +#
10 +# $Revision$
12 +# last change: $Author$ $Date$
14 +# The Contents of this file are made available subject to
15 +# the terms of GNU Lesser General Public License Version 2.1.
18 +# GNU Lesser General Public License Version 2.1
19 +# =============================================
20 +# Copyright 2005 by Sun Microsystems, Inc.
21 +# 901 San Antonio Road, Palo Alto, CA 94303, USA
23 +# This library is free software; you can redistribute it and/or
24 +# modify it under the terms of the GNU Lesser General Public
25 +# License version 2.1, as published by the Free Software Foundation.
27 +# This library is distributed in the hope that it will be useful,
28 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
29 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 +# Lesser General Public License for more details.
32 +# You should have received a copy of the GNU Lesser General Public
33 +# License along with this library; if not, write to the Free Software
34 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
35 +# MA 02111-1307 USA
37 +#*************************************************************************
39 +PRJ=..$/..
40 +PRJNAME=avmedia
41 +TARGET=avmediagst
43 +# --- Settings ----------------------------------
45 +.INCLUDE : settings.mk
47 +.IF "$(ENABLE_GSTREAMER)" == "TRUE"
49 +.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
50 +CDEFS+= -DVERBOSE
51 +.ENDIF
53 +PKGCONFIG_MODULES=gstreamer-0.10, gstreamer-plugins-base-0.10
54 +.INCLUDE: pkg_config.mk
55 +PKGCONFIG_LIBS+=-lgstinterfaces-0.10
57 +# --- Files ----------------------------------
59 +.IF "$(GUI)" == "UNX" || "$(GUI)" == "WNT"
61 +.IF "$(GUI)" == "WNT"
62 +CDEFS+= -DWINNT
63 +.ENDIF
65 +SLOFILES= \
66 + $(SLO)$/gstuno.obj \
67 + $(SLO)$/gstmanager.obj \
68 + $(SLO)$/gstplayer.obj \
69 + $(SLO)$/gstwindow.obj
72 +EXCEPTIONSFILES= \
73 + $(SLO)$/gstuno.obj \
75 +SHL1TARGET=$(TARGET)
76 +SHL1STDLIBS= $(CPPULIB) $(SALLIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(PKGCONFIG_LIBS) $(TOOLSLIB)
77 +SHL1IMPLIB=i$(TARGET)
78 +SHL1LIBS=$(SLB)$/$(TARGET).lib
79 +SHL1DEF=$(MISC)$/$(SHL1TARGET).def
81 +DEF1NAME=$(SHL1TARGET)
82 +DEF1EXPORTFILE=exports.dxp
84 +.ENDIF
86 +.ENDIF
88 +.INCLUDE : target.mk