all: pmf bias cauchy gausll loggaus nonsym linregerr profile chisquare

pmf: rootlogon.h pmf.cc
	g++ pmf.cc -o pmf `root-config --cflags --libs`

bias: rootlogon.h bias.cc
	g++ bias.cc -o bias `root-config --cflags --libs`

cauchy: rootlogon.h cauchy.cc
	g++ cauchy.cc -o cauchy `root-config --cflags --libs`

gausll: rootlogon.h gausll.cc
	g++ gausll.cc -o gausll `root-config --cflags --libs`

loggaus: rootlogon.h loggaus.cc
	g++ loggaus.cc -o loggaus `root-config --cflags --libs`

nonsym: rootlogon.h nonsym.cc
	g++ nonsym.cc -o nonsym `root-config --cflags --libs`

linregerr: rootlogon.h linregerr.cc
	g++ linregerr.cc -o linregerr `root-config --cflags --libs`

profile: rootlogon.h profile.cc
	g++ profile.cc -o profile `root-config --cflags --libs`

chisquare: rootlogon.h chisquare.cc
	g++ chisquare.cc -o chisquare `root-config --cflags --libs`
