TargetLocations.mk (1bb309c6) TargetLocations.mk (88fe4d89)
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

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

53gb_ComponentTarget_get_inbuild_target = $(WORKDIR)/ComponentTarget/$(1).inbuild.component
54gb_CustomTarget_get_repo_target = $(WORKDIR)/CustomTarget/$(2)_$(1).done
55gb_CustomTarget_get_target = $(WORKDIR)/CustomTarget/$(1).done
56gb_CustomTarget_get_workdir = $(WORKDIR)/CustomTarget/$(1)
57gb_CxxObject_get_target = $(WORKDIR)/CxxObject/$(1).o
58gb_GenCxxObject_get_target = $(WORKDIR)/GenCxxObject/$(1).o
59gb_Executable_get_external_headers_target = $(WORKDIR)/ExternalHeaders/Executable/$(1)
60gb_Executable_get_headers_target = $(WORKDIR)/Headers/Executable/$(1)
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

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

53gb_ComponentTarget_get_inbuild_target = $(WORKDIR)/ComponentTarget/$(1).inbuild.component
54gb_CustomTarget_get_repo_target = $(WORKDIR)/CustomTarget/$(2)_$(1).done
55gb_CustomTarget_get_target = $(WORKDIR)/CustomTarget/$(1).done
56gb_CustomTarget_get_workdir = $(WORKDIR)/CustomTarget/$(1)
57gb_CxxObject_get_target = $(WORKDIR)/CxxObject/$(1).o
58gb_GenCxxObject_get_target = $(WORKDIR)/GenCxxObject/$(1).o
59gb_Executable_get_external_headers_target = $(WORKDIR)/ExternalHeaders/Executable/$(1)
60gb_Executable_get_headers_target = $(WORKDIR)/Headers/Executable/$(1)
61gb_FlexTarget_get_target = $(WORKDIR)/Flex/$(1)/$(2).cxx
61gb_GoogleTest_get_target = $(WORKDIR)/GoogleTest/$(1).test
62gb_Jar_get_target = $(WORKDIR)/Jar/$(1).jar
63gb_Jar_get_classsetname = Jar/$(1)
64gb_JavaClassSet_get_classdir = $(WORKDIR)/JavaClassSet/$(1)
65gb_JavaClassSet_get_repo_target = $(WORKDIR)/JavaClassSet/$(2)/$(1).done
66gb_JavaClassSet_get_target = $(WORKDIR)/JavaClassSet/$(1)/done
67gb_JunitTest_get_classsetname = JunitTest/$(1)
68gb_JunitTest_get_target = $(WORKDIR)/JunitTest/$(1)/done

--- 113 unchanged lines hidden ---
62gb_GoogleTest_get_target = $(WORKDIR)/GoogleTest/$(1).test
63gb_Jar_get_target = $(WORKDIR)/Jar/$(1).jar
64gb_Jar_get_classsetname = Jar/$(1)
65gb_JavaClassSet_get_classdir = $(WORKDIR)/JavaClassSet/$(1)
66gb_JavaClassSet_get_repo_target = $(WORKDIR)/JavaClassSet/$(2)/$(1).done
67gb_JavaClassSet_get_target = $(WORKDIR)/JavaClassSet/$(1)/done
68gb_JunitTest_get_classsetname = JunitTest/$(1)
69gb_JunitTest_get_target = $(WORKDIR)/JunitTest/$(1)/done

--- 113 unchanged lines hidden ---