root-config (1) Linux Manual Page
root-config – ROOT utility for your Makefiles Synopsisroot-config [options] DescriptionPut lines like CFLAGS = $(shell root-config –cflags) LIBS = $(shell root-config –libs) GLIBS = $(shell root-config –glibs) %Cint.cxx:Include.h LinkDef.h rootcint -f $@ -c $^ in you Makefile. You may also find the automake(1), autoconf(1), and libtool(1) macro file /usr/share/aclocal/root.m4 useful. If that macro file isn’t…
