#************************************************************************* # # 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. # #************************************************************************* AUTOMAKE_OPTIONS = foreign subdir-objects 1.9 bin_PROGRAMS = dmake dmake_SOURCES = \ infer.c make.c stat.c expand.c dmstring.c hash.c dag.c dmake.c\ path.c imacs.c sysintf.c parse.c getinp.c quit.c state.c\ dmdump.c macparse.c rulparse.c percent.c function.c # set the include path found by configure INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ if DBUG dmake_SOURCES += dbug/dbug/dbug.c endif if OSTYPEUNIX dmake_SOURCES += unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\ unix/ruletab.c unix/runargv.c unix/tempnam.c INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \ -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \ -I$(top_srcdir)/@OS_TYPE@ endif if OSTYPEWIN32 dmake_SOURCES += win95/dchdir.c win95/switchar.c \ msdos/dstrlwr.c msdos/arlib.c \ msdos/dirbrk.c unix/runargv.c \ unix/rmprq.c \ win95/microsft/ruletab.c INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ endif SUBDIRS = startup tests EXTRA_DIST = NEWS ChangeLog stro/collabora/cd-5.3-3.1 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/libxml2
AgeCommit message (Expand)AuthorFilesLines
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl1-1/+1
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl1-3/+1
2013-05-01use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon1-4/+4
2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl1-1/+2
2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl1-1/+1
2013-03-22No nan() in Clang for Android, it seemsTor Lillqvist1-0/+12
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud1-1/+1
2013-02-22quiet external module build log unless failureNorbert Thiebaud1-25/+25
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-13libxml2: do not use --with-mem-debugMichael Stahl1-1/+3
2013-02-07fix libxml2 on androidPeter Foley1-1/+1
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley11-196/+162
2012-11-06Ignore the static and debugging libxml2 libs that get built with MSVCTor Lillqvist1-2/+2
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist1-2/+2
2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist1-3/+0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-1/+5
2012-02-23set back rpath to ure/lib for libxml on MACPetr Mladek1-1/+1
2012-02-22