-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathConfigfile
53 lines (44 loc) · 1.34 KB
/
Configfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
LANGUAGES += c
COMPILEOPTS += -Wall
COMPILEOPTS += -Wextra
COMPILEOPTS += -Werror
COMPILEOPTS += -Wno-unused-parameter
LANGUAGES += perl
LANGUAGES += bash
GENERATE += version.h
BINARIES += tek
#TESTDEPS += bin/texpp
#TESTDEPS += bin/texpp-html
#TESTDEPS += bin/gnuplotpp
#TESTDEPS += bin/texstrip
#TESTDEPS += bin/svgtexpp
LINKOPTS += `ppkg-config --optional --have TALLOC talloc --libs`
COMPILEOPTS += `ppkg-config --optional --have TALLOC talloc --cflags`
COMPILEOPTS += -Isrc/extern/
SOURCES += tek/main.c
TESTSRC += input-stex.bash
TESTSRC += input-tex.bash
TESTSRC += input-noext.bash
TESTSRC += includegraphics-in-comment.bash
TESTSRC += local-cls.bash
TESTSRC += lulu-subchapter.bash
TESTSRC += lulu-pdfcrop-in-subchapter.bash
TESTSRC += image.bash
TESTSRC += palmer-master-thesis.bash
BINARIES += texpp
SOURCES += texpp/main.c
TESTSRC += input-stex.bash
TESTSRC += input-tex.bash
TESTSRC += input-noext.bash
TESTSRC += includegraphics-in-comment.bash
BINARIES += texpp-html
SOURCES += texpp-html/main.c
BINARIES += gnuplotpp
SOURCES += gnuplotpp/main.c
BINARIES += texstrip
SOURCES += texstrip/main.c
TESTSRC += input-stex.bash
TESTSRC += input-tex.bash
TESTSRC += input-noext.bash
BINARIES += svgtexpp
SOURCES += svgtexpp.pl