std.mk (0b7957c5) | std.mk (4847a43b) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30OUT_BIN=$(OUT)/bin 31OUT_INC=$(OUT)/inc 32OUT_SLO=$(OUT)/slo 33OUT_LIB=$(OUT)/lib 34OUT_SLB=$(OUT)/slb 35OUT_MISC=$(OUT)/misc 36OUT_OBJ=$(OUT)/obj 37OUT_CLASS=$(OUT)/class | 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 --- 21 unchanged lines hidden (view full) --- 30OUT_BIN=$(OUT)/bin 31OUT_INC=$(OUT)/inc 32OUT_SLO=$(OUT)/slo 33OUT_LIB=$(OUT)/lib 34OUT_SLB=$(OUT)/slb 35OUT_MISC=$(OUT)/misc 36OUT_OBJ=$(OUT)/obj 37OUT_CLASS=$(OUT)/class |
38OUT_DEPLOY=$(OUT)/deploy |
|
38IDL_DIR=$(PRJ)/idl 39BIN_DIR=$(PRJ)/bin 40CLASSES_DIR=$(PRJ)/classes 41URE_CLASSES_DIR=$(subst \,/,$(OO_SDK_URE_JAVA_DIR)) 42OFFICE_CLASSES_DIR=$(subst \,/,$(OFFICE_BASE_PROGRAM_PATH))/classes 43COMP_PACKAGE_DIR=$(subst /,$(PS),$(OUT_BIN)) 44 45SDKTYPEFLAG=$(OUT_MISC)/oosdk_cpp_types.flag --- 40 unchanged lines hidden --- | 39IDL_DIR=$(PRJ)/idl 40BIN_DIR=$(PRJ)/bin 41CLASSES_DIR=$(PRJ)/classes 42URE_CLASSES_DIR=$(subst \,/,$(OO_SDK_URE_JAVA_DIR)) 43OFFICE_CLASSES_DIR=$(subst \,/,$(OFFICE_BASE_PROGRAM_PATH))/classes 44COMP_PACKAGE_DIR=$(subst /,$(PS),$(OUT_BIN)) 45 46SDKTYPEFLAG=$(OUT_MISC)/oosdk_cpp_types.flag --- 40 unchanged lines hidden --- |