OwnLibraries := libnauty
LibModules := nauty naututil nautil nautinv naugraph rng
src := $(ProjectTop)/external/nauty
vpath %.c $(src)

ifeq "$(wildcard nauty.h)" ""
  _dummy := $(shell CC=$(CC) CFLAGS="$(Cflags)" $(src)/configure --quiet 2>/dev/null; rm makefile)
endif

ExtraCFLAGS := -DBIGNAUTY -I.
ExtraCLEAN := nauty.h naututil.h gtools.h config.*

# Local Variables:
# mode: Makefile
# End:


syntax highlighted by Code2HTML, v. 0.9.1