Lots and lots of changes to bring ProjectUnity up to date, including a new
[wvapps.git] / unity / gconf / Makefile
blob77f087a7d78f93116dbff9095aeb63f7ec367e00
1 XPATH=. /usr/include/glib-2.0 \
2 /usr/include/gconf/2 /usr/include/gconf/2/gconf \
3 /usr/lib/glib-2.0/include \
4 $(WVSTREAMS_INC)
5 WVSTREAMS=$(TOPDIR)/src/wvstreams
6 GLIBS=-lgconf-2 -lglib-2.0
8 include wvrules.mk
10 default: gconftest wvgtktest wvgtktest2
12 all: unigconfgen.so libgconfbackend-uni.so
14 unigconfgen.so: unigconfgen.o wvglibwrapper.o $(GLIBS) $(LIBUNICONF)
15 libgconfbackend-uni.so: uni-backend.o $(GLIBS) $(LIBUNICONF)
17 -lxplc-cxx -lxplc:
20 gconftest: gconftest.o $(GLIBS)
21 wvgtktest: wvglibstreamclone.o $(GLIBS) $(LIBUNICONF)
22 wvgtktest2: wvglibwrapper.o $(GLIBS) $(LIBUNICONF)
24 clean:
25 rm -rf *test *test2