Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
4326398c
Commit
4326398c
authored
Apr 27, 2004
by
Lynn Garren
Browse files
*** empty log message ***
parent
9deae08e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Evaluator/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
LDADD
=
-L
${
top_builddir
}
/src
@Evaluator_LIBS@
# libraries to link, and whence
LDADD
=
$(
top_builddir
)
/src
/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
# libraries to link, and whence
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Exceptions/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
# libraries to link, and whence
LDADD
=
-L
${
top_builddir
}
/src
@Exceptions_LIBS@
\
-L
${top_builddir}
/../Cast/src
-l
CLHEP-Cast-
@VERSION@
\
-L
${top_builddir}
/../RefCount/src
-l
CLHEP-RefCount-
@VERSION@
LDADD
=
$(
top_builddir
)
/src
/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
\
${top_builddir}
/../Cast/src
/.libs/lib
CLHEP-Cast-@VERSION@
.lib
\
${top_builddir}
/../RefCount/src
/.libs/lib
CLHEP-RefCount-@VERSION@
.lib
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Fields/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
# libraries to link, and whence
LDADD
=
-L
${top_builddir}
/src
-lCLHEP-
@PACKAGE@-@VERSION@
\
-L
${top_builddir}
/../Geometry/src
-L
${top_builddir}
/../Vector/src
-L
${top_builddir}
/../GenericFunctions/src
-lCLHEP-GenericFunctions-
@VERSION@
-lCLHEP-Geometry-
@VERSION@
-lCLHEP-Vector-
@VERSION@
LDADD
=
$(top_builddir)
/src/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
\
${top_builddir}
/../Geometry/src/.libs/libCLHEP-Geometry-@VERSION@.lib
\
${top_builddir}
/../Vector/src/.libs/libCLHEP-Vector-@VERSION@.lib
\
${top_builddir}
/../GenericFunctions/src/.libs/libCLHEP-GenericFunctions-@VERSION@.lib
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
GenericFunctions/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
LDADD
=
-L
${
top_builddir
}
/src
@GenericFunctions_LIBS@
# libraries to link, and whence
LDADD
=
$(
top_builddir
)
/src
/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
# libraries to link, and whence
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Geometry/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
# libraries to link, and whence
LDADD
=
-L
${
top_builddir
}
/src
-l
CLHEP-
@PACKAGE@-@VERSION@
\
-L
${top_builddir}
/../Vector/src
-l
CLHEP-Vector-
@VERSION@
LDADD
=
$(
top_builddir
)
/src
/.libs/lib
CLHEP-@PACKAGE@-@VERSION@
.lib
\
${top_builddir}
/../Vector/src
/.libs/lib
CLHEP-Vector-@VERSION@
.lib
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
HepPDT/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
LDADD
=
-L
${
top_builddir
}
/src
@HepPDT_LIBS@
# libraries to link, and whence
LDADD
=
$(
top_builddir
)
/src
/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
# libraries to link, and whence
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Matrix/test/Makefile.am
View file @
4326398c
# Applicable to each test program:
INCLUDES
=
-I
../
# libraries to link, and whence
LDADD
=
-L
${
top_builddir
}
/src
-l
CLHEP-
@PACKAGE@-@VERSION@
\
-L
${top_builddir}
/../Random/src
-l
CLHEP-Random-
@VERSION@
\
-L
${top_builddir}
/../Vector/src
-l
CLHEP-Vector-
@VERSION@
LDADD
=
$(
top_builddir
)
/src
/.libs/lib
CLHEP-@PACKAGE@-@VERSION@
.lib
\
${top_builddir}
/../Random/src
/.libs/lib
CLHEP-Random-@VERSION@
.lib
\
${top_builddir}
/../Vector/src
/.libs/lib
CLHEP-Vector-@VERSION@
.lib
# add -D needed by testInversion
CXXFLAGS
=
@CXXFLAGS@
-DINSTALLATION_CHECK
...
...
Random/test/Makefile.am
View file @
4326398c
# run gaussSpeed and gaussSmall interactively
# Applicable to each test program:
INCLUDES
=
-I
../
LDADD
=
-L
${
top_builddir
}
/src
@Random_LIBS@
# libraries to link, and whence
LDADD
=
$(
top_builddir
)
/src
/.libs/libCLHEP-@PACKAGE@-@VERSION@.lib
# libraries to link, and whence
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
RandomObjects/test/Makefile.am
View file @
4326398c
...
...
@@ -2,9 +2,9 @@
# Applicable to each test program:
INCLUDES
=
-I
../
# libraries to link, and whence
LDADD
=
-L
${
top_builddir
}
/src
-l
CLHEP-
@PACKAGE@-@VERSION@
\
-L
${top_builddir}
/../Random/src
-l
CLHEP-Random-
@VERSION@
\
-L
${top_builddir}
/../Matrix/src
-l
CLHEP-Matrix-
@VERSION@
LDADD
=
$(
top_builddir
)
/src
/.libs/lib
CLHEP-@PACKAGE@-@VERSION@
.lib
\
${top_builddir}
/../Random/src
/.libs/lib
CLHEP-Random-@VERSION@
.lib
\
${top_builddir}
/../Matrix/src
/.libs/lib
CLHEP-Matrix-@VERSION@
.lib
# Identify executables needed during testing:
check_PROGRAMS
=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment