]> git.llucax.com Git - software/bife/bife++.git/blobdiff - Makefile
Now widgets are passed as pointer (and stored as pointers) in container classes.
[software/bife/bife++.git] / Makefile
index 402293be63ade1d57841ece34b332676154eb331..09e9010545c4caa188f0280c75e2135d08749eb1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,18 @@
 
-CPPFLAGS=-g3 -Wall -DDEBUG
-#CPPFLAGS=-O3 -Wall
+CPPFLAGS=-g3 -Wall -I/usr/include/libxml++-1.0 -I/usr/include/libxml2 -DDEBUG
+#CPPFLAGS=-O3 -Wall -I/usr/include/libxml++-1.0 -I/usr/include/libxml2
 
-TAGETS=hit.o ghit.o chit.o widget.o container.o fallback.o string.o
+LDFLAGS=-lxml++-0.1 #-lxml
+
+TAGETS=hit.o ghit.o chit.o widget.o container.o fallback.o string.o translate.o parser.o
 
 all: main
 
 main: $(TAGETS)
 
+parser_test: $(TAGETS)
+
 hit.o: hit.h hit.cpp
 
 clean:
-       @rm -f *.o main
+       @rm -f *.o main parser_test