Last change
on this file since 4761 was
4761,
checked in by Jean-Yves Lamoureux, 10 years ago
|
- Moved table's stuff to render/table.c
|
File size:
845 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
2 | |
---|
3 | bin_PROGRAMS = Gaycko |
---|
4 | |
---|
5 | Gaycko_SOURCES = gaycko.cpp gaycko.h \ |
---|
6 | io/file.c io/file.h \ |
---|
7 | io/http.c io/http.h \ |
---|
8 | io/io.c io/io.h \ |
---|
9 | parsing/parse.c parsing/parse.h \ |
---|
10 | dom/dom.c dom/dom.h \ |
---|
11 | helpers/str.c helpers/str.h \ |
---|
12 | js/glue.cpp js/glue.h \ |
---|
13 | window/window.c window/window.h \ |
---|
14 | render/renderer.c render/renderer.h \ |
---|
15 | render/position.c render/table.c |
---|
16 | |
---|
17 | Gaycko_CFLAGS = @CACA_INCLUDES@ @XML2_INCLUDES@ @CURL_INCLUDES@ @TIDY_INCLUDES@ |
---|
18 | Gaycko_CPPFLAGS=@CACA_INCLUDES@ @XML2_INCLUDES@ @CURL_INCLUDES@ @TIDY_INCLUDES@ @V8_INCLUDES@ |
---|
19 | Gaycko_LDADD = @CACA_LIBS@ @XML2_LIBS@ @CURL_LIBS@ @TIDY_LIBS@ @V8_LIBS@ |
---|
20 | |
---|
21 | echo-sources: ; echo $(SOURCES) |
---|
Note: See
TracBrowser
for help on using the repository browser.