X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FMakefile;h=aa9c5a7aa680640db54b11588fec2a221dcc217f;hb=refs%2Fchanges%2F46%2F4546%2F2;hp=a56760a331e7a88ab1981c41421d1242ce3e6bb6;hpb=0b08d9dc1639e926c1df4535703b67903a86aad7;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/examples/Makefile b/examples/Makefile index a56760a..aa9c5a7 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -22,9 +22,11 @@ # 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 + #g++ $< -g -o $@ /usr/local/lib/libricxfcpp.a -lrmr_si -lpthread -lm all:: xapp_t1 xapp_t2 rmr_dump