]> git.llucax.com Git - software/bife/bife++.git/blob - Makefile
Now widgets are passed as pointer (and stored as pointers) in container classes.
[software/bife/bife++.git] / Makefile
1
2 CPPFLAGS=-g3 -Wall -I/usr/include/libxml++-1.0 -I/usr/include/libxml2 -DDEBUG
3 #CPPFLAGS=-O3 -Wall -I/usr/include/libxml++-1.0 -I/usr/include/libxml2
4
5 LDFLAGS=-lxml++-0.1 #-lxml
6
7 TAGETS=hit.o ghit.o chit.o widget.o container.o fallback.o string.o translate.o parser.o
8
9 all: main
10
11 main: $(TAGETS)
12
13 parser_test: $(TAGETS)
14
15 hit.o: hit.h hit.cpp
16
17 clean:
18         @rm -f *.o main parser_test