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
4 +#*************************************************************************
6 +# OpenOffice.org - a multi-platform office productivity suite
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,
37 +#*************************************************************************
43 +# --- Settings ----------------------------------
45 +.INCLUDE : settings.mk
47 +.IF "$(ENABLE_GSTREAMER)" == "TRUE"
49 +.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
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"
66 + $(SLO)$/gstuno.obj \
67 + $(SLO)$/gstmanager.obj \
68 + $(SLO)$/gstplayer.obj \
69 + $(SLO)$/gstwindow.obj
73 + $(SLO)$/gstuno.obj \
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