TargetLocations.mk (88fe4d89) TargetLocations.mk (802f4dbb)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24# outdir target pattern
25
26gb_ComponentTarget_get_outdir_target = $(OUTDIR)/xml/component/$(1).component
27gb_ComponentTarget_get_outdir_inbuild_target = $(OUTDIR)/xml/component/$(1).inbuild.component
28gb_Executable_get_target = $(OUTDIR)/bin/$(1)$(gb_Executable_EXT)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24# outdir target pattern
25
26gb_ComponentTarget_get_outdir_target = $(OUTDIR)/xml/component/$(1).component
27gb_ComponentTarget_get_outdir_inbuild_target = $(OUTDIR)/xml/component/$(1).inbuild.component
28gb_Executable_get_target = $(OUTDIR)/bin/$(1)$(gb_Executable_EXT)
29gb_PackagePart_get_destinations = $(OUTDIR)/xml $(OUTDIR)/inc $(OUTDIR)/bin $(OUTDIR)/idl $(OUTDIR)/pck
29gb_PackagePart_get_destinations = $(OUTDIR)/xml $(OUTDIR)/inc $(OUTDIR)/bin $(OUTDIR)/lib $(OUTDIR)/idl $(OUTDIR)/pck
30gb_PackagePart_get_target = $(OUTDIR)/$(1)
31gb_ResTarget_get_outdir_imagelist_target = $(OUTDIR)/res/img/$(1).ilst
32gb_ResTarget_get_outdir_target = $(OUTDIR)/bin/$(1).res
33gb_Jar_get_outdir_target = $(OUTDIR)/bin/$(1).jar
34gb_Zip_get_outdir_target = $(OUTDIR)/pck/$(1).zip
35
36define gb_Library_get_target
37$(patsubst $(1):%,$(gb_Library_OUTDIRLOCATION)/%,$(filter $(filter $(1),$(gb_Library_TARGETS)):%,$(gb_Library_FILENAMES)))

--- 145 unchanged lines hidden ---
30gb_PackagePart_get_target = $(OUTDIR)/$(1)
31gb_ResTarget_get_outdir_imagelist_target = $(OUTDIR)/res/img/$(1).ilst
32gb_ResTarget_get_outdir_target = $(OUTDIR)/bin/$(1).res
33gb_Jar_get_outdir_target = $(OUTDIR)/bin/$(1).jar
34gb_Zip_get_outdir_target = $(OUTDIR)/pck/$(1).zip
35
36define gb_Library_get_target
37$(patsubst $(1):%,$(gb_Library_OUTDIRLOCATION)/%,$(filter $(filter $(1),$(gb_Library_TARGETS)):%,$(gb_Library_FILENAMES)))

--- 145 unchanged lines hidden ---