#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* PRJ=. PRJNAME=gdk-pixbuf TARGET=so_gdk-pixbuf # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk .IF "$(SYSTEM_GDKPIXBUF)" == "YES" all: @echo "An already available installation of gdk-pixbuf should exist on your system." @echo "Therefore the version provided here does not need to be built in addition." .ENDIF # --- Files -------------------------------------------------------- GDKPIXBUFVERSION=2.23.0 TARFILE_NAME=$(PRJNAME)-$(GDKPIXBUFVERSION) TARFILE_MD5=a7d6c5f2fe2d481149ed3ba807b5c043 .IF "$(OS)"=="MACOSX" PATCH_FILES=gdk-pixbuf-2.23.0.patch CONFIGURE_DIR= CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) \ BASE_DEPENDENCIES_CFLAGS="-I$(SOLARINCDIR)/external -I$(SOLARINCDIR)/external/glib-2.0" \ BASE_DEPENDENCIES_LIBS=" " \ GDK_PIXBUF_XLIB_DEP_CFLAGS="-I$(SOLARINCDIR)$/external -I$(SOLARINCDIR)$/external/glib-2.0" \ GDK_PIXBUF_XLIB_DEP_LIBS=" " \ ./configure --disable-dependency-tracking $(eq,$(VERBOSE),$(NULL) --enable-silent-rules --disable-silent-rules) \ CPPFLAGS="$(EXTRA_CDEFS) -I$(SOLARINCDIR)/external -I$(SOLARINCDIR)/external/glib-2.0 -I$(SOLARINCDIR)/external/libpng -I$(SOLARINCDIR)/external/jpeg" \ CFLAGS="$(ARCH_FLAGS) $(EXTRA_CFLAGS)" \ LDFLAGS="$(EXTRA_LINKFLAGS) -L$(SOLARLIBDIR) -lgobject-2.0 -lgio-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0" \ --prefix=$(SRC_ROOT)/$(PRJNAME)/$(MISC) \ --disable-nls \ --disable-modules \ --with-included-loaders=ani,icns,pcx,ras,tga,png,pnm,wbmp,xbm,xpm,qtif,bmp,gif,ico,jpeg \ --disable-glibtest --without-libtiff --without-libjasper .IF "$(CROSS_COMPILING)"=="YES" CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no .ENDIF BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE) BUILD_DIR=$(CONFIGURE_DIR) EXTRPATH=LOADER OUT2LIB+=gdk-pixbuf/.libs/libgdk_pixbuf-2.0.0.dylib OUT2INC+=gdk-pixbuf/gdk-pixbuf-animation.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-features.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-marshal.h OUT2INC+=gdk-pixbuf/gdk-pixbuf.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-core.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-io.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-simple-anim.h OUT2INC+=gdk-pixbuf/gdk-pixdata.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-enum-types.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-loader.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-transform.h .ELIF "$(OS)"=="WNT" PATCH_FILES=gdk-pixbuf-2.23.0-win32.patch ADDITIONAL_FILES=config.h.win32 glib-mkenums.pl msvc_recommended_pragmas.h CONFIGURE_DIR= CONFIGURE_ACTION= BUILD_DIR=./gdk-pixbuf BUILD_ACTION=nmake -f makefile.msc OUT2LIB+=gdk-pixbuf/gdk_pixbuf-2.0.lib OUT2BIN+=gdk-pixbuf/libgdk_pixbuf-2.0-0.dll OUT2INC+=gdk-pixbuf/gdk-pixbuf-animation.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-features.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-marshal.h OUT2INC+=gdk-pixbuf/gdk-pixbuf.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-core.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-io.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-simple-anim.h OUT2INC+=gdk-pixbuf/gdk-pixdata.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-enum-types.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-loader.h OUT2INC+=gdk-pixbuf/gdk-pixbuf-transform.h .ELSE .ENDIF # --- Targets ------------------------------------------------------ .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk -4.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)Author
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2017-01-10New loplugin:conststringvar: helpcompilerStephan Bergmann
2017-01-06New loplugin:charrightshiftStephan Bergmann
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin
2016-10-16clang-cl loplugin: helpcompilerStephan Bergmann
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-08-23Reduce scope of variableStephan Bergmann
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin
2016-02-24convert TokenTypes to scoped enumNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann
2016-01-12loplugin:unusedmethods unused return value in include/helpcompilerNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-10tdf#96042: Oops, fix a typo.Jan Holesovsky
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin
2015-11-15cppcheck:stlIfStrFindNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338271 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-19boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-02coverity#1309070 Uncaught exceptionCaolán McNamara