Changeset 1313 in 3DVCSoftware for trunk/build/linux/lib
- Timestamp:
- 13 Aug 2015, 17:38:13 (9 years ago)
- Location:
- trunk/build/linux/lib
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/linux/lib/TAppCommon/makefile
r56 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TAppCommon 29 PRJ_NAME = TAppCommon$(HBD) 24 30 25 31 # version information -
trunk/build/linux/lib/TLibCommon/makefile
r608 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibCommon 29 PRJ_NAME = TLibCommon$(HBD) 24 30 25 31 # version information … … 33 39 # set objects 34 40 OBJS = \ 41 $(OBJ_DIR)/Debug.o \ 42 $(OBJ_DIR)/TComPicYuv.o \ 43 $(OBJ_DIR)/TComYuv.o \ 35 44 $(OBJ_DIR)/ContextModel.o \ 36 45 $(OBJ_DIR)/ContextModel3DBuffer.o \ … … 39 48 $(OBJ_DIR)/TComSampleAdaptiveOffset.o \ 40 49 $(OBJ_DIR)/TComBitStream.o \ 50 $(OBJ_DIR)/TComChromaFormat.o \ 41 51 $(OBJ_DIR)/TComDataCU.o \ 42 52 $(OBJ_DIR)/TComLoopFilter.o \ … … 45 55 $(OBJ_DIR)/TComPic.o \ 46 56 $(OBJ_DIR)/TComPicSym.o \ 47 $(OBJ_DIR)/TComPicYuv.o \48 57 $(OBJ_DIR)/TComPicYuvMD5.o \ 49 58 $(OBJ_DIR)/TComPrediction.o \ … … 52 61 $(OBJ_DIR)/TComSlice.o \ 53 62 $(OBJ_DIR)/TComTrQuant.o \ 54 $(OBJ_DIR)/TCom Yuv.o \63 $(OBJ_DIR)/TComTU.o \ 55 64 $(OBJ_DIR)/TComInterpolationFilter.o \ 56 65 $(OBJ_DIR)/libmd5.o \ -
trunk/build/linux/lib/TLibDecoder/makefile
r608 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibDecoder 29 PRJ_NAME = TLibDecoder$(HBD) 24 30 25 31 # version information -
trunk/build/linux/lib/TLibEncoder/makefile
r608 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibEncoder 29 PRJ_NAME = TLibEncoder$(HBD) 24 30 25 31 # version information … … 34 40 OBJS = \ 35 41 $(OBJ_DIR)/NALwrite.o \ 42 $(OBJ_DIR)/SEIEncoder.o \ 36 43 $(OBJ_DIR)/SEIwrite.o \ 37 44 $(OBJ_DIR)/SyntaxElementWriter.o \ … … 39 46 $(OBJ_DIR)/TEncBinCoderCABACCounter.o \ 40 47 $(OBJ_DIR)/TEncSampleAdaptiveOffset.o \ 41 $(OBJ_DIR)/TEncAnalyze.o \42 48 $(OBJ_DIR)/TEncCavlc.o \ 43 49 $(OBJ_DIR)/TEncCu.o \ -
trunk/build/linux/lib/TLibExtractor/makefile
r42 r1313 4 4 # set pathes to the correct directories 5 5 SRC_DIR = ../../../../source/Lib/TLibExtractor 6 INC_DIR = ../../../../source/Lib /TLibExtractor6 INC_DIR = ../../../../source/Lib 7 7 LIB_DIR = ../../../../lib 8 8 BIN_DIR = ../../../../bin … … 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibExtractor 29 PRJ_NAME = TLibExtractor$(HBD) 24 30 25 31 # version information -
trunk/build/linux/lib/TLibRenderer/makefile
r56 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibRenderer 29 PRJ_NAME = TLibRenderer$(HBD) 24 30 25 31 # version information -
trunk/build/linux/lib/TLibVideoIO/makefile
r56 r1313 17 17 USER_LIB_DIRS = 18 18 19 ifeq ($(HIGHBITDEPTH), 1) 20 HBD=HighBitDepth 21 else 22 HBD= 23 endif 24 19 25 # intermediate directory for object files 20 OBJ_DIR = ./objects 26 OBJ_DIR = ./objects$(HBD) 21 27 22 28 # the library name 23 PRJ_NAME = TLibVideoIO 29 PRJ_NAME = TLibVideoIO$(HBD) 24 30 25 31 # version information
Note: See TracChangeset for help on using the changeset viewer.