Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
260ef39a
Commit
260ef39a
authored
Jul 22, 2004
by
Lynn Garren
Browse files
fix the distclean problem
parent
493bea32
Changes
3
Hide whitespace changes
Inline
Side-by-side
HepMC/Makefile.am
View file @
260ef39a
...
...
@@ -5,7 +5,8 @@ includedir = $(prefix)/include/CLHEP
# put . first so that CLHEP directory is built before anything else
SUBDIRS
=
HepMC
.
src
# list all subdirectories - for distribution and cleaning
DIST_SUBDIRS
=
HepMC
.
src doc examples
##DIST_SUBDIRS = HepMC . src doc examples
DIST_SUBDIRS
=
HepMC
.
src doc
all-local
:
$(top_builddir)/CLHEP
...
...
HepPDT/Makefile.am
View file @
260ef39a
...
...
@@ -5,7 +5,8 @@ includedir = $(prefix)/include/CLHEP
# put . first so that CLHEP directory is built before anything else
SUBDIRS
=
HepPDT
.
src data
test
# list all subdirectories - for distribution and cleaning
DIST_SUBDIRS
=
HepPDT
.
src data
test
doc examples
##DIST_SUBDIRS = HepPDT . src data test doc examples
DIST_SUBDIRS
=
HepPDT
.
src data
test
doc
all-local
:
$(top_builddir)/CLHEP
...
...
StdHep/Makefile.am
View file @
260ef39a
...
...
@@ -6,7 +6,8 @@ includedir = $(prefix)/include/CLHEP
# put . first so that CLHEP directory is built before anything else
SUBDIRS
=
StdHep
.
src
# list all subdirectories - for distribution and cleaning
DIST_SUBDIRS
=
StdHep
.
src examples
##DIST_SUBDIRS = StdHep . src examples
DIST_SUBDIRS
=
StdHep
.
src
all-local
:
$(top_builddir)/CLHEP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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