Add support for config file parsing and watching
[ric-plt/xapp-frame-cpp.git] / examples / Makefile
index a56760a..aa9c5a7 100644 (file)
 # 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