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
41b86bcd
Commit
41b86bcd
authored
Apr 27, 2004
by
Lynn Garren
Browse files
use explicit path
parent
9bb6745a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Cast/Cast/Makefile.am
View file @
41b86bcd
...
...
@@ -20,6 +20,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Evaluator/Evaluator/Makefile.am
View file @
41b86bcd
...
...
@@ -19,6 +19,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Exceptions/Exceptions/Makefile.am
View file @
41b86bcd
...
...
@@ -33,6 +33,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
GenericFunctions/GenericFunctions/Makefile.am
View file @
41b86bcd
...
...
@@ -105,6 +105,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Geometry/Geometry/Makefile.am
View file @
41b86bcd
...
...
@@ -25,6 +25,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
HepMC/HepMC/Makefile.am
View file @
41b86bcd
...
...
@@ -42,6 +42,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
HepPDT/HepPDT/Makefile.am
View file @
41b86bcd
...
...
@@ -74,6 +74,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Matrix/Matrix/Makefile.am
View file @
41b86bcd
...
...
@@ -29,6 +29,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Random/Random/Makefile.am
View file @
41b86bcd
...
...
@@ -71,6 +71,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
RandomObjects/RandomObjects/Makefile.am
View file @
41b86bcd
...
...
@@ -21,6 +21,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
RefCount/RefCount/Makefile.am
View file @
41b86bcd
...
...
@@ -22,6 +22,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
StdHep/StdHep/Makefile.am
View file @
41b86bcd
...
...
@@ -36,6 +36,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Units/Units/Makefile.am
View file @
41b86bcd
...
...
@@ -19,6 +19,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Vector/Vector/Makefile.am
View file @
41b86bcd
...
...
@@ -50,6 +50,6 @@ install-tmpHEADERS:
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
./
copy-header.pl
$$
d
$$
p
$(tempincludedir)
/
$$
f
;
\
done
;
\
fi
;
test
-z
"
$$
fail"
Write
Preview
Markdown
is supported
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