![]() |
|
|||
File indexing completed on 2025-08-03 08:12:49
0001 ## 0002 # sPHENIX macros 0003 # 0004 # @file 0005 # @version 0.1 0006 0007 ROOT_CPPFLAGS = `root-config --cflags` 0008 LIBFLAGS = -L$(MYINSTALL)/lib `root-config --libs` 0009 0010 all: bin/QA 0011 0012 bin/QA: macro/QA.C 0013 mkdir -p bin 0014 g++ -o $@ $< $(ROOT_CPPFLAGS) $(LIBFLAGS) -O3 0015 0016 clean: 0017 rm bin/QA
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |