Revision 15e87a460725f07dd380bd21b538b43b687a0551 authored by Antonin Portelli on 27 June 2017, 13:39:27 UTC, committed by Antonin Portelli on 27 June 2017, 13:39:27 UTC
1 parent 4372d04
Raw File
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests extras

include $(top_srcdir)/doxygen.inc

bin_SCRIPTS=grid-config


.PHONY: bench check tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)

tests-local: all
bench-local: all
check-local: all

AM_CXXFLAGS += -I$(top_builddir)/include

ACLOCAL_AMFLAGS = -I m4
back to top