File: Makefile.am

package info (click to toggle)
quesoglc 0.7.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,192 kB
  • sloc: ansic: 14,620; sh: 9,718; makefile: 283; python: 50
file content (151 lines) | stat: -rw-r--r-- 4,311 bytes parent folder | download | duplicates (6)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151

## Process this file with automake to produce Makefile.in.

noinst_PROGRAMS = test4 \
                  @DEBUG_TESTS@ \
                  @TESTS_WITH_GLUT@

EXTRA_PROGRAMS = test1 \
                 test2 \
                 test3 \
                 test5 \
                 test6 \
                 test7 \
                 test8 \
                 test9.1 \
                 test9.2 \
                 test9.3 \
                 test9.4 \
                 test9.5 \
                 test9.6 \
                 test9.7 \
                 test9.8 \
                 test10 \
                 test11.1 \
                 test11.2 \
                 test11.3 \
                 test11.4 \
                 test11.5 \
                 test11.6 \
                 test11.7 \
                 test12 \
                 test13 \
                 test14 \
                 test15 \
                 test16 \
                 test17 \
                 testcontex \
                 testfont \
                 testmaster \
                 testrender

TESTS = $(noinst_PROGRAMS)

AM_CFLAGS = @PTHREAD_CFLAGS@ \
            @FREETYPE2_CFLAGS@ \
            @FONTCONFIG_CFLAGS@ \
            @GLUT_CFLAGS@ \
            @FRIBIDI_CFLAGS@

LDADD = $(top_builddir)/build/libGLC.la \
        @GLUT_LIBS@ \
        @FONTCONFIG_LIBS@ \
        @FREETYPE2_LIBS@ \
        @PTHREAD_LIBS@ \
        @FRIBIDI_LIBS@

test1_SOURCES = test1.c

test2_SOURCES = test2.c

test3_SOURCES = test3.c

test4_SOURCES = test4.c

test5_SOURCES = test5.c

test6_SOURCES = test6.c
test6_CFLAGS = $(CFLAGS) -DQUESOGLC_VERSION=\"@PACKAGE_VERSION@\" -DGLEW_MX

testcontex_SOURCES = testcontex.c

testfont_SOURCES = testfont.c

testmaster_SOURCES = testmaster.c

test7_SOURCES = test7.c
test7_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@
test7_LDADD = @GLUT_LIBS@ $(LDADD)

test8_SOURCES = test8.c
test8_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@
test8_LDADD = @GLUT_LIBS@ $(LDADD)

test9_1_SOURCES = test9.c
test9_1_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE -DWITH_GL_OBJECTS
test9_1_LDADD = @GLUT_LIBS@ $(LDADD)

test9_2_SOURCES = test9.c
test9_2_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE
test9_2_LDADD = @GLUT_LIBS@ $(LDADD)

test9_3_SOURCES = test9.c
test9_3_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE -DWITH_USER_LIST -DWITH_GL_OBJECTS
test9_3_LDADD = @GLUT_LIBS@ $(LDADD)

test9_4_SOURCES = test9.c
test9_4_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE -DWITH_USER_LIST
test9_4_LDADD = @GLUT_LIBS@ $(LDADD)

test9_5_SOURCES = test9.c
test9_5_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE -DWITH_GL_OBJECTS
test9_5_LDADD = @GLUT_LIBS@ $(LDADD)

test9_6_SOURCES = test9.c
test9_6_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE
test9_6_LDADD = @GLUT_LIBS@ $(LDADD)

test9_7_SOURCES = test9.c
test9_7_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE -DWITH_USER_LIST -DWITH_GL_OBJECTS
test9_7_LDADD = @GLUT_LIBS@ $(LDADD)

test9_8_SOURCES = test9.c
test9_8_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE -DWITH_USER_LIST
test9_8_LDADD = @GLUT_LIBS@ $(LDADD)

test10_SOURCES = test10.c

test11_1_SOURCES = test11.c
test11_1_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE
test11_1_LDADD = @GLUT_LIBS@ $(LDADD)

test11_2_SOURCES = test11.c
test11_2_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TEXTURE -DWITH_GL_OBJECTS
test11_2_LDADD = @GLUT_LIBS@ $(LDADD)

test11_3_SOURCES = test11.c
test11_3_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE
test11_3_LDADD = @GLUT_LIBS@ $(LDADD)

test11_4_SOURCES = test11.c
test11_4_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_TRIANGLE -DWITH_GL_OBJECTS
test11_4_LDADD = @GLUT_LIBS@ $(LDADD)

test11_5_SOURCES = test11.c
test11_5_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_LINE
test11_5_LDADD = @GLUT_LIBS@ $(LDADD)

test11_6_SOURCES = test11.c
test11_6_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_LINE -DWITH_GL_OBJECTS
test11_6_LDADD = @GLUT_LIBS@ $(LDADD)

test11_7_SOURCES = test11.c
test11_7_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@ -DRENDER_STYLE=GLC_BITMAP
test11_7_LDADD = @GLUT_LIBS@ $(LDADD)

testrender_SOURCES = testrender.c
testrender_CFLAGS = $(CFLAGS) @GLUT_CFLAGS@
testrender_LDADD = @GLUT_LIBS@ $(LDADD)

clean-generic:
	rm -f *.gcno *.gcda *.gcov