X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fenv.mak;h=56277c69ff85db8d758efae2afe759b5e44a16d0;hb=7ebfb1f80967fe83bf169c2915cedf2c9fb5cbf7;hp=2af0a84db307ae8b346ba334ddb8970a9f754650;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/build/common/env.mak b/build/common/env.mak index 2af0a84db..56277c69f 100644 --- a/build/common/env.mak +++ b/build/common/env.mak @@ -14,29 +14,6 @@ # limitations under the License. # ################################################################################ -#*********************************************************************17*/ -# -# Name: gNodeB Sample Application -# -# Type: make file -# -# Desc: Compile, assemble and link product software for -# various configurations. Further comments are -# embedded in the file. -# -# This file supports a variety of environments and -# build targets. The default build target will be the -# portable target for the Linu 2.4.x with GNU C(gcc) -# -# Env: Linux 2.4.x with GNU C (gcc) -# -# File: env.mak -# -#********************************************************************21*/ -#======================================================================= - -STOPTS=-DENB - Q= S= # Check for verbose build @@ -53,8 +30,10 @@ export S BUILD_DIR=$(PWD) ROOT_DIR_SCRIPTS =$(patsubst %/build/scripts,%,$(BUILD_DIR)) COM_BUILD_DIR=$(BUILD_DIR)/../common +ROOT_DIR=$(patsubst %/build/odu,%,$(BUILD_DIR)) export BUILD_DIR export COM_BUILD_DIR +export ROOT_DIR # Path where the .o files or the directories with .o files are located OBJ_ROOT =$(BUILD_DIR)/obj @@ -69,7 +48,7 @@ export LIB_ROOT CM_DIR =$(ROOT_DIR)/src/cm export CM_DIR # Path where the final binaries are created -BIN_DIR =$(BUILD_DIR)/build/obj +BIN_DIR =$(BUILD_DIR)/bin export BIN_DIR # Path where the libraries are packaged and these are used when not built from source EXT_LIB_DIR =$(ROOT_DIR)/lib @@ -78,3 +57,7 @@ export EXT_LIB_DIR CMENBE2EOPTS += $(RLOG_OPTS_TEXT) L_OPTS = -lrt -lm -lpthread -lpcap -lstdc++ -L $(LIB_ROOT) + +#********************************************************************** +# End of file +#**********************************************************************