Commit in lcdd on MAIN
GNUmakefile-1051.21 removed
GNUmakefile.local.in-441.5 removed
VERSION-11.47 removed
ac.sh-11.1 removed
aclocal.m4-3931.15 removed
configure-45091.53 removed
configure.ac-961.48 removed
config/gdml_patches/SinglePlacementTypeProcess.h.diff-51.1 removed
                   /patchGDML.sh-81.1 removed
                   /volumeSubscriber.cpp.diff-171.2 removed
config/make/gdml.gmk-271.9 removed
           /geant4.gmk-171.4 removed
           /xerces.gmk-111.3 removed
config/make/gdml_build/ext_clhep.gmk-521.1 removed
                      /ext_geant4.gmk-611.1 removed
                      /ext_xercesc.gmk-571.3 removed
                      /platform_settings.gmk-381.1 removed
                      /site_settings.gmk-111.1 removed
config/setup/setup-gdml-slac.sh-301.1 removed
            /setup-lcdd-nicadd.sh-301.1 removed
            /setup-lcdd-slac.sh-171.15 removed
-5530
21 removed files
remove old build files; no more autoconf; resolves LCDD-93

lcdd
GNUmakefile removed after 1.21
diff -N GNUmakefile
--- GNUmakefile	1 Dec 2010 21:44:56 -0000	1.21
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,105 +0,0 @@
-#
-# GNUmakefile for LCDD geometry system.
-#
-# --JM, 10/26/04
-
-name := lcdd
-G4TARGET := $(name)
-
-# external libs
-G4EXLIB  := true
-
-# def target
-.PHONY: all
-
-# create the LCDD lib and copy it
-all: lib lib_copy
-
-# include local settings from running configure
-include $(PWD)/GNUmakefile.local
-
-# include G4 architecture
-include $(G4INSTALL)/config/architecture.gmk
-
-# setup the basic compiler defs from configure
-CPPFLAGS += $(LCDD_CPPFLAGS)
-CPPFLAGS += $(LCDD_CXXFLAGS)
-CPPFLAGS += $(LCDD_DEFS)
-
-# set the directory containing make fragments
-MAKEINCLUDES := $(LCDD_BASE)/config/make
-
-# GDML includes and libs
-ifdef GDML_BASE
-  include $(MAKEINCLUDES)/gdml.gmk
-else
-  $(error define GDML_BASE)
-endif
-
-# Xerces includes and libs
-ifdef XERCESCROOT
-  include $(MAKEINCLUDES)/xerces.gmk
-else
-  $(error define XERCESCROOT)
-endif
-
-# Geant4 binmake and a few special settings
-include $(MAKEINCLUDES)/geant4.gmk
-
-# debugging symbols
-ifdef G4DEBUG
-  CPPFLAGS += -g -ggdb
-endif
-
-# profiling
-ifdef G4PROFILE
-  CPPFLAGS += -pg
-endif
-
-# copy the lib from tmp to lib dir
-lib_copy:
-	@if [ ! -e $(G4WORKDIR)/lib ]; then mkdir $(G4WORKDIR)/lib; fi
-	@cp $(G4TMP)/$(G4SYSTEM)/$(G4TARGET)/lib$(G4TARGET).* $(G4WORKDIR)/lib
-
-# target to create Doxygen files
-docs:
-
-# check if Doxygen was found when configure ran
-ifeq ($(strip $(DOXYGEN)),)
-	$(error Unable to run docs target.  Doxygen was not setup at configuration time.)
-else
-	cd $(LCDD_BASE); $(DOXYGEN) ./config/doxygen/lcdd_doxygen.cfg
-endif
-
-# target to debug CPP/CXXFLAGS and DEFS
-debug:
-	@echo LCDD_CPPFLAGS=$(LCDD_CPPFLAGS)
-	@echo LCDD_CXXFLAGS=$(LCDD_CXXFLAGS)
-	@echo LCDD_DEFS=$(LCDD_DEFS)
-	@echo
-	@echo CPPFLAGS=$(CPPFLAGS)
-
-distclean: clean
-	rm -v $(LCDD_BASE)/GNUmakefile.local
-
-.DUMMY: schema_install
-schema_install:
-	@if test ! -e $(SCHEMA_INSTALL_DIR); then \
-	mkdir -p $(SCHEMA_INSTALL_DIR); \
-	fi && \
-	if test -d $(SCHEMA_INSTALL_DIR); then \
-	cp $(PWD)/schemas/**/**/**.xsd $(SCHEMA_INSTALL_DIR); \
-        echo "Installed schemas to $(SCHEMA_INSTALL_DIR).  Set GDML_INSTALL_DIR=$(SCHEMA_INSTALL_DIR) in your environment for LCDD to use this location."; \
-	else \
-	echo "ERROR: Schema installation directory $(SCHEMA_INSTALL_DIR) does not exist and could not be created."; \
-	fi;:
-
-.DUMMY: version
-version:
-	./ac.sh ; \
-	./configure --enable-version --enable-package-info ; \
-	cvs commit -m "JM: Update for $$(cat VERSION)" VERSION configure configure.ac ; \
-	./scripts/rtag.sh ;
-
-.DUMMY: install
-install: schema_install

lcdd
GNUmakefile.local.in removed after 1.5
diff -N GNUmakefile.local.in
--- GNUmakefile.local.in	9 Apr 2013 21:22:54 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,44 +0,0 @@
-# $Header: /cvs/lcd/lcdd/Attic/GNUmakefile.local.in,v 1.5 2013/04/09 21:22:54 jeremy Exp $
-#
-# Local build settings generated by configure
-#
-# *** DO NOT EDIT MANUALLY. ***
-#
-# To change the settings in GNUmakefile.local, rerun configure.
-#
-
-# compiler settings from configure
-LCDD_CPPFLAGS       = @CPPFLAGS@
-LCDD_CXXFLAGS       = @CXXFLAGS@
-LCDD_DEFS           = @DEFS@
-
-# SLIC base dir
-LCDD_BASE      = @LCDD_PREFIX@
-
-# Geant4 standard vars
-G4INSTALL      = @G4_PREFIX@
-G4SYSTEM       = @G4SYSTEM@
-G4WORKDIR      = @G4WORKDIR@
-
-# Geant4 lib config.
-G4LIB_BUILD_STATIC = @G4LIB_BUILD_STATIC@
-G4LIB_BUILD_SHARED = @G4LIB_BUILD_SHARED@
-
-# CLHEP base dir
-#CLHEP_BASE_DIR = @CLHEP_PREFIX@
-
-# Xerces base dir
-XERCESCROOT    = @XERCES_PREFIX@
-XERCES_LIBNAME = @XERCES_LIBNAME@
-
-# GDML base dir
-GDML_BASE      = @GDML_PREFIX@
-
-# GDML lib dir
-GDML_LIB_DIR   = @GDML_PREFIX@/build/@GDML_PLATFORM@/lib
-
-# schema install dir
-SCHEMA_INSTALL_DIR = @SCHEMA_INSTALL_DIR@
-
-# Doxygen exec path for docs
-DOXYGEN        = @DOXYGEN@

lcdd
VERSION removed after 1.47
diff -N VERSION
--- VERSION	21 Mar 2013 21:35:49 -0000	1.47
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-LCDD v2r2p2

lcdd
ac.sh removed after 1.1
diff -N ac.sh
--- ac.sh	26 Apr 2005 18:33:57 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-autoconf -o configure configure.ac

lcdd
aclocal.m4 removed after 1.15
diff -N aclocal.m4
--- aclocal.m4	1 Feb 2012 09:46:09 -0000	1.15
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,393 +0,0 @@
-dnl $Header: /cvs/lcd/lcdd/Attic/aclocal.m4,v 1.15 2012/02/01 09:46:09 jeremy Exp $
-dnl
-dnl local m4 macros for SLIC autoconf
-dnl
-
-
-dnl macro to enable verbose compiler and linker output
-AC_DEFUN([SIM_SETUP_VERBOSE_COMPILE], [
-
-AC_MSG_CHECKING(whether verbose compiler output should be enabled)
-
-AC_ARG_ENABLE(compile-verbose,
-	AC_HELP_STRING([--enable-compile-verbose], [Use verbose compiler settings]),
-	[SLIC_COMPILE_VERBOSE_ENABLE="${enable_compile_verbose}"] )
-
-dnl specified and not = no
-if test -n "${SLIC_COMPILE_VERBOSE_ENABLE}" && test "${SLIC_COMPILE_VERBOSE_ENABLE}" != "no"; then
-
-    AC_MSG_RESULT(yes)
-
-    dnl verbose compiler commands into cpp flags
-    CXXFLAGS="${CXXFLAGS} -Wall -v -Wl,--verbose"
-
-else
-  AC_MSG_RESULT(No)
-fi
-
-])
-
-AC_DEFUN(SIM_CREATE_VERSION_FILE, [
-
-AC_MSG_CHECKING(whether to rewrite VERSION file)
-
-AC_ARG_ENABLE([version],
-	AC_HELP_STRING([--enable-version=<yes|no>], [Rewrite the VERSION file.] ),
-	,
-	)
-
-if test "${enable_version}" = "yes"; then
-  AC_MSG_RESULT(yes)
-  rm VERSION &> /dev/null
-  echo "${PACKAGE_NAME} ${PACKAGE_VERSION}" > VERSION
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl Macro to check whether NIST is supported by the current Geant4 version
-AC_DEFUN(AC_HAVE_G4NIST, [
-
-AC_MSG_CHECKING(whether Geant4 NIST service is supported)
-
-if test -e $G4INSTALL/source/materials/include/G4NistManager.hh; then
-  HAVE_G4NIST=1
-  AC_DEFINE(HAVE_G4NIST)
-  HAVE_G4NIST=yes
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl Macro to check whether to enable NIST.
-AC_DEFUN(AC_USE_G4NIST, [
-
-AC_MSG_CHECKING(whether to enable NIST)
-
-AC_ARG_ENABLE([nist],
-        AC_HELP_STRING([--enable-nist=<yes|no>], [Enable NIST material lookup in Geant4.]),
-        ,
-        )
-
-if test "${enable_nist}" != "no" && test -n "${HAVE_G4NIST}"; then
-  AC_DEFINE(USE_G4NIST)
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl Macro to check whether G4PVPlacement::CheckOverlaps is supported.
-AC_DEFUN(AC_HAVE_G4PVPLACEMENT_CHECKOVERLAPS, [
-
-AC_MSG_CHECKING(whether G4PVPlacement::CheckOverlaps is supported)
-
-if test "X$(grep CheckOverlaps $G4INSTALL/source/geometry/volumes/include/G4PVPlacement.hh)" != "X"; then
-  AC_DEFINE(HAVE_G4PVPLACEMENT_CHECKOVERLAPS)
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl Macro to check whether G4Region::SetUserLimits is supported.
-AC_DEFUN(AC_HAVE_G4REGION_SETUSERLIMITS, [
-
-AC_MSG_CHECKING(whether G4Region::SetUserLimits is supported)
-
-if test "X$(grep SetUserLimits $G4INSTALL/source/geometry/management/include/G4Region.hh)" != "X"; then
-  AC_DEFINE(HAVE_G4REGION_SETUSERLIMITS)
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-
-dnl Macro to check whether G4PVPlacement::GetMass is supported.
-AC_DEFUN(AC_HAVE_G4LOGICALVOLUME_GETMASS, [
-
-AC_MSG_CHECKING(whether G4LogicalVolume::GetMass is supported)
-
-if test "X$(grep GetMass $G4INSTALL/source/geometry/management/include/G4LogicalVolume.hh)" != "X"; then
-  AC_DEFINE(HAVE_G4LOGICALVOLUME_GETMASS)
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl macro to setup Geant4
-AC_DEFUN(SIM_SETUP_G4, [
-
-AC_MSG_CHECKING(for Geant4 installation)
-
-AC_ARG_WITH(geant4,
-	AC_HELP_STRING([--with-geant4=<path>], [Geant4 installation base [[G4INSTALL]]]),
-	[G4_PREFIX=$with_geant4])
-
-if test -z "${with_geant4}"; then
-  if test -n "$G4INSTALL"; then
-    G4_PREFIX=${G4INSTALL} # env
-  else
-    AC_MSG_RESULT(No)
-    AC_MSG_ERROR(Geant4 installation not found) # not found
-  fi
-fi
-
-G4_TEST_FILE=${G4_PREFIX}/source/run/include/G4RunManager.hh
-
-if test -e ${G4_TEST_FILE}; then
-  AC_MSG_RESULT(yes)
-  echo "found valid Geant4 installation at ${G4_PREFIX}"
-else
-  AC_MSG_ERROR(invalid Geant4 installation at ${G4_PREFIX})
-fi
-
-AC_SUBST(G4_PREFIX)
-
-dnl set work dir
-G4WORKDIR=${LCDD_BASE}
-
-AC_SUBST(G4WORKDIR)
-
-dnl try to derive G4SYSTEM, if not set
-
-AC_MSG_CHECKING([whether G4SYSTEM is set in your environment])
-
-if test -z "${G4SYSTEM}"; then
-
-  AC_MSG_RESULT(No)
-
-  g4system_os=`uname`
-  g4system_compiler=${CXX}
-
-  g4system=`echo "${g4system_os}-${g4system_compiler}"`
-
-  echo "guessing G4SYSTEM=${g4system}."
-
-  G4SYSTEM_TEST_FILE=${G4INSTALL}/.config/${g4system}/bin/env.sh
-
-  if test -z "${G4SYSTEM_TEST_FILE}"; then
-    AC_MSG_ERROR([G4SYSTEM=${g4system} does not appear to be setup on your system.])
-  fi
-else
-  AC_MSG_RESULT(yes)
-fi
-
-AC_SUBST(G4SYSTEM)
-])
-
-dnl macro to setup CLHEP
-
-AC_DEFUN(SIM_SETUP_CLHEP, [
-
-AC_MSG_CHECKING(for CLHEP installation)
-
-AC_ARG_WITH(clhep,
-	AC_HELP_STRING([--with-clhep=<path>], [CLHEP installation base [[CLHEP_BASE_DIR]] ]),
-	[CLHEP_PREFIX=$with_clhep])
-
-if test -z "${with_clhep}"; then
-  if test -n "$CLHEP_BASE_DIR"; then
-    CLHEP_PREFIX=${CLHEP_BASE_DIR} # env
-  else
-    AC_MSG_RESULT(No)
-    AC_MSG_ERROR(CLHEP installation was not found) # not found
-  fi
-fi
-
-CLHEP_TEST_FILE=${CLHEP_PREFIX}/include/CLHEP/Evaluator/Evaluator.h
-
-if test -e ${CLHEP_TEST_FILE}; then
-  AC_MSG_RESULT(yes)
-  echo "found valid CLHEP installation at ${CLHEP_PREFIX}"
-else
-  AC_MSG_ERROR(invalid CLHEP installation at ${CLHEP_PREFIX})
-fi
-
-AC_SUBST(CLHEP_PREFIX)
-
-])
-
-dnl macro to setup LCDD
-AC_DEFUN(SIM_SETUP_LCDD, [
-
-LCDD_BASE=`pwd`
-LCDD_PREFIX=${LCDD_BASE}
-
-AC_SUBST(LCDD_PREFIX)
-
-])
-
-dnl macro to setup Xerces
-AC_DEFUN(SIM_SETUP_XERCES, [
-
-AC_MSG_CHECKING(for Xerces installation)
-
-AC_ARG_WITH(xerces,
-	AC_HELP_STRING([--with-xerces=<path>], [Xerces-C++ installation root [[XERCESCROOT]] ]),
-	[XERCES_PREFIX=$with_xerces])
-
-if test -z "${with_xerces}"; then
-  if test -n "$XERCESCROOT"; then
-    XERCES_PREFIX=${XERCESCROOT} # env
-  else
-    AC_MSG_RESULT(No)
-    AC_MSG_ERROR(Xerces installation was not found) # not found
-  fi
-fi
-
-XERCES_TEST_FILE=${XERCES_PREFIX}/include/xercesc/dom/DOM.hpp
-
-if test -e "${XERCES_TEST_FILE}"; then
-  AC_MSG_RESULT(yes)
-  echo "found valid Xerces installation at ${XERCES_PREFIX}"
-else
-  AC_MSG_ERROR(invalid Xerces installation at ${XERCES_PREFIX})
-fi
-
-AC_SUBST(XERCES_PREFIX)
-
-])
-
-dnl macro to set Xerces libname
-AC_DEFUN(SIM_WITH_XERCES_LIBNAME, [
-
-AC_MSG_CHECKING(for Xerces libname)
-
-AC_ARG_WITH(xerces-libname,
-	AC_HELP_STRING([--with-xerces-libname=<name>],[Xerces libname without lib or .a/.so]),
-	[XERCES_LIBNAME=$with_xerces_libname],
-	[XERCES_LIBNAME=xerces-c])
-
-AC_MSG_RESULT($XERCES_LIBNAME)
-
-AC_SUBST(XERCES_LIBNAME)
-
-])
-
-dnl macro to setup GDML
-AC_DEFUN(SIM_SETUP_GDML, [
-
-AC_MSG_CHECKING(for GDML installation)
-
-dnl set GDML base dir
-AC_ARG_WITH(gdml,
-	AC_HELP_STRING([--with-gdml=<path>], [ GDML installation base [[GDML_BASE]] ]),
-	[GDML_PREFIX=$with_gdml])
-
-if test -z "${with_gdml}"; then
-  if test -n "$GDML_BASE"; then
-    GDML_PREFIX=${GDML_BASE} # env
-  else
-    AC_MSG_RESULT(No)
-    AC_MSG_ERROR(GDML installation was not found) # not found
-  fi
-fi
-
-GDML_TEST_FILE=${GDML_PREFIX}/Common/Saxana/src/SAXProcessor.cpp
-
-if test -e "${GDML_TEST_FILE}"; then
-  AC_MSG_RESULT(yes)
-  echo "found valid GDML installation at ${GDML_PREFIX}"
-else
-  AC_MSG_ERROR(invalid GDML installation at ${GDML_PREFIX})
-fi
-
-AC_SUBST(GDML_PREFIX)
-
-dnl set platform
-AC_ARG_WITH(gdml-platform,
-	AC_HELP_STRING([--with-gdml-platform=<platform description>], [description of platform for GDML, e.g. Linux_gcc323.[[PLATFORM]] ]),
-	[GDML_PLATFORM=${with_gdml_platform}])
-
-if test -n "{with_gdml_platform}"; then
-  if test -n "$PLATFORM"; then
-    GDML_PLATFORM=${PLATFORM} # env
-  else
-    host_guess=`uname -s`
-    comp_guess=$CXX
-
-    GDML_PLATFORM=${host_guess}"-"${comp_guess}
-  fi
-fi
-
-AC_SUBST(GDML_PLATFORM)
-
-])
-
-dnl macro to setup Doxygen
-AC_DEFUN([SIM_SETUP_DOXYGEN], [
-
-  AC_CHECK_PROGS(DOXYGEN, doxygen)
-  AC_SUBST(DOXYGEN)
-])
-
-dnl macro to set the GDML and LCDD schema installation directory
-AC_DEFUN([LCDD_WITH_SCHEMA_INSTALL_DIR], [
-
-    AC_MSG_CHECKING(for schema installation target directory)
-
-    AC_ARG_WITH(schema-install-dir,
-    	        AC_HELP_STRING([--with-schema-install-dir=<schema installation directory>],
-                               [directory where schemas should be copied]),
-        	[SCHEMA_INSTALL_DIR=${with_schema_install_dir}],
-                [SCHEMA_INSTALL_DIR=${HOME}/schemas])
-
-    AC_SUBST(SCHEMA_INSTALL_DIR)
-
-    AC_MSG_RESULT(${SCHEMA_INSTALL_DIR})
-])
-
-dnl macro to check whether G4VERBOSE should be enabled
-AC_DEFUN([ENABLE_VERBOSE], [
-
-AC_MSG_CHECKING(whether to set G4VERBOSE)
-
-AC_ARG_ENABLE(verbose,
-              [AC_HELP_STRING([--enable-verbose],
-                              [set G4VERBOSE])])
-
-if test "${enable_verbose}" != "no"; then
-  AC_DEFINE(G4VERBOSE)
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
-])
-
-dnl /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
-dnl Macro to select shared libraries.  This will turn OFF static lib.
-dnl /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
-
-AC_DEFUN(AC_LCDD_SHARED, [
-
-AC_MSG_CHECKING(whether to build a shared library)
-
-AC_ARG_ENABLE(shared,
-              AC_HELP_STRING([--enable-shared], [yes to enable shared lib; no for static]))
-
-if test "${enable_shared}" == "yes"; then
-  AC_MSG_RESULT(yes)
-  G4LIB_BUILD_SHARED=1
-  G4LIB_BUILD_STATIC=
-else
-  AC_MSG_RESULT(no)
-  G4LIB_BUILD_SHARED=
-  G4LIB_BUILD_STATIC=1
-fi
-
-AC_SUBST(G4LIB_BUILD_STATIC)
-AC_SUBST(G4LIB_BUILD_SHARED)
-
-])
-

lcdd
configure removed after 1.53
diff -N configure
--- configure	9 Apr 2013 21:22:54 -0000	1.53
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4509 +0,0 @@
-#! /bin/sh
-# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for LCDD v2r1p2.
-#
-# Report bugs to <[log in to unmask]>.
-#
-#
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
-#
-#
-# This configure script is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-## -------------------- ##
-## M4sh Initialization. ##
-## -------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in #(
-  *posix*) :
-    set -o posix ;; #(
-  *) :
-     ;;
-esac
-fi
-
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-# Prefer a ksh shell builtin over an external printf program on Solaris,
-# but without wasting forks for bash or zsh.
-if test -z "$BASH_VERSION$ZSH_VERSION" \
-    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='print -r --'
-  as_echo_n='print -rn --'
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in #(
-      *"$as_nl"*)
-	expr "X$arg" : "X\\(.*\\)$as_nl";
-	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""	$as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-as_myself=
-case $0 in #((
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-  done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  exit 1
-fi
-
-# Unset variables that we do not need and which cause bugs (e.g. in
-# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-# suppresses any "Segmentation fault" message there.  '((' could
-# trigger a bug in pdksh 5.2.14.
-for as_var in BASH_ENV ENV MAIL MAILPATH
-do eval test x\${$as_var+set} = xset \
-  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Use a proper internal environment variable to ensure we don't fall
-  # into an infinite loop, continuously re-executing ourselves.
-  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
-    _as_can_reexec=no; export _as_can_reexec;
-    # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
-  *v*x* | *x*v* ) as_opts=-vx ;;
-  *v* ) as_opts=-v ;;
-  *x* ) as_opts=-x ;;
-  * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-as_fn_exit 255
-  fi
-  # We don't want this to propagate to other subprocesses.
-          { _as_can_reexec=; unset _as_can_reexec;}
-if test "x$CONFIG_SHELL" = x; then
-  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
-  setopt NO_GLOB_SUBST
-else
-  case \`(set -o) 2>/dev/null\` in #(
-  *posix*) :
-    set -o posix ;; #(
-  *) :
-     ;;
-esac
-fi
-"
-  as_required="as_fn_return () { (exit \$1); }
-as_fn_success () { as_fn_return 0; }
-as_fn_failure () { as_fn_return 1; }
-as_fn_ret_success () { return 0; }
-as_fn_ret_failure () { return 1; }
-
-exitcode=0
-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
-
-else
-  exitcode=1; echo positional parameters were not saved.
-fi
-test x\$exitcode = x0 || exit 1
-test -x / || exit 1"
-  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
-  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
-  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
-  if (eval "$as_required") 2>/dev/null; then :
-  as_have_required=yes
-else
-  as_have_required=no
-fi
-  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
-
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_found=false
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  as_found=:
-  case $as_dir in #(
-	 /*)
-	   for as_base in sh bash ksh sh5; do
-	     # Try only shells that exist, to save several forks.
-	     as_shell=$as_dir/$as_base
-	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
-  CONFIG_SHELL=$as_shell as_have_required=yes
-		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
-  break 2
-fi
-fi
-	   done;;
-       esac
-  as_found=false
-done
-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
-	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
-  CONFIG_SHELL=$SHELL as_have_required=yes
-fi; }
-IFS=$as_save_IFS
-
-
-      if test "x$CONFIG_SHELL" != x; then :
-  export CONFIG_SHELL
-             # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
-  *v*x* | *x*v* ) as_opts=-vx ;;
-  *v* ) as_opts=-v ;;
-  *x* ) as_opts=-x ;;
-  * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-exit 255
-fi
-
-    if test x$as_have_required = xno; then :
-  $as_echo "$0: This script requires a shell more modern than all"
-  $as_echo "$0: the shells that I found on your system."
-  if test x${ZSH_VERSION+set} = xset ; then
-    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
-    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
-  else
-    $as_echo "$0: Please tell [log in to unmask] and
-$0: [log in to unmask] about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a shell if you do have one."
-  fi
-  exit 1
-fi
-fi
-fi
-SHELL=${CONFIG_SHELL-/bin/sh}
-export SHELL
-# Unset more variables known to interfere with behavior of common tools.
-CLICOLOR_FORCE= GREP_OPTIONS=
-unset CLICOLOR_FORCE GREP_OPTIONS
-
-## --------------------- ##
-## M4sh Shell Functions. ##
-## --------------------- ##
-# as_fn_unset VAR
-# ---------------
-# Portably unset VAR.
-as_fn_unset ()
-{
-  { eval $1=; unset $1;}
-}
-as_unset=as_fn_unset
-
-# as_fn_set_status STATUS
-# -----------------------
-# Set $? to STATUS, without forking.
-as_fn_set_status ()
-{
-  return $1
-} # as_fn_set_status
-
-# as_fn_exit STATUS
-# -----------------
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-as_fn_exit ()
-{
-  set +e
-  as_fn_set_status $1
-  exit $1
-} # as_fn_exit
-
-# as_fn_mkdir_p
-# -------------
-# Create "$as_dir" as a directory, including parents if necessary.
-as_fn_mkdir_p ()
-{
-
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || eval $as_mkdir_p || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
-	 X"$as_dir" : 'X\(//\)$' \| \
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
-
-
-} # as_fn_mkdir_p
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
-  test -f "$1" && test -x "$1"
-} # as_fn_executable_p
-# as_fn_append VAR VALUE
-# ----------------------
-# Append the text in VALUE to the end of the definition contained in VAR. Take
-# advantage of any shell optimizations that allow amortized linear growth over
-# repeated appends, instead of the typical quadratic growth present in naive
-# implementations.
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-  eval 'as_fn_append ()
-  {
-    eval $1+=\$2
-  }'
-else
-  as_fn_append ()
-  {
-    eval $1=\$$1\$2
-  }
-fi # as_fn_append
-
-# as_fn_arith ARG...
-# ------------------
-# Perform arithmetic evaluation on the ARGs, and store the result in the
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
-# must be portable across $(()) and expr.
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-  eval 'as_fn_arith ()
-  {
-    as_val=$(( $* ))
-  }'
-else
-  as_fn_arith ()
-  {
-    as_val=`expr "$@" || test $? -eq 1`
-  }
-fi # as_fn_arith
-
-
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
-# ----------------------------------------
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with STATUS, using 1 if that was 0.
-as_fn_error ()
-{
-  as_status=$1; test $as_status -eq 0 && as_status=1
-  if test "$4"; then
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
-  fi
-  $as_echo "$as_me: error: $2" >&2
-  as_fn_exit $as_status
-} # as_fn_error
-
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-
-  as_lineno_1=$LINENO as_lineno_1a=$LINENO
-  as_lineno_2=$LINENO as_lineno_2a=$LINENO
-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
-  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
-
-  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
-  # already done that, so ensure we don't try to do so again and fall
-  # in an infinite loop.  This has already happened in practice.
-  _as_can_reexec=no; export _as_can_reexec
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in #(((((
--n*)
-  case `echo 'xy\c'` in
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  xy)  ECHO_C='\c';;
-  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-       ECHO_T='	';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -pR'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -pR'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -pR'
-  fi
-else
-  as_ln_s='cp -pR'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p='mkdir -p "$as_dir"'
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&1
-
-# Name of the host.
-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-#
-# Initializations.
-#
-ac_default_prefix=/usr/local
-ac_clean_files=
-ac_config_libobj_dir=.
-LIBOBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='LCDD'
-PACKAGE_TARNAME='lcdd'
-PACKAGE_VERSION='v2r1p2'
-PACKAGE_STRING='LCDD v2r1p2'
[log in to unmask]
-PACKAGE_URL=''
-
-ac_unique_file="src/volumeExtendedSubscriber.cc"
-ac_subst_vars='LTLIBOBJS
-LIBOBJS
-DOXYGEN
-SCHEMA_INSTALL_DIR
-G4LIB_BUILD_SHARED
-G4LIB_BUILD_STATIC
-LCDD_PREFIX
-GDML_PLATFORM
-GDML_PREFIX
-XERCES_LIBNAME
-XERCES_PREFIX
-G4SYSTEM
-G4WORKDIR
-G4_PREFIX
-SET_MAKE
-ac_ct_CC
-CFLAGS
-CC
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-target_alias
-host_alias
-build_alias
-LIBS
-ECHO_T
-ECHO_N
-ECHO_C
-DEFS
-mandir
-localedir
-libdir
-psdir
-pdfdir
-dvidir
-htmldir
-infodir
-docdir
-oldincludedir
-includedir
-localstatedir
-sharedstatedir
-sysconfdir
-datadir
-datarootdir
-libexecdir
-sbindir
-bindir
-program_transform_name
-prefix
-exec_prefix
-PACKAGE_URL
-PACKAGE_BUGREPORT
-PACKAGE_STRING
-PACKAGE_VERSION
-PACKAGE_TARNAME
-PACKAGE_NAME
-PATH_SEPARATOR
-SHELL'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-with_geant4
-enable_nist
-with_xerces
-with_xerces_libname
-with_gdml
-with_gdml_platform
-enable_shared
-with_schema_install_dir
-enable_verbose
-enable_version
-'
-      ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-CC
-CFLAGS'
-
-
-# Initialize some variables set by options.
-ac_init_help=
-ac_init_version=false
-ac_unrecognized_opts=
-ac_unrecognized_sep=
-# The variables have the same names as the options, with
-# dashes changed to underlines.
-cache_file=/dev/null
-exec_prefix=NONE
-no_create=
-no_recursion=
-prefix=NONE
-program_prefix=NONE
-program_suffix=NONE
-program_transform_name=s,x,x,
-silent=
-site=
-srcdir=
-verbose=
-x_includes=NONE
-x_libraries=NONE
-
-# Installation directory options.
-# These are left unexpanded so users can "make install exec_prefix=/foo"
-# and all the variables that are supposed to be based on exec_prefix
-# by default will actually change.
-# Use braces instead of parens because sh, perl, etc. also accept them.
-# (The list follows the same order as the GNU Coding Standards.)
-bindir='${exec_prefix}/bin'
-sbindir='${exec_prefix}/sbin'
-libexecdir='${exec_prefix}/libexec'
-datarootdir='${prefix}/share'
-datadir='${datarootdir}'
-sysconfdir='${prefix}/etc'
-sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
-includedir='${prefix}/include'
-oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-infodir='${datarootdir}/info'
-htmldir='${docdir}'
-dvidir='${docdir}'
-pdfdir='${docdir}'
-psdir='${docdir}'
-libdir='${exec_prefix}/lib'
-localedir='${datarootdir}/locale'
-mandir='${datarootdir}/man'
-
-ac_prev=
-ac_dashdash=
-for ac_option
-do
-  # If the previous option needs an argument, assign it.
-  if test -n "$ac_prev"; then
-    eval $ac_prev=\$ac_option
-    ac_prev=
-    continue
-  fi
-
-  case $ac_option in
-  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-  *=)   ac_optarg= ;;
-  *)    ac_optarg=yes ;;
-  esac
-
-  # Accept the important Cygnus configure options, so we can diagnose typos.
-
-  case $ac_dashdash$ac_option in
-  --)
-    ac_dashdash=yes ;;
-
-  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-    ac_prev=bindir ;;
-  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-    bindir=$ac_optarg ;;
-
-  -build | --build | --buil | --bui | --bu)
-    ac_prev=build_alias ;;
-  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-    build_alias=$ac_optarg ;;
-
-  -cache-file | --cache-file | --cache-fil | --cache-fi \
-  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-    ac_prev=cache_file ;;
-  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-    cache_file=$ac_optarg ;;
-
-  --config-cache | -C)
-    cache_file=config.cache ;;
-
-  -datadir | --datadir | --datadi | --datad)
-    ac_prev=datadir ;;
-  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-    datadir=$ac_optarg ;;
-
-  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-  | --dataroo | --dataro | --datar)
-    ac_prev=datarootdir ;;
-  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-    datarootdir=$ac_optarg ;;
-
-  -disable-* | --disable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid feature name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=no ;;
-
-  -docdir | --docdir | --docdi | --doc | --do)
-    ac_prev=docdir ;;
-  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-    docdir=$ac_optarg ;;
-
-  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-    ac_prev=dvidir ;;
-  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-    dvidir=$ac_optarg ;;
-
-  -enable-* | --enable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid feature name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=\$ac_optarg ;;
-
-  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-  | --exec | --exe | --ex)
-    ac_prev=exec_prefix ;;
-  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-  | --exec=* | --exe=* | --ex=*)
-    exec_prefix=$ac_optarg ;;
-
-  -gas | --gas | --ga | --g)
-    # Obsolete; use --with-gas.
-    with_gas=yes ;;
-
-  -help | --help | --hel | --he | -h)
-    ac_init_help=long ;;
-  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
-    ac_init_help=recursive ;;
-  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
-    ac_init_help=short ;;
-
-  -host | --host | --hos | --ho)
-    ac_prev=host_alias ;;
-  -host=* | --host=* | --hos=* | --ho=*)
-    host_alias=$ac_optarg ;;
-
-  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-    ac_prev=htmldir ;;
-  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-  | --ht=*)
-    htmldir=$ac_optarg ;;
-
-  -includedir | --includedir | --includedi | --included | --include \
-  | --includ | --inclu | --incl | --inc)
-    ac_prev=includedir ;;
-  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-  | --includ=* | --inclu=* | --incl=* | --inc=*)
-    includedir=$ac_optarg ;;
-
-  -infodir | --infodir | --infodi | --infod | --info | --inf)
-    ac_prev=infodir ;;
-  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-    infodir=$ac_optarg ;;
-
-  -libdir | --libdir | --libdi | --libd)
-    ac_prev=libdir ;;
-  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-    libdir=$ac_optarg ;;
-
-  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-  | --libexe | --libex | --libe)
-    ac_prev=libexecdir ;;
-  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-  | --libexe=* | --libex=* | --libe=*)
-    libexecdir=$ac_optarg ;;
-
-  -localedir | --localedir | --localedi | --localed | --locale)
-    ac_prev=localedir ;;
-  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-    localedir=$ac_optarg ;;
-
-  -localstatedir | --localstatedir | --localstatedi | --localstated \
-  | --localstate | --localstat | --localsta | --localst | --locals)
-    ac_prev=localstatedir ;;
-  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-    localstatedir=$ac_optarg ;;
-
-  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-    ac_prev=mandir ;;
-  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-    mandir=$ac_optarg ;;
-
-  -nfp | --nfp | --nf)
-    # Obsolete; use --without-fp.
-    with_fp=no ;;
-
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-  | --no-cr | --no-c | -n)
-    no_create=yes ;;
-
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-    no_recursion=yes ;;
-
-  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-  | --oldin | --oldi | --old | --ol | --o)
-    ac_prev=oldincludedir ;;
-  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-    oldincludedir=$ac_optarg ;;
-
-  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-    ac_prev=prefix ;;
-  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-    prefix=$ac_optarg ;;
-
-  -program-prefix | --program-prefix | --program-prefi | --program-pref \
-  | --program-pre | --program-pr | --program-p)
-    ac_prev=program_prefix ;;
-  -program-prefix=* | --program-prefix=* | --program-prefi=* \
-  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
-    program_prefix=$ac_optarg ;;
-
-  -program-suffix | --program-suffix | --program-suffi | --program-suff \
-  | --program-suf | --program-su | --program-s)
-    ac_prev=program_suffix ;;
-  -program-suffix=* | --program-suffix=* | --program-suffi=* \
-  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
-    program_suffix=$ac_optarg ;;
-
-  -program-transform-name | --program-transform-name \
-  | --program-transform-nam | --program-transform-na \
-  | --program-transform-n | --program-transform- \
-  | --program-transform | --program-transfor \
-  | --program-transfo | --program-transf \
-  | --program-trans | --program-tran \
-  | --progr-tra | --program-tr | --program-t)
-    ac_prev=program_transform_name ;;
-  -program-transform-name=* | --program-transform-name=* \
-  | --program-transform-nam=* | --program-transform-na=* \
-  | --program-transform-n=* | --program-transform-=* \
-  | --program-transform=* | --program-transfor=* \
-  | --program-transfo=* | --program-transf=* \
-  | --program-trans=* | --program-tran=* \
-  | --progr-tra=* | --program-tr=* | --program-t=*)
-    program_transform_name=$ac_optarg ;;
-
-  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-    ac_prev=pdfdir ;;
-  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-    pdfdir=$ac_optarg ;;
-
-  -psdir | --psdir | --psdi | --psd | --ps)
-    ac_prev=psdir ;;
-  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-    psdir=$ac_optarg ;;
-
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil)
-    silent=yes ;;
-
-  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-    ac_prev=sbindir ;;
-  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-  | --sbi=* | --sb=*)
-    sbindir=$ac_optarg ;;
-
-  -sharedstatedir | --sharedstatedir | --sharedstatedi \
-  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-  | --sharedst | --shareds | --shared | --share | --shar \
-  | --sha | --sh)
-    ac_prev=sharedstatedir ;;
-  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-  | --sha=* | --sh=*)
-    sharedstatedir=$ac_optarg ;;
-
-  -site | --site | --sit)
-    ac_prev=site ;;
-  -site=* | --site=* | --sit=*)
-    site=$ac_optarg ;;
-
-  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-    ac_prev=srcdir ;;
-  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-    srcdir=$ac_optarg ;;
-
-  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-  | --syscon | --sysco | --sysc | --sys | --sy)
-    ac_prev=sysconfdir ;;
-  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
[truncated at 1000 lines; 3513 more skipped]

lcdd
configure.ac removed after 1.48
diff -N configure.ac
--- configure.ac	9 Apr 2013 21:22:54 -0000	1.48
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,96 +0,0 @@
-# $Header: /cvs/lcd/lcdd/Attic/configure.ac,v 1.48 2013/04/09 21:22:54 jeremy Exp $
-#
-# Process this file with autoconf to produce a configure script for LCDD.
-#
-
-# _standard order_ (from Autoconf manual)
-# information on the package
-# checks for programs
-# checks for libraries
-# checks for header files
-# checks for types
-# checks for structures
-# checks for compiler characteristics
-# checks for library functions
-# checks for system services
-
-# package info
-AC_PREREQ(2.57)
-AC_INIT(LCDD,v2r1p2, [log in to unmask])
-AC_CONFIG_SRCDIR([src/volumeExtendedSubscriber.cc])
-
-# Checks for programs.
-AC_PROG_CXX
-
-# no default flags from env; use debugging symbols
-CXXFLAGS="-g"
-
-AC_PROG_CC
-
-AC_PROG_MAKE_SET
-
-# checks for required packages
-
-# G4
-SIM_SETUP_G4
-AC_HAVE_G4NIST
-AC_USE_G4NIST
-AC_HAVE_G4PVPLACEMENT_CHECKOVERLAPS
-AC_HAVE_G4LOGICALVOLUME_GETMASS
-AC_HAVE_G4REGION_SETUSERLIMITS
-
-# CLHEP
-#SIM_SETUP_CLHEP
-
-# Xerces
-SIM_SETUP_XERCES
-SIM_WITH_XERCES_LIBNAME
-
-# GDML
-SIM_SETUP_GDML
-
-# LCDD
-SIM_SETUP_LCDD
-
-# Config shared or static lib.
-AC_LCDD_SHARED
-
-# schema install
-LCDD_WITH_SCHEMA_INSTALL_DIR
-
-# verbose
-ENABLE_VERBOSE
-
-# Doxygen
-SIM_SETUP_DOXYGEN
-
-# Set VERSION file
-SIM_CREATE_VERSION_FILE
-
-# substitute DEFS and CXXFLAGS
-AC_SUBST([CXXFLAGS])
-AC_SUBST([CPPFLAGS])
-AC_SUBST([DEFS])
-
-# write out GNUmakefile.local with local settings
-MAKEFILES="
-	GNUmakefile.local
-        ./config/doxygen/lcdd_doxygen.cfg
-	"
-
-AC_CONFIG_FILES(${MAKEFILES})
-AC_OUTPUT
-
-# completion mesg
-dnl echo "Done."
-dnl echo
-dnl echo "Now source your Geant4 setup script to get the correct UI and graphics settings "
-dnl echo "for Geant4's build system."
-dnl echo
-dnl echo "  source $G4INSTALL/.config/bin/$G4SYSTEM/env.sh"
-dnl echo
-dnl echo "Finally, to build LCDD."
-dnl echo
-dnl echo "  gmake"
-dnl echo
-dnl echo "The library should be found at $LCDD_BASE/lib/$G4SYSTEM/liblcdd.a when the build completes."

lcdd/config/gdml_patches
SinglePlacementTypeProcess.h.diff removed after 1.1
diff -N SinglePlacementTypeProcess.h.diff
--- SinglePlacementTypeProcess.h.diff	9 Mar 2005 21:16:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-53a54,57
->     // push physvolid --JM
->     else if ( name == "physvolid" ) {
->       sptobj->add_content( name, *so );
->     }

lcdd/config/gdml_patches
patchGDML.sh removed after 1.1
diff -N patchGDML.sh
--- patchGDML.sh	9 Mar 2005 21:16:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ -n "$GDML_BASE" ]; then
-  patch $GDML_BASE/G4Binding/G4Subscribers/src/volumeSubscriber.cpp volumeSubscriber.cpp.diff
-  patch $GDML_BASE/Common/Processes/Processes/SinglePlacementTypeProcess.h SinglePlacementTypeProcess.h.diff
-else
-  echo "ERROR: define GDML_BASE"
-fi

lcdd/config/gdml_patches
volumeSubscriber.cpp.diff removed after 1.2
diff -N volumeSubscriber.cpp.diff
--- volumeSubscriber.cpp.diff	9 Mar 2005 22:21:31 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-411,414c411,415
-<               else
-<               { 
-<                 std::cout << "Something went wrong in volumeSubscriber..." << std::endl;
-<               }
----
->               // fine --JM
->               //else
->               //{ 
->               //  std::cout << "Something went wrong in volumeSubscriber..." << std::endl;
->               //}
-419,420c420,421
-<       
-<       delete object;
----
->       // let extended subscriber do this --JM
->       //delete object;

lcdd/config/make
gdml.gmk removed after 1.9
diff -N gdml.gmk
--- gdml.gmk	8 Dec 2006 00:45:20 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-# lib dir
-ifndef GDML_LIB_DIR
-  $(error define GDML_LIB_DIR)
-endif
-
-# GDML includes
-CPPFLAGS += -I$(GDML_BASE)/G4Binding/G4Evaluator \
-            -I$(GDML_BASE)/G4Binding/G4Processor \
-            -I$(GDML_BASE)/G4Binding/G4Subscribers \
-            -I$(GDML_BASE)/G4Binding/G4Writer \
-            -I$(GDML_BASE)/Common/Writer \
-            -I$(GDML_BASE)/Common/Schema \
-            -I$(GDML_BASE)/Common/Processes \
-            -I$(GDML_BASE)/Common/Saxana
-
-# link against the single gdml lib
-GDML_LINK_LIBS += -L$(GDML_LIB_DIR) 
-
-#GDML_LINK_LIBS += -lG4Subscribers \
-#                  -lG4Evaluator \
-#                  -lG4Processor \
-#                  -lG4Writer \
-#                  -lSaxana \
-#                  -lProcesses \
-#                  -lWriter
-
-GDML_LINK_LIBS += -lgdml

lcdd/config/make
geant4.gmk removed after 1.4
diff -N geant4.gmk
--- geant4.gmk	9 Apr 2013 21:22:54 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-# Geant4 Framework
-ifndef G4INSTALL
-  $(error define G4INSTALL=/path/to/geant4)
-endif
-
-ifdef G4UI_USE_TERMINAL
-  CPPFLAGS += -DG4UI_USE_TERMINAL
-endif
-
-# CLHEP headers
-CPPFLAGS += -I$(G4INSTALL)/source/externals/clhep/include/
-
-include $(G4INSTALL)/config/binmake.gmk
-
-# extra libs for static linking
-#LOADLIBS  += -lCLHEP
-#EXTRALIBS += -lCLHEP

lcdd/config/make
xerces.gmk removed after 1.3
diff -N xerces.gmk
--- xerces.gmk	5 May 2005 02:40:13 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-# Xerces-C
-ifndef XERCESCROOT
-  $(error define XERCESCROOT)
-endif
-
-# Xerces includes
-CPPFLAGS += -I$(XERCESCROOT)/include
-
-# lib
-LDFLAGS += -L$(XERCESCROOT)/lib \
-           -l$(XERCES_LIBNAME)

lcdd/config/make/gdml_build
ext_clhep.gmk removed after 1.1
diff -N ext_clhep.gmk
--- ext_clhep.gmk	11 Mar 2005 08:03:04 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,52 +0,0 @@
-# -*-Makefile-*-
-# clhep
-# example of local instalation
-
-$(echo included ext_slac_clhep.gmk)
-
-ifndef CLHEP_INCLUDED
-CLHEP_INCLUDED := 1
-
-ifdef REQUIRE_CLHEP
-
-CLHEP_SET         := 0
-
-ifeq ($(strip $(REQUIRE_CLHEP)),any)
- # Default clhep version
- CLHEP_BASE        := $(CLHEP_BASE_DIR)
- CLHEP_INCLUDE     := $(CLHEP_BASE)/include
- CLHEP_LIBDIR      := $(CLHEP_BASE)/lib
- CLHEP_SET         := 1
- 
- $(echo CLHEP: base=$(CLHEP_BASE_DIR) includedir=$(CLHEP_BASE)/include libdir$(CLHEP_BASE)/lib )
-
-else
-  $(error "Specific CLHEP version not supported.")
-endif
-
-ifeq ($(CLHEP_SET),1)
- # Update preprocessor & compiler flags
- PROJECT_INCLUDES   += -I$(CLHEP_INCLUDE)
-
- # Update linker flags
- PROJECT_LINK_FLAGS += -L$(CLHEP_LIBDIR) -lclhep
-
- # Update run-time library path
- ifeq ($(strip $(LD_LIBRARY_PATH)),)
-  LD_LIBRARY_PATH := $(CLHEP_LIBDIR)
- else
-  LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(CLHEP_LIBDIR)
- endif
-
-else
- $(error Wrong version of clhep specified!)
-endif
-
-endif
-
-.PHONY: clp
-clp:
-	echo "CLHEP SET: $(CLHEP_SET)"
-
-endif
-

lcdd/config/make/gdml_build
ext_geant4.gmk removed after 1.1
diff -N ext_geant4.gmk
--- ext_geant4.gmk	11 Mar 2005 08:03:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,61 +0,0 @@
-# -*-Makefile-*-
-# Geant4
-# example of local instalation
-
-ifndef GEANT4_INCLUDED
-GEANT4_INCLUDED := 1
-
-ifdef REQUIRE_GEANT4
-
-GEANT4_SET         := 0
-
-ifeq ($(strip $(REQUIRE_GEANT4)),any)
- # Default Geant4 version
- GEANT4_BASE        := $(G4INSTALL)
- GEANT4_INCLUDE     := $(GEANT4_BASE)/include
- GEANT4_LIBDIR      := $(GEANT4_BASE)/lib/$(G4SYSTEM)
- GEANT4_SET         := 1
-  $(echo $(GEANT4_BASE) $(GEANT4_INCLUDE) $(GEANT4_LIBDIR) )
-else
- $(error "Specific G4 version not supported.")
-endif
-
-ifeq ($(GEANT4_SET),1)
- # Update preprocessor & compiler flags
- PROJECT_INCLUDES   += -I$(GEANT4_INCLUDE)
-
- # Update linker flags (evil! --JM)
- PROJECT_LINK_FLAGS += -L$(GEANT4_LIBDIR) \
-		-lG4readout \
-		-lG4run \
-		-lG4event \
-		-lG4tracking \
-	     	-lG4parmodels \
-		-lG4processes \
-		-lG4digits_hits \
-		-lG4track \
-		-lG4particles \
-		-lG4geometry \
-		-lG4materials \
-		-lG4graphics_reps \
-		-lG4intercoms \
-		-lG4global
-
- # Update run-time library path
- ifeq ($(strip $(LD_LIBRARY_PATH)),)
-  LD_LIBRARY_PATH := $(GEANT4_LIBDIR)
- else
-  LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(GEANT4_LIBDIR)
- endif
-
-else
- $(error Wrong version of Geant4 specified!)
-endif
-
-endif
-
-.PHONY: g4p
-g4p:
-	echo "GEANT4 SET: $(GEANT4_SET)"
-
-endif

lcdd/config/make/gdml_build
ext_xercesc.gmk removed after 1.3
diff -N ext_xercesc.gmk
--- ext_xercesc.gmk	29 Mar 2005 23:58:47 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,57 +0,0 @@
-
-# -*-Makefile-*-
-# Apache Xerces-C
-# example of local instalation
-
-$(echo included ext_slac_xerces.gmk)
-
-ifndef XERCESC_INCLUDED
-XERCESC_INCLUDED := 1
-
-ifdef REQUIRE_XERCESC
-
-XERCESC_SET         := 0
-
-ifeq ($(strip $(REQUIRE_XERCESC)),any)
- # Default Xerces-C version
- XERCESC_BASE        := $(XERCESCROOT)  
- XERCESC_INCLUDE     := $(XERCESCROOT)/include
- XERCESC_LIBDIR      := $(XERCESC_BASE)/lib
- XERCESC_SET         := 1
-  $(echo $(XERCESC_BASE) $(XERCESC_INCLUDE) $(XERCESC_LIBDIR) )
-else
- $(error "Specific Xerces version not supported.") 
-endif
-
-ifeq ($(XERCESC_SET),1)
- # Update preprocessor & compiler flags
- PROJECT_INCLUDES   += -I$(XERCESC_INCLUDE)
-
- # Update linker flags
-PROJECT_LINK_FLAGS += -L$(XERCESC_LIBDIR)
-ifeq ($(findstring CYGWIN,$(PLATFORM)),CYGWIN)
- PROJECT_LINK_FLAGS += -lxerces-c.dll -lxerces-depdom.dll
-else
- PROJECT_LINK_FLAGS += -lxerces-c
-endif
-
-
- # Update run-time library path
- ifeq ($(strip $(LD_LIBRARY_PATH)),)
-  LD_LIBRARY_PATH := $(XERCESC_LIBDIR)
- else
-  LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(XERCESC_LIBDIR)
- endif
-
-else
- $(error Wrong version of Xerces-C specified!)
-endif
-
-endif
-
-.PHONY: xcp
-xcp:
-	echo "XERCESC SET: $(XERCESC_SET)"
-
-endif
-

lcdd/config/make/gdml_build
platform_settings.gmk removed after 1.1
diff -N platform_settings.gmk
--- platform_settings.gmk	11 Mar 2005 08:03:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
-# -*-Makefile-*-
-# $Id: platform_settings.gmk,v 1.1 2005/03/11 08:03:05 jeremy Exp $
-
-# Settings for linux.  Verbatim copy from SLC gmk. --JM
-
-# Parameters defined elsewhere
-#
-# SITE_LIB_PREFIX - (optional) site dependent lib prefix
-#
-
-# GCC C++ compiler flags
-CXXFLAGS                      += -D_GNU_SOURCE -pipe -ansi -pedantic -W -Wall \
-                                 -Wno-non-virtual-dtor -Wno-long-long \
-                                 -Wwrite-strings -Wpointer-arith \
-                                 -Woverloaded-virtual -ftemplate-depth-256 \
-                                 -pthread -fmessage-length=0 \
-                                 -O2 -g1
-
-ifdef SITE_LIB_PREFIX
-PLATFORM_LIB_PREFIX           := lib$(SITE_LIB_PREFIX)
-PLATFORM_SHLIB_PREFIX         := lib$(SITE_LIB_PREFIX)
-else
-PLATFORM_LIB_PREFIX           := lib
-PLATFORM_SHLIB_PREFIX         := lib
-endif
-
-PLATFORM_LIB_SUFFIX           := .a
-PLATFORM_SHLIB_SUFFIX         := .so
-
-# Shared library linker flags
-PLATFORM_SHLIB_FLAGS          := -Wl,-E -shared
-
-# Executable linker flags
-PLATFORM_EXE_SHLIB_FLAGS      := -Wl,-E
-
-# Shared libraries are supported on this platform
-# We don't want shared libs, because they are pesky! --JM
-PLATFORM_SUPPORTS_SHARED_LIBS := 0

lcdd/config/make/gdml_build
site_settings.gmk removed after 1.1
diff -N site_settings.gmk
--- site_settings.gmk	11 Mar 2005 08:03:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-# -*-Makefile-*-
-# $Id: site_settings.gmk,v 1.1 2005/03/11 08:03:05 jeremy Exp $
-
-# local build settings - need to be customised for the given local environment
-
-# don't want either of these --JM
-SITE_EXTSW_BASE := 
-SITE_LIB_PREFIX :=
-
-#include external software
-include $(PROJECT_TOP)/config/make/ext_$(SITE)_*.gmk

lcdd/config/setup
setup-gdml-slac.sh removed after 1.1
diff -N setup-gdml-slac.sh
--- setup-gdml-slac.sh	28 Feb 2005 19:02:49 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-#source $PRJ_SCRIPTS/geant4.6.2.p02-env.sh
-#source $PRJ_SCRIPTS/geant4.6.2.p01-env.sh
-#source $PRJ_SCRIPTS/geant4.6.1-env.sh
-source $PRJ_SCRIPTS/setup-geant4.6.2.p02-prod-env.sh
-
-export GDML_BASE=${PRJ_DIST}/gdml/v2-0pre_ForLCDD
-#export GDML_BASE=`pwd`/ForLCDD
-
-export CLHEP_BASE=$CLHEP_BASE_DIR
-
-export XERCESCROOT=$PRJ_EXTERN/xerces-c/v2-6-0
-#export XERCESCROOT=$PRJ_EXTERN/xerces-c/v2-4-0
-#export XERCESCROOT=$PRJ_EXTERN/xerces-c/v2-3-0
-
-export G4VERSION=`basename $G4INSTALL`
-export G4LIBDIR=$G4LIB/$G4SYSTEM
-
-#SCRAM_ARCH=rh73_gcc32
-
-unset LD_LIBRARY_PATH
-#export LD_LIBRARY_PATH=$G4LIB/$G4SYSTEM
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XERCESCROOT/lib
-
-#echo "SCRAM_ARCH=$SCRAM_ARCH"
-echo "GDML_BASE=$GDML_BASE"
-echo "CLHEP_BASE=$CLHEP_BASE"
-echo "XERCESCROOT=$XERCESCROOT"
-echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"

lcdd/config/setup
setup-lcdd-nicadd.sh removed after 1.1
diff -N setup-lcdd-nicadd.sh
--- setup-lcdd-nicadd.sh	15 Dec 2004 02:36:18 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-source /k2dist/bin/g4_6_2env.sh
-
-export G4WORKDIR=`pwd`
-
-unset G4LIB_BUILD_SHARED
-export G4LIB_BUILD_STATIC=1
-
-export GDML_BASE=/k2dist/apps/lib/gdml/gdml_0_1_0_ForLCDD
-export GDML_LIB_DIR=${GDML_BASE}/rh73_gcc32/lib
-export CLHEP_BASE=$CLHEP_BASE_DIR
-
-#export XERCESCROOT=/k2dist/apps/lib/xerces-c/install_2-4-0
-export XERCESCROOT=/k2dist/apps/lib/xerces-c/v2-6-0
-export G4VERSION=`basename $G4INSTALL`
-export G4LIBDIR=$G4LIB/$G4SYSTEM
-
-unset LD_LIBRARY_PATH
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XERCESCROOT/lib
-
-unset LD_LIBRARY_PATH
-export LD_LIBRARY_PATH=${XERCESCROOT}/lib
-export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$CLHEP_LIB_DIR
-export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$G4LIB/$G4SYSTEM:$G4LIB/.lists_build/$G4SYSTEM
-
-echo "XERCESCROOT=${XERCESCROOT}"
-echo "GDML_BASE=${GDML_BASE}"
-echo "GDML_LIB_DIR=${GDML_LIB_DIR}"
-echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"

lcdd/config/setup
setup-lcdd-slac.sh removed after 1.15
diff -N setup-lcdd-slac.sh
--- setup-lcdd-slac.sh	3 Nov 2005 10:28:33 -0000	1.15
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-if [ -z $LCDD_BASE ]; then
-  export LCDD_BASE=`pwd`
-fi
-
-source ${PRJ_SCRIPTS}/setup-geant4.7.1.p01.sh
-
-export G4WORKDIR=$LCDD_BASE
-
-# source common GDML setup script
-source ${PRJ_SCRIPTS}/setup-gdml.sh
-
-# echo
-echo "LCDD_BASE=$LCDD_BASE"
-echo "G4WORKDIR=$G4WORKDIR"
-echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1