TargetLocations.mk (8f71f2da) | TargetLocations.mk (7de6b1b1) |
---|---|
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_BisonTarget_get_target = $(WORKDIR)/Bison/$(1)/$(2).cxx |
|
49gb_CObject_get_target = $(WORKDIR)/CObject/$(1).o 50gb_ComponentTarget_get_target = $(WORKDIR)/ComponentTarget/$(1).component 51gb_ComponentTarget_get_inbuild_target = $(WORKDIR)/ComponentTarget/$(1).inbuild.component 52gb_CustomTarget_get_repo_target = $(WORKDIR)/CustomTarget/$(2)_$(1).done 53gb_CustomTarget_get_target = $(WORKDIR)/CustomTarget/$(1).done 54gb_CustomTarget_get_workdir = $(WORKDIR)/CustomTarget/$(1) 55gb_CxxObject_get_target = $(WORKDIR)/CxxObject/$(1).o 56gb_GenCxxObject_get_target = $(WORKDIR)/GenCxxObject/$(1).o --- 122 unchanged lines hidden --- | 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 57gb_GenCxxObject_get_target = $(WORKDIR)/GenCxxObject/$(1).o --- 122 unchanged lines hidden --- |