X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FMakefile;h=2c4ded5f491dca1c934d79ab56d2c9bd3862f0d3;hb=ef3620529c936a8790d6970c57198b4caee09c0d;hp=a56760a331e7a88ab1981c41421d1242ce3e6bb6;hpb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/examples/Makefile b/examples/Makefile index a56760a..2c4ded5 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -22,9 +22,10 @@ # variables are set to reference the needed files. %.o:: %.cpp %.hpp - g++ -g ${prereq%% *} -c + g++ -g ${prereq%% *} -c % :: %.cpp + #C_INCLUDE_PATH=/tmp/usr/include:/usr/local/include g++ $< -g -o $@ -lricxfcpp -lrmr_si -lpthread -lm g++ $< -g -o $@ -lricxfcpp -lrmr_si -lpthread -lm all:: xapp_t1 xapp_t2 rmr_dump