# initial stub makefile for nauty
# Use configure to create the real makefile

SHELL = /bin/sh

all : nauty gtools ;

nauty : dreadnaut dreadnautB ;

gtools : copyg listg labelg dretog amtog geng complg shortg showg NRswitchg \
     addedgeg deledgeg countg pickg genrang newedgeg catg genbg directg ;

dreadnaut : message ;
dreadnautB : message ;
copyg : message ;
listg : message ;
labelg : message ;
dretog : message ;
amtog : message ;
geng : message ;
complg : message ;
shortg : message ;
showg : message ;
NRswitchg : message ;
addedgeg : message ;
deledgeg : message ;
countg : message ;
pickg : message ;
genrang : message ;
newedgeg : message ;
catg : message ;
genbg : message ;
directg : message ;

message :
	cat config.txt
