summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_check.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-06-09odk: use single quotes for Win32 makeMichael Stahl1-1/+1
Change-Id: Ie6f3404ef034bae2550ca451909fcf120a70a78b
2014-02-25Package -> GeneratedPackage fixupStephan Bergmann1-1/+1
Change-Id: Ib6e7a456b2f39c47da44552184669005d18d4fa4
2013-12-17gbuild: Fix and check package dependencies.Matúš Kukan1-5/+1
Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8 Reviewed-on: https://gerrit.libreoffice.org/7081 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
2013-11-07configure: add vars for Solaris/SPARC64 (already checked in vcl)Michael Stahl1-8/+8
Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist1-1/+1
Introduce SDKDIRNAME as a configury variable and use it instead of the gbuild gb_Package_SDKDIRNAME. Then we can easily construct the SDKDIRNAME_FOR_BUILD variant that is needed to find the specially named SDK in instdir on OS X when cross-compiling. Move the version number section in configure.ac earlier. Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701
2013-09-22odk: remove Package_bin, instead auto-install executablesMichael Stahl1-1/+2
This is somewhat annoying since it requires re-introducing stupid directories in scp2, but if the executables should be put in INSTDIR directly then the Package_bin needs to go. Change-Id: I893694c7f9d4cb5b9ef8ec4a3d30e08536223740
2013-09-11odk: remove addsym-macosx.shMichael Stahl1-1/+0
This was added in commit 66eedcee026459b2827a46d8ebc73749e3c71453 but has apparently never actually been used in the bundled SDK makefiles. Change-Id: Ifa6cab95be6575ac26840250ad717d94e15bea66
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-2/+2
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-06-04odk: stop packaging autodoc generated documentationMichael Stahl1-19/+1
Change-Id: I9d1e232f2fea779f111067b588bbb36411039de2
2013-06-04odk: package doxygen IDL docsMichael Stahl1-1/+1
Change-Id: I1613ce8cf9b8248bb5d5e546df7310154e11b830
2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl1-1/+1
Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
2013-05-04$(WORKDIR)/CustomTarget/odk/odkcommon is no moreDavid Tardon1-1/+0
Change-Id: I49204b3518c47614e591de47a916901861331673 Reviewed-on: https://gerrit.libreoffice.org/3777 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-04install cpp docs using filelistDavid Tardon1-1/+1
Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 Reviewed-on: https://gerrit.libreoffice.org/3775 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-30deliver uno loader classes using filelistDavid Tardon1-1/+1
Change-Id: I121a4ad5d7cff54b914796142fa7c50006856300
2013-04-25fix dep on doxygen CustomTargetDavid Tardon1-1/+1
Change-Id: Id53ab5de54ff8e86a39685b370b1114666755cfe
2013-04-24ritually kill odkcommon.zipDavid Tardon1-2/+1
Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067
2013-04-24only put uno loader classes into one zipDavid Tardon1-0/+1
These are put into uno_loader_classes.zip, which is then not used at all, and odkcommon.zip, which is used for creation of install sets. Seriously?! Change-Id: I28b5bc73857cf524fb12f7918acd2891ff12d166
2013-04-24add test for missing module-ix.htmlDavid Tardon1-0/+17
Change-Id: Ibdbe04028ad9648af011da51b562cc6aa5e4849b Reviewed-on: https://gerrit.libreoffice.org/3578 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24install gen. IDL docs using filelistDavid Tardon1-0/+1
Change-Id: I474f6e7a45d09683eb0dd7172114407c9dca84d7 Reviewed-on: https://gerrit.libreoffice.org/3571 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24install javadoc files using filelistDavid Tardon1-0/+1
Change-Id: I434508057dbfab9410d8f7fc3844c45cd4201b11 Reviewed-on: https://gerrit.libreoffice.org/3588 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24clean up install. of C++ docsDavid Tardon1-0/+1
Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77 Reviewed-on: https://gerrit.libreoffice.org/3587 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22silence odk checkDavid Tardon1-6/+7
Change-Id: I1b2e224cb3b709e3c693f18918dcef5e0304894e Reviewed-on: https://gerrit.libreoffice.org/3536 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22replace CustomTarget_odk/odkcommon/settings by PackageDavid Tardon1-0/+2
Change-Id: Iee97a510be822836b2115f50d0b1c9e7e14b5e1a Reviewed-on: https://gerrit.libreoffice.org/3534 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22chip more files off the odkcommon.zip blockDavid Tardon1-1/+8
Change-Id: I3d5d841d094f397130e37799a2f26e4d85f7c136 Reviewed-on: https://gerrit.libreoffice.org/3533 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22replace CustomTarget_odk/odkcommon/lib by PackageDavid Tardon1-0/+1
Change-Id: I929384077255b2fd944abf2da573c66572dec62b Reviewed-on: https://gerrit.libreoffice.org/3532 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22use Package for unowinregDavid Tardon1-0/+1
Change-Id: I7546e8938ba41e1462e704bd0405c5a887151d7b Reviewed-on: https://gerrit.libreoffice.org/3531 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22replace CustomTarget_odk/odkcommon/cli by PackageDavid Tardon1-0/+1
Change-Id: I1d747fec9b1bf2aeef2a1886981f7f07a338ea12 Reviewed-on: https://gerrit.libreoffice.org/3530 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22replace CustomTarget_odk/odkcommon/bin by PackageDavid Tardon1-0/+2
Change-Id: Ia57ed471294595f1a8ee0aa0af05f3b82d439393 Reviewed-on: https://gerrit.libreoffice.org/3529 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22fix typoDavid Tardon1-1/+1
Change-Id: I58f0cd2248310fd7c5f1c82a6d10acc5a2446169 Reviewed-on: https://gerrit.libreoffice.org/3528 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22allow odk/util/check.pl to use two base dirsDavid Tardon1-2/+6
This is in preparation for my plan to move stuff out of odkcommon.zip and install it using filelists. The moved files will be in $(INSTDIR)/sdk, not in the Zip's workdir, so we must look for them in both places. Change-Id: I7dd224c9067f2dbb522b87b7057ddc02a5fa0cad Reviewed-on: https://gerrit.libreoffice.org/3527 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-13odk: remove the "checkinc" tooMichael Stahl1-16/+0
This tests for problems that cannot happen any more since we now build the Zip file from the same enumeration as the delivered headers, so they cannot be different. Change-Id: I0aacb2b8b1b6f187674b3a16b0fe7cb474e1b8c7
2013-03-13odk: remove pointless check that does a diff of $(OUTDIR)/idlMichael Stahl1-8/+0
Change-Id: I020c589ce2cf223b16c81087df3eb819569f1d8c
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley1-0/+59
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>