~3v1n0/nux/gtest-dependency

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = data NuxCore NuxGraphics Nux examples gputests tests tools

CXXFLAGS += -fno-permissive

include $(top_srcdir)/Makefile.am.coverage
include doxygen-include.am

if BUILD_DOCUMENTATION
all: doxygen-doc
endif

DISTCLEANFILES = doc/html/* doc/*
EXTRA_DIST = $(DX_CONFIG) autogen.sh COPYING.gpl COPYING.lgpl-v2.1 .bzrignore

check-headless:
	cd tests; $(MAKE) check-headless