TargetLocations.mk (390c74e1) TargetLocations.mk (1bb309c6)
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

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

41$(patsubst $(1):%,$(gb_StaticLibrary_OUTDIRLOCATION)/%,$(filter $(filter $(1),$(gb_StaticLibrary_TARGETS)):%,$(gb_StaticLibrary_FILENAMES)))
42endef
43
44
45# workdir target patterns
46
47gb_AllLangResTarget_get_target = $(WORKDIR)/AllLangRes/$(1)
48gb_Ant_get_target = $(WORKDIR)/Ant/$(1).jar
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

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

41$(patsubst $(1):%,$(gb_StaticLibrary_OUTDIRLOCATION)/%,$(filter $(filter $(1),$(gb_StaticLibrary_TARGETS)):%,$(gb_StaticLibrary_FILENAMES)))
42endef
43
44
45# workdir target patterns
46
47gb_AllLangResTarget_get_target = $(WORKDIR)/AllLangRes/$(1)
48gb_Ant_get_target = $(WORKDIR)/Ant/$(1).jar
49gb_AsmObject_get_target = $(WORKDIR)/AsmObject/$(1).o
49gb_BisonTarget_get_target = $(WORKDIR)/Bison/$(1)/$(2).cxx
50gb_CObject_get_target = $(WORKDIR)/CObject/$(1).o
51gb_ComponentTarget_get_target = $(WORKDIR)/ComponentTarget/$(1).component
52gb_ComponentTarget_get_inbuild_target = $(WORKDIR)/ComponentTarget/$(1).inbuild.component
53gb_CustomTarget_get_repo_target = $(WORKDIR)/CustomTarget/$(2)_$(1).done
54gb_CustomTarget_get_target = $(WORKDIR)/CustomTarget/$(1).done
55gb_CustomTarget_get_workdir = $(WORKDIR)/CustomTarget/$(1)
56gb_CxxObject_get_target = $(WORKDIR)/CxxObject/$(1).o

--- 124 unchanged lines hidden ---
50gb_BisonTarget_get_target = $(WORKDIR)/Bison/$(1)/$(2).cxx
51gb_CObject_get_target = $(WORKDIR)/CObject/$(1).o
52gb_ComponentTarget_get_target = $(WORKDIR)/ComponentTarget/$(1).component
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

--- 124 unchanged lines hidden ---