summaryrefslogtreecommitdiff
path: root/jurt/CustomTarget_test_urp.mk
AgeCommit message (Collapse)Author
2013-10-25gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl
- gb_UnoApi_get_target returns the files in INSTDIR - stop using rdb files from OUTDIR - remove gb_UnoApi_install - remove pointless 2nd parameter of gb_UnoApi_UnoApi - order-only dependency from gb_UnoApi_get_target to gb_UnoApiHeadersTarget_get_target because INSTDIR .rdb is always outdated Change-Id: Id418f75e9b38d6fe135b55eca2594c2624bc41cc
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
Make javamaker work on top of unoidl/ instead of registry/. API CHANGE: javamaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard- coded as the prefix now. Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9
2012-12-30add runtime deps for custom targetsDavid Tardon
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
2012-12-06udkapi.rdb is enoughDavid Tardon
Change-Id: Ia9919b2d85264ba3c0bf12a66646821e5c6badb4
2012-11-28jurt: actually, why does this not simply use InternalUnoApiMichael Stahl
... which makes things much simpler, and the custom target now only contains Java classes. Change-Id: I4aead3a2468085212e2384cad97e34f9cfce7270
2012-11-28jurt: remove that with -f because it may not exist...Michael Stahl
Change-Id: Ic93cf3d81bf2cbda9365998f4e41d582a5436227
2012-11-28ridljar etc.: javamaker invocations must rm -r targetdirMichael Stahl
... because otherwise types that have been removed from the input rdb still end up in the resulting jar file. Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-06fix build of jurt_urpMatúš Kukan
2012-04-06jurt: use CustomTarget makefileMatúš Kukan