#----------------------------------------------------------- # Copyright Christian Arnault LAL-Orsay CNRS # arnault@lal.in2p3.fr # See the complete license in cmt_license.txt "http://www.cecill.info". #----------------------------------------------------------- #--------------------------------------------------------- # # Automaticaly generated Makefile. # # Install private stuff after the "User area" flag. # #--------------------------------------------------------- CFLAGS = cflags = $(CFLAGS) cc = cc src = ../src/ mgr = ../mgr/ bin = ../BIN/ lib = ../LIB/ ccomp = $(cc) -c -I$(src) $(cflags) comp = $(ccomp) link = $(cc) libgen = libgen