autoreconf
-
autoconf with ROOTComputer/linux 2011. 4. 13. 03:59
Makefile.am ACLOCAL_AMFLAGS = -I $ROOTSYS/build/misc AM_CPPFLAGS = $(DEPS_CFLAGS) AM_CFLAGS = $(LAYOUT_CFLAGS) bin_PROGRAMS = template template_SOURCES = main.cxx template_CXXFLAGS = @ROOTCFLAGS@ template_LDADD = -L@ROOTLIBDIR@ @ROOTGLIBS@ @ROOTLIBS@ @LIBS@ ${DEPS_LIBS} configure.ac AC_INIT([template c++], [0.0.1], [jhlee_at_jlab.org], [template], [http://www.jlab.org/~jhlee]) AC_PREREQ(2.59) AM..