Loading Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -111,10 +111,6 @@ $(cc_objects) : $(outdir)/%.o : %.cc $(gen_sources): $(outdir)/.generate $(outdir)/.generate: Makefile $(tt_sources) $(foreach F, $(wildcard ttcn/patch_ims_titan/*.ttcn), cp $(F) ttcn/LibIms/ttcn;) $(foreach F, $(wildcard ttcn/patch_sip_titan/*.ttcn), cp $(F) ttcn/LibSip/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/ttcn/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_http/*.ttcn), cp $(F) ttcn/LibIts/ttcn/Http;) $(TTCN3_DIR)/bin/compiler $(TTCN3_COMPILER_OPTIONS) -o $(outdir) $(tt_sources) touch $@ Loading install.sh +6 −6 Original line number Diff line number Diff line Loading @@ -20,11 +20,11 @@ cd ./ttcn/LibHttp ln -sf module_emtel.mk module.mk cd $BASE_PATH cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ ln -f ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ ln -f ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ ln -f ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ ln -f ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ ln -f ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ ln -f ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ exit 0 Loading
Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -111,10 +111,6 @@ $(cc_objects) : $(outdir)/%.o : %.cc $(gen_sources): $(outdir)/.generate $(outdir)/.generate: Makefile $(tt_sources) $(foreach F, $(wildcard ttcn/patch_ims_titan/*.ttcn), cp $(F) ttcn/LibIms/ttcn;) $(foreach F, $(wildcard ttcn/patch_sip_titan/*.ttcn), cp $(F) ttcn/LibSip/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/ttcn/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_http/*.ttcn), cp $(F) ttcn/LibIts/ttcn/Http;) $(TTCN3_DIR)/bin/compiler $(TTCN3_COMPILER_OPTIONS) -o $(outdir) $(tt_sources) touch $@ Loading
install.sh +6 −6 Original line number Diff line number Diff line Loading @@ -20,11 +20,11 @@ cd ./ttcn/LibHttp ln -sf module_emtel.mk module.mk cd $BASE_PATH cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ ln -f ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ ln -f ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ ln -f ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ ln -f ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ ln -f ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ ln -f ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ exit 0