gbuild.mk (78ecfec3) | gbuild.mk (f006f9b4) |
---|---|
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 --- 104 unchanged lines hidden (view full) --- 113 114# for clean, setuplocal and removelocal goals we switch off dependencies 115ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables,$(MAKECMDGOALS)),) 116gb_FULLDEPS := $(false) 117else 118gb_FULLDEPS := $(true) 119endif 120 | 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 --- 104 unchanged lines hidden (view full) --- 113 114# for clean, setuplocal and removelocal goals we switch off dependencies 115ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables,$(MAKECMDGOALS)),) 116gb_FULLDEPS := $(false) 117else 118gb_FULLDEPS := $(true) 119endif 120 |
121gb_UDK_MAJOR := 3 122 |
|
121include $(GBUILDDIR)/Helper.mk 122include $(GBUILDDIR)/TargetLocations.mk 123 124$(eval $(call gb_Helper_init_registries)) 125$(eval $(call gb_Helper_add_repositories,$(gb_REPOS))) 126$(eval $(call gb_Helper_collect_libtargets)) 127 128ifeq ($(OS),LINUX) --- 154 unchanged lines hidden --- | 123include $(GBUILDDIR)/Helper.mk 124include $(GBUILDDIR)/TargetLocations.mk 125 126$(eval $(call gb_Helper_init_registries)) 127$(eval $(call gb_Helper_add_repositories,$(gb_REPOS))) 128$(eval $(call gb_Helper_collect_libtargets)) 129 130ifeq ($(OS),LINUX) --- 154 unchanged lines hidden --- |