projects
/
metaproxy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added a simple loadable example-module, with its own
[metaproxy-moved-to-github.git]
/
example-module
/
Makefile
1
CONFIG=../../yazpp/yazpp-config
2
SO=metaproxy_filter_myfilter.so
3
$(SO): filter_myfilter.cpp
4
$(CXX) -shared -nostdlib `$(CONFIG) --cflags` -I ../src $< -o $(SO) ../src/.libs/libmetaproxy.so
5
6
clean:
7
rm $(SO)
8
run: $(SO)
9
../src/metaproxy -c config.xml