File: Makefile.am

package info (click to toggle)
nauty 2.6r7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,252 kB
  • ctags: 3,948
  • sloc: ansic: 56,634; makefile: 968; sh: 123
file content (486 lines) | stat: -rw-r--r-- 16,957 bytes parent folder | download | duplicates (2)
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = nauty

pkginclude_HEADERS = \
	nautinv.h \
	naurng.h \
	nausparse.h \
	naututil.h \
	naugroup.h \
	schreier.h \
	traces.h \
	gtools.h \
	gutils.h

pkgmultiarchincludedir = $(includedir)/$(DEB_HOST_MULTIARCH)/$(PACKAGE)
pkgmultiarchinclude_HEADERS = \
	nauty.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= nauty.pc

bin_PROGRAMS = \
	dreadnaut \
	\
	nauty-addedgeg \
	nauty-amtog \
	nauty-biplabg \
	nauty-catg \
	nauty-complg \
	nauty-converseg \
	nauty-copyg \
	nauty-countg \
	nauty-cubhamg \
	nauty-deledgeg \
	nauty-delptg \
	nauty-directg \
	nauty-dretodot \
	nauty-dretog \
	nauty-genbg \
	nauty-genbgL \
	nauty-geng \
	nauty-genquarticg \
	nauty-genrang \
	nauty-genspecialg \
	nauty-gentourng \
	nauty-gentreeg \
	nauty-hamheuristic \
	nauty-labelg \
	nauty-linegraphg \
	nauty-listg \
	nauty-multig \
	nauty-newedgeg \
	nauty-NRswitchg \
	nauty-pickg \
	nauty-planarg \
	nauty-ranlabg \
	nauty-shortg \
	nauty-showg \
	nauty-subdivideg \
	nauty-twohamg \
	nauty-vcolg \
	nauty-watercluster2 \
	\
	nauty-blisstog \
	nauty-checks6 \
	nauty-sumlines

man_MANS = \
	dreadnaut.1 \
	\
	nauty-addedgeg.1 \
	nauty-amtog.1 \
	nauty-biplabg.1 \
	nauty-catg.1 \
	nauty-complg.1 \
	nauty-converseg.1 \
	nauty-copyg.1 \
	nauty-countg.1 \
	nauty-cubhamg.1 \
	nauty-deledgeg.1 \
	nauty-delptg.1 \
	nauty-directg.1 \
	nauty-dretodot.1 \
	nauty-dretog.1 \
	nauty-genbg.1 \
	nauty-genbgL.1 \
	nauty-geng.1 \
	nauty-genquarticg.1 \
	nauty-genrang.1 \
	nauty-genspecialg.1 \
	nauty-gentourng.1 \
	nauty-gentreeg.1 \
	nauty-hamheuristic.1 \
	nauty-labelg.1 \
	nauty-linegraphg.1 \
	nauty-listg.1 \
	nauty-multig.1 \
	nauty-newedgeg.1 \
	nauty-NRswitchg.1 \
	nauty-pickg.1 \
	nauty-planarg.1 \
	nauty-ranlabg.1 \
	nauty-shortg.1 \
	nauty-showg.1 \
	nauty-subdivideg.1 \
	nauty-twohamg.1 \
	nauty-vcolg.1 \
	nauty-watercluster2.1 \
	\
	nauty-blisstog.1 \
	nauty-checks6.1 \
	nauty-sumlines.1

lib_LTLIBRARIES = \
	libnauty.la \
	libnautyA1.la \
	libnautyS0.la \
	libnautyW0.la \
	libnautyL0.la \
	libnautyS1.la \
	libnautyW1.la \
	libnautyL1.la

check_PROGRAMS = \
	dreadtest \
	dreadtest1 \
	dreadtestS \
	dreadtestW \
	dreadtestL \
	dreadtestS1 \
	dreadtestW1 \
	dreadtestL1 \
	dreadtest4K \
	naucompare

TESTS = runalltests

AM_CPPFLAGS =
AM_CFLAGS =
AM_LDFLAGS =
LDADD =

NAUTY_LDADD =   $(top_builddir)/libnauty.la $(threadlib)
NAUTYW1_LDADD = $(top_builddir)/libnautyW1.la $(threadlib)
NAUTYL1_LDADD = $(top_builddir)/libnautyL1.la $(threadlib)

AM_H2MFLAGS = \
	--manual="Nauty Manual" \
	--version-string="$(PACKAGE_VERSION)" \
	--source="nauty $(PACKAGE_VERSION)" \
	--no-info

%.1: %
	$(HELP2MAN) \
			-s 1 \
			$(AM_H2MFLAGS) \
			-I $(top_srcdir)/debian/man/$(subst nauty-,,$*).h2m \
			-n $(if $($(subst -,_,$*)_DESCRIPTION), $($(subst -,_,$*)_DESCRIPTION), "manual page for $*") \
			-o $@ \
		$(top_builddir)/$<

%.map: $(top_srcdir)/nauty.map
	$(SED) -e 's#LIBNAUTY_#LIBNAUTY'$(subst nauty,,$*)'_#' $< > $@

##
#nauty_flavour_CPPFLAGS =
nautyA1_flavour_CPPFLAGS = -DMAXN=WORDSIZE
nautyS0_flavour_CPPFLAGS = -DWORDSIZE=16
nautyS1_flavour_CPPFLAGS = $(nautyA1_flavour_CPPFLAGS) $(nautyS0_flavour_CPPFLAGS)
nautyW0_flavour_CPPFLAGS = -DWORDSIZE=32
nautyW1_flavour_CPPFLAGS = $(nautyA1_flavour_CPPFLAGS) $(nautyW0_flavour_CPPFLAGS)
nautyL0_flavour_CPPFLAGS = -DWORDSIZE=64
nautyL1_flavour_CPPFLAGS = $(nautyA1_flavour_CPPFLAGS) $(nautyL0_flavour_CPPFLAGS)


## short descriptions inspired from the basic functions of the programs as described
## in section `Utilities' (15) of the `Nauty and Traces User's Guide' (version 2.6)
dreadnaut_DESCRIPTION =           "command line interface to nauty graph isomorphism library"
nauty_addedgeg_DESCRIPTION =      "add an edge in each possible way"
nauty_amtog_DESCRIPTION =         "read graphs in matrix format"
nauty_biplabg_DESCRIPTION =       "label bipartite graphs so the colour classes are contiguous"
nauty_catg_DESCRIPTION =          "concatenate files of graphs"
nauty_complg_DESCRIPTION =        "complement graphs"
nauty_converseg_DESCRIPTION =     "converse digraphs"
nauty_copyg_DESCRIPTION =         "convert format and select subset"
nauty_countg_DESCRIPTION =        "count graphs according to a variety of properties"
nauty_cubhamg_DESCRIPTION =       "find hamiltonian cycles in subcubic graphs"
nauty_deledgeg_DESCRIPTION =      "delete an edge in each possible way"
nauty_delptg_DESCRIPTION =        "delete vertices"
nauty_directg_DESCRIPTION =       "generate small digraphs with given underlying graph"
nauty_dretodot_DESCRIPTION =      "read graphs and initial coloring in dreadnaut format and write in dot format"
nauty_dretog_DESCRIPTION =        "read graphs in dreadnaut format"
nauty_genbg_DESCRIPTION =         "generate small bicoloured graphs"
nauty_genbgL_DESCRIPTION =        "$(shell printf "%s %s" $(nauty_genbg_DESCRIPTION) "(L1 flavour)")"
nauty_geng_DESCRIPTION =          "generate small graphs"
nauty_genquarticg_DESCRIPTION =   "generate quartic graphs"
nauty_genrang_DESCRIPTION =       "generate random graphs"
nauty_genspecialg_DESCRIPTION =   "generate special graphs"
nauty_gentourng_DESCRIPTION =     "generate small tournaments"
nauty_gentreeg_DESCRIPTION =      "generate trees"
nauty_hamheuristic_DESCRIPTION =  "try to find hamiltonian cycles in any graphs"
nauty_labelg_DESCRIPTION =        "canonically label graphs"
nauty_linegraphg_DESCRIPTION =    "compute the linegraphs of a file of graphs"
nauty_listg_DESCRIPTION =         "display graphs in a variety of forms"
nauty_multig_DESCRIPTION =        "generate small multigraphs with given underlying graph"
nauty_newedgeg_DESCRIPTION =      "create new edges from pairs of non-adjacent edges in each possible way"
nauty_NRswitchg_DESCRIPTION =     "complement vertex edges"
nauty_pickg_DESCRIPTION =         "select graphs according to a variety of properties"
nauty_planarg_DESCRIPTION =       "test graphs for planarity and find embeddings or obstructions"
nauty_ranlabg_DESCRIPTION =       "randomly relabel graphs"
nauty_shortg_DESCRIPTION =        "remove isomorphs from a file of graphs"
nauty_showg_DESCRIPTION =         "$(shell printf "%s %s" $(nauty_listg_DESCRIPTION) "(stand-alone subset of listg)")"
nauty_subdivideg_DESCRIPTION =    "compute the subdivision graphs of a file of graphs"
nauty_twohamg_DESCRIPTION =       "split quartic graphs into two hamiltonian cycles"
nauty_vcolg_DESCRIPTION =         "colour the vertices of graphs in all distinct ways"
nauty_watercluster2_DESCRIPTION = "$(shell printf "%s %s" $(nauty_directg_DESCRIPTION) "(faster alternative to directg)")"
nauty_blisstog_DESCRIPTION =      "convert files of graphs in bliss format to stdout in sparse6 format"
nauty_checks6_DESCRIPTION =       "check a file of graphs and optionally perform corrections"
nauty_sumlines_DESCRIPTION =      "sum lines matching specified graph formats"

dreadnaut_CPPFLAGS =           -DDEBPKGVERSION=$(DEB_PKG_VERSION)
nauty_addedgeg_CPPFLAGS =
nauty_amtog_CPPFLAGS =
nauty_biplabg_CPPFLAGS =
nauty_catg_CPPFLAGS =
nauty_complg_CPPFLAGS =
nauty_converseg_CPPFLAGS =
nauty_copyg_CPPFLAGS =
nauty_countg_CPPFLAGS =
nauty_cubhamg_CPPFLAGS =
nauty_deledgeg_CPPFLAGS =
nauty_delptg_CPPFLAGS =
nauty_directg_CPPFLAGS =
nauty_dretodot_CPPFLAGS =
nauty_dretog_CPPFLAGS =
nauty_genbg_CPPFLAGS =         $(nautyW1_flavour_CPPFLAGS)
nauty_genbgL_CPPFLAGS =        $(nautyL1_flavour_CPPFLAGS) -DMAXN1=30
nauty_geng_CPPFLAGS =          $(nautyW1_flavour_CPPFLAGS)
nauty_genquarticg_CPPFLAGS =   $(nautyL1_flavour_CPPFLAGS)
nauty_genrang_CPPFLAGS =
nauty_genspecialg_CPPFLAGS =
nauty_gentourng_CPPFLAGS =     -DMAXN=24
nauty_gentreeg_CPPFLAGS =
nauty_hamheuristic_CPPFLAGS =
nauty_labelg_CPPFLAGS =
nauty_linegraphg_CPPFLAGS =
nauty_listg_CPPFLAGS =
nauty_multig_CPPFLAGS =
nauty_newedgeg_CPPFLAGS =
nauty_NRswitchg_CPPFLAGS =
nauty_pickg_CPPFLAGS =
nauty_planarg_CPPFLAGS =
nauty_ranlabg_CPPFLAGS =
nauty_shortg_CPPFLAGS =
nauty_showg_CPPFLAGS =
nauty_subdivideg_CPPFLAGS =
nauty_twohamg_CPPFLAGS =
nauty_vcolg_CPPFLAGS =
nauty_watercluster2_CPPFLAGS = -DMAXN=32
nauty_blisstog_CPPFLAGS =      $(ZLIB_CFLAGS)
nauty_checks6_CPPFLAGS =
nauty_sumlines_CPPFLAGS =      $(GMP_CFLAGS)

dreadnaut_SOURCES = dreadnaut.c
nauty_addedgeg_SOURCES = addedgeg.c
nauty_amtog_SOURCES = amtog.c
nauty_biplabg_SOURCES = biplabg.c
nauty_catg_SOURCES = catg.c
nauty_complg_SOURCES = complg.c
nauty_converseg_SOURCES = converseg.c
nauty_copyg_SOURCES = copyg.c
nauty_countg_SOURCES = testg.c
nauty_cubhamg_SOURCES = cubhamg.c
nauty_deledgeg_SOURCES = deledgeg.c
nauty_delptg_SOURCES = delptg.c
nauty_directg_SOURCES = directg.c
nauty_dretodot_SOURCES = dretodot.c
nauty_dretog_SOURCES = dretog.c
nauty_genbg_SOURCES = genbg.c
nauty_genbgL_SOURCES = genbg.c
nauty_geng_SOURCES = geng.c
nauty_genquarticg_SOURCES = genquarticg.c
nauty_genrang_SOURCES = genrang.c
nauty_genspecialg_SOURCES = genspecialg.c
nauty_gentourng_SOURCES = gentourng.c
nauty_gentreeg_SOURCES = gentreeg.c
nauty_hamheuristic_SOURCES = hamheuristic.c
nauty_labelg_SOURCES = labelg.c
nauty_linegraphg_SOURCES = linegraphg.c
nauty_listg_SOURCES = listg.c
nauty_multig_SOURCES = multig.c
nauty_newedgeg_SOURCES = newedgeg.c
nauty_NRswitchg_SOURCES = NRswitchg.c
nauty_pickg_SOURCES = testg.c
nauty_planarg_SOURCES = planarg.c planarity.c
nauty_ranlabg_SOURCES = ranlabg.c
nauty_shortg_SOURCES = shortg.c
nauty_showg_SOURCES = showg.c
nauty_subdivideg_SOURCES = subdivideg.c
nauty_twohamg_SOURCES = twohamg.c
nauty_vcolg_SOURCES = vcolg.c
nauty_watercluster2_SOURCES = watercluster2.c
nauty_blisstog_SOURCES = blisstog.c
nauty_checks6_SOURCES = checks6.c
nauty_sumlines_SOURCES = sumlines.c

dreadnaut_LDADD =           $(NAUTY_LDADD)
nauty_addedgeg_LDADD =      $(NAUTY_LDADD)
nauty_amtog_LDADD =         $(NAUTY_LDADD)
nauty_biplabg_LDADD =       $(NAUTY_LDADD)
nauty_catg_LDADD =          $(NAUTY_LDADD)
nauty_complg_LDADD =        $(NAUTY_LDADD)
nauty_converseg_LDADD =     $(NAUTY_LDADD)
nauty_copyg_LDADD =         $(NAUTY_LDADD)
nauty_countg_LDADD =        $(NAUTY_LDADD)
nauty_cubhamg_LDADD =       $(NAUTY_LDADD)
nauty_deledgeg_LDADD =      $(NAUTY_LDADD)
nauty_delptg_LDADD =        $(NAUTY_LDADD)
nauty_directg_LDADD =       $(NAUTY_LDADD)
nauty_dretodot_LDADD =      $(NAUTY_LDADD) $(LIBM)
nauty_dretog_LDADD =        $(NAUTY_LDADD)
nauty_genbg_LDADD =         $(NAUTYW1_LDADD)
nauty_genbgL_LDADD =        $(NAUTYL1_LDADD)
nauty_geng_LDADD =          $(NAUTYW1_LDADD)
nauty_genquarticg_LDADD =   $(NAUTYL1_LDADD)
nauty_genrang_LDADD =       $(NAUTY_LDADD)
nauty_genspecialg_LDADD =   $(NAUTY_LDADD)
nauty_gentourng_LDADD =     $(NAUTY_LDADD)
nauty_gentreeg_LDADD =      $(NAUTY_LDADD)
nauty_hamheuristic_LDADD =  $(NAUTY_LDADD)
nauty_labelg_LDADD =        $(NAUTY_LDADD)
nauty_linegraphg_LDADD =    $(NAUTY_LDADD)
nauty_listg_LDADD =         $(NAUTY_LDADD)
nauty_multig_LDADD =        $(NAUTY_LDADD)
nauty_newedgeg_LDADD =      $(NAUTY_LDADD)
nauty_NRswitchg_LDADD =     $(NAUTY_LDADD)
nauty_pickg_LDADD =         $(NAUTY_LDADD)
nauty_planarg_LDADD =       $(NAUTY_LDADD)
nauty_ranlabg_LDADD =       $(NAUTY_LDADD)
nauty_shortg_LDADD =        $(NAUTY_LDADD)
nauty_showg_LDADD =
nauty_subdivideg_LDADD =    $(NAUTY_LDADD)
nauty_twohamg_LDADD =       $(NAUTY_LDADD)
nauty_vcolg_LDADD =         $(NAUTY_LDADD)
nauty_watercluster2_LDADD = $(NAUTY_LDADD)
nauty_blisstog_LDADD =      $(NAUTY_LDADD) $(ZLIB_LIBS)
nauty_checks6_LDADD =       $(NAUTY_LDADD)
nauty_sumlines_LDADD =      $(GMP_LIBS)

libnauty_la_LD_VERSION_SCRIPT =
libnautyA1_la_MAP =
libnautyA1_la_LD_VERSION_SCRIPT =
libnautyS0_la_MAP =
libnautyS0_la_LD_VERSION_SCRIPT =
libnautyS1_la_MAP =
libnautyS1_la_LD_VERSION_SCRIPT =
libnautyW0_la_MAP =
libnautyW0_la_LD_VERSION_SCRIPT =
libnautyW1_la_MAP =
libnautyW1_la_LD_VERSION_SCRIPT =
libnautyL0_la_MAP =
libnautyL0_la_LD_VERSION_SCRIPT =
libnautyL1_la_MAP =
libnautyL1_la_LD_VERSION_SCRIPT =
if HAVE_LD_VERSION_SCRIPT
libnauty_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_srcdir)/nauty.map
libnautyA1_la_MAP += nautyA1.map
libnautyA1_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyA1_la_MAP)
libnautyS0_la_MAP += nautyS0.map
libnautyS0_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyS0_la_MAP)
libnautyS1_la_MAP += nautyS1.map
libnautyS1_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyS1_la_MAP)
libnautyW0_la_MAP += nautyW0.map
libnautyW0_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyW0_la_MAP)
libnautyW1_la_MAP += nautyW1.map
libnautyW1_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyW1_la_MAP)
libnautyL0_la_MAP += nautyL0.map
libnautyL0_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyL0_la_MAP)
libnautyL1_la_MAP += nautyL1.map
libnautyL1_la_LD_VERSION_SCRIPT += -Wl,--version-script=$(top_builddir)/$(libnautyL1_la_MAP)
endif

libnauty_la_LIBADD = $(threadlib)
libnauty_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnauty_la_LD_VERSION_SCRIPT)

libnauty_la_SOURCES = \
	nauty.c \
	nautil.c \
	nausparse.c \
	naugraph.c \
	naurng.c \
	schreier.c \
	traces.c \
	gtools.c \
	naututil.c \
	nautinv.c \
	gutil1.c \
	gutil2.c \
	gtnauty.c \
	naugroup.c

libnautyA1_la_DEPENDENCIES = $(libnautyA1_la_MAP)
libnautyA1_la_CPPFLAGS = $(nautyA1_flavour_CPPFLAGS)
libnautyA1_la_LIBADD = $(threadlib)
libnautyA1_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyA1_la_LD_VERSION_SCRIPT)
libnautyA1_la_SOURCES =$(libnauty_la_SOURCES)

libnautyS0_la_DEPENDENCIES = $(libnautyS0_la_MAP)
libnautyS0_la_CPPFLAGS = $(nautyS0_flavour_CPPFLAGS)
libnautyS0_la_LIBADD = $(threadlib)
libnautyS0_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyS0_la_LD_VERSION_SCRIPT)
libnautyS0_la_SOURCES =$(libnauty_la_SOURCES)

libnautyS1_la_DEPENDENCIES = $(libnautyS1_la_MAP)
libnautyS1_la_CPPFLAGS = $(nautyS1_flavour_CPPFLAGS)
libnautyS1_la_LIBADD = $(threadlib)
libnautyS1_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyS1_la_LD_VERSION_SCRIPT)
libnautyS1_la_SOURCES =$(libnauty_la_SOURCES)

libnautyW0_la_DEPENDENCIES = $(libnautyW0_la_MAP)
libnautyW0_la_CPPFLAGS = $(nautyW0_flavour_CPPFLAGS)
libnautyW0_la_LIBADD = $(threadlib)
libnautyW0_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyW0_la_LD_VERSION_SCRIPT)
libnautyW0_la_SOURCES =$(libnauty_la_SOURCES)

libnautyW1_la_DEPENDENCIES = $(libnautyW1_la_MAP)
libnautyW1_la_CPPFLAGS = $(nautyW1_flavour_CPPFLAGS)
libnautyW1_la_LIBADD = $(threadlib)
libnautyW1_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyW1_la_LD_VERSION_SCRIPT)
libnautyW1_la_SOURCES =$(libnauty_la_SOURCES)

libnautyL0_la_DEPENDENCIES = $(libnautyL0_la_MAP)
libnautyL0_la_CPPFLAGS = $(nautyL0_flavour_CPPFLAGS)
libnautyL0_la_LIBADD = $(threadlib)
libnautyL0_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyL0_la_LD_VERSION_SCRIPT)
libnautyL0_la_SOURCES =$(libnauty_la_SOURCES)

libnautyL1_la_DEPENDENCIES = $(libnautyL1_la_MAP)
libnautyL1_la_CPPFLAGS = $(nautyL1_flavour_CPPFLAGS)
libnautyL1_la_LIBADD = $(threadlib)
libnautyL1_la_LDFLAGS = -version-info $(LIBNAUTY_LT_VERSION) $(libnautyL1_la_LD_VERSION_SCRIPT)
libnautyL1_la_SOURCES =$(libnauty_la_SOURCES)

dreadtest_CPPFLAGS =   $(dreadnaut_CPPFLAGS) -DDREADTEST
dreadtest1_CPPFLAGS =  $(dreadtest_CPPFLAGS) $(nautyA1_flavour_CPPFLAGS)
dreadtestS_CPPFLAGS =  $(dreadtest_CPPFLAGS) $(nautyS0_flavour_CPPFLAGS)
dreadtestS1_CPPFLAGS = $(dreadtest_CPPFLAGS) $(nautyS1_flavour_CPPFLAGS)
dreadtestW_CPPFLAGS =  $(dreadtest_CPPFLAGS) $(nautyW0_flavour_CPPFLAGS)
dreadtestW1_CPPFLAGS = $(dreadtest_CPPFLAGS) $(nautyW1_flavour_CPPFLAGS)
dreadtestL_CPPFLAGS =  $(dreadtest_CPPFLAGS) $(nautyL0_flavour_CPPFLAGS)
dreadtestL1_CPPFLAGS = $(dreadtest_CPPFLAGS) $(nautyL1_flavour_CPPFLAGS)
dreadtest4K_CPPFLAGS = $(dreadtest_CPPFLAGS) -DMAXN=4096

dreadtest_SOURCES =   $(dreadnaut_SOURCES)
dreadtest1_SOURCES =  $(dreadnaut_SOURCES)
dreadtestS1_SOURCES = $(dreadnaut_SOURCES)
dreadtestS_SOURCES =  $(dreadnaut_SOURCES)
dreadtestW_SOURCES =  $(dreadnaut_SOURCES)
dreadtestW1_SOURCES = $(dreadnaut_SOURCES)
dreadtestL_SOURCES =  $(dreadnaut_SOURCES)
dreadtestL1_SOURCES = $(dreadnaut_SOURCES)
dreadtest4K_SOURCES = $(dreadnaut_SOURCES) $(libnauty_la_SOURCES)

dreadtest_LDADD =   $(NAUTY_LDADD)
dreadtest1_LDADD =  $(top_builddir)/libnautyA1.la $(threadlib)
dreadtestS_LDADD =  $(top_builddir)/libnautyS0.la $(threadlib)
dreadtestS1_LDADD = $(top_builddir)/libnautyS1.la $(threadlib)
dreadtestW_LDADD =  $(top_builddir)/libnautyW0.la $(threadlib)
dreadtestW1_LDADD = $(top_builddir)/libnautyW1.la $(threadlib)
dreadtestL_LDADD =  $(top_builddir)/libnautyL0.la $(threadlib)
dreadtestL1_LDADD = $(top_builddir)/libnautyL1.la $(threadlib)
dreadtest4K_LDADD = $(threadlib)

CLEANFILES = \
	$(man_MANS) \
	$(libnautyA1_la_MAP) \
	$(libnautyS0_la_MAP) \
	$(libnautyS1_la_MAP) \
	$(libnautyW0_la_MAP) \
	$(libnautyW1_la_MAP) \
	$(libnautyL0_la_MAP) \
	$(libnautyL1_la_MAP) \
	runtest-*.data \
	runtest-*.atad