X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2FMakefile;fp=test%2Fapp_test%2FMakefile;h=782af9f80ab28251dd162fe685ca47eddb3b6b16;hb=a68562a02028434a87149d5996b291e83d33be51;hp=822447761b556ce1bcb131a91f7fcdff7f28aa2c;hpb=39a4b3f6c7b15bde074d68023cf5fe1901d40996;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/Makefile b/test/app_test/Makefile index 8224477..782af9f 100644 --- a/test/app_test/Makefile +++ b/test/app_test/Makefile @@ -18,7 +18,7 @@ # # NOTE: this makefile assumes that RMR has been built using the directory .build -# at the top most repo directory (e.g. ../../.build). It can be changed +# at the top most repo directory (e.g. ../../.build). It can be changed # if you need to by adding "build_path=" to the make command line. # To use this makefile to build on a system where RMR is already installed # try: make build_path=/usr/local/lib @@ -44,13 +44,11 @@ LD_LIBRARY_PATH ?= $(build_path):$(build_path)/lib LIBRARY_PATH = $(LD_LIBRARY_PATH) # These programmes are designed to test some basic application level functions -# from the perspective of two, or more, communicating processes. +# from the perspective of two, or more, communicating processes. -.PHONY: all all_si -all: sender receiver caller mt_receiver v_sender ex_rts_receiver - -all_si: sender_si receiver_si +.PHONY: all +all: sender receiver caller mt_receiver v_sender ex_rts_receiver lreceiver lsender # ------ all builds are si95 now --------------------------------------------------- @@ -68,7 +66,7 @@ mt_receiver: receiver.c # clean removes intermediates; nuke removes everything that can be built .PHONY: clean nuke clean: - rm -f *.o + rm -f *.o *stash.inc nuke: clean - rm -f sender receiver caller mt_receiver + rm -f sender receiver caller mt_receiver v_sender ex_rts_receiver lreceiver lsender