summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27move ooo.lst and download parts to Makefile.fetchMatúš Kukan1-1/+0
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
2012-10-31remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)Christian Lohmaier1-1/+0
use plain copy instead of git-new-workdir when using --with-linked-git configure switch (point it to your master copy of the core-repo) also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and bin/repo-list[.in] Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06 Reviewed-on: https://gerrit.libreoffice.org/912 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-19use prefered name configure.ac to scilence aclocal 1.12 warningPeter Foley1-1/+1
Change-Id: I5875d3fface19bdce2948c6a2979b1b5e4e0735f
2012-07-26move help target to Makefile; it doesn't need config_host.mkMatúš Kukan1-1/+5
Change-Id: Ib627bb0a12b5b055f8d6077c00cc8099473fa176
2012-05-29fix after mergeDavid Tardon1-522/+0
Change-Id: Icd95b14777ccc428440971ab03aa3ad65e3d379f
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky1-1/+1
Change-Id: I1fde7853d4708da9ec217b6e4d5b782648b065cb
2012-05-29gbuild conversion: store moduleDavid Ostrovsky1-0/+522
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-28update autogen.lastrun dummy rulePeter Foley1-1/+1
Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f
2012-05-15split up top-level Makefile:Michael Stahl1-508/+20
The top-level Makefile invokes autogen.sh (and thereby configure) in an environment which is polluted by config_host.mk; this causes at least the problem that following a "make clean", the bootstrap script will not copy dmake to its destination because BUILD_DMAKE=NO is set from config_host.mk, which is apparently due to the PATH being polluted from config_host.mk, so configure finds the dmake in the build tree. So split up top-level Makefile into Makefile, which invokes autogen.sh, and Makefile.top, which does everything else.
2012-05-14quick fix for slowcheck targets in tail_buildMatúš Kukan1-1/+3
Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e
2012-05-14filter unused libwps_tools_win:: methodsCaolán McNamara1-0/+1
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan1-16/+4
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-07gbuild conversion: store moduleDavid Ostrovsky1-1/+1
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky1-1/+1
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky1-1/+1
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-05-04do not override GMAKE_OPTIONS set by userDavid Tardon1-0/+2
Change-Id: I30e3e2a65315ed9895a66c847c1cd73090a74607
2012-05-03Makefile: clean should rm $SOLARVER (see f33ba93b)Michael Stahl1-1/+3
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara1-2/+2
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-05-01Matrix3d::* belongs to some external libCaolán McNamara1-0/+1
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8
2012-04-30export GMAKE_OPTIONS for use in build.plDavid Tardon1-2/+2
Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+2
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-27Makefile: "deliver -delete" on module.cleanMichael Stahl1-0/+1
2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky1-1/+8
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-25build to tail_build with partial build in tail_buildBjoern Michaelsen1-0/+8
- instead on lots of recursive build.pl modules to iterate through we build all tail_build up to the requested module inside one tail_build when doing a "make foo.all" - advantage: speeding up because getting rid of lots of recursive makes with artificial module barriers, forcing almost sequential execution: build, link, unittest with lots of cpu-idling at each module-end - disadvantage: all shared dependencies of tail_build are now build for a (sub)module of tail_build. This is transitional as we migrate more stuff into tail_build and there are good dependencies inside tail_build - "make foo.all" now only executes slowcheck now for foo, not for all the deps
2012-04-24specific variable for where dev-install installsLuboš Luňák1-5/+6
2012-04-14gbuild conversion: unodevtools moduleDavid Ostrovsky1-1/+1
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky1-1/+1
2012-04-13Revert "re-run bootstrap after make clean"David Tardon1-1/+0
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.
2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky1-1/+1
2012-04-11re-run bootstrap after make cleanDavid Tardon1-0/+1
2012-04-11gbuild conversion: cpputools moduleDavid Ostrovsky1-1/+1
dmake stuff removed
2012-04-10filter out WPXCaolán McNamara1-1/+1
2012-04-08gbuild conversion: rdbmaker moduleDavid Ostrovsky1-1/+1
dmake stuff removed
2012-04-07gbuildize xmlhelpDavid Tardon1-1/+1
2012-04-01move from dmake to gbuild listDavid Tardon1-2/+2
2012-03-27dev-install needs to depend on build after allStephan Bergmann1-1/+1
...as only "build" passes through instsetoo_native, where some files (pyuno.py etc.) are copied into places where ooinstall expects to find them.
2012-03-21writeU8 is unused in the external libcdr lib, but filter it out from easyCaolán McNamara1-0/+1
2012-03-14fix typoDavid Tardon1-1/+1
2012-03-13remove *.pyc in solenv/gdb in make distcleanRene Engelhard1-0/+1
2012-03-12Makefile: subsequentcheck should only run testsMichael Stahl1-2/+2
... so drop the dependency on dev-install (with it, subsequentcheck is just a synonym for check, which does not seem useful).
2012-03-12Makefile: add $(module).subsequentcheck targetsMichael Stahl1-0/+3
2012-03-10embedserv: convert to gbuildMatúš Kukan1-1/+1
2012-03-09Do not remove the whole workdir/* on 'make clean'Matúš Kukan1-2/+0
Also solver/$INPATH is subset of */$INPATH.
2012-03-08The instsetoo_native part is unnecessary when doing dev-installTor Lillqvist1-2/+4
2012-03-07fix make dependencies for windowsPeter Foley1-3/+10
2012-03-06move sdext to gbuild sectionDavid Tardon1-1/+1
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist1-3/+3
The tables functionality in Writer documents need SbxValue.
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist1-3/+3
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
2012-03-02translations converted to gbuildMatúš Kukan1-1/+1
2012-03-02Creating a module lcms2Fridrich Štrba1-0/+1