Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lst-data-process-128
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lst
lst-data-process-128
Commits
1202ef95
Commit
1202ef95
authored
Jul 12, 2016
by
legoc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot flags
parent
92478f9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
src/lstdpp128/algorithms/nomad/Makefile.am
src/lstdpp128/algorithms/nomad/Makefile.am
+3
-1
src/lstdpp128/algorithms/root/Makefile.am
src/lstdpp128/algorithms/root/Makefile.am
+2
-2
src/lstdpp128/apps/root/Makefile.am
src/lstdpp128/apps/root/Makefile.am
+3
-3
No files found.
src/lstdpp128/algorithms/nomad/Makefile.am
View file @
1202ef95
...
...
@@ -5,4 +5,6 @@ liblstdppnomad128_la_SOURCES = \
Histogram.cpp
\
Histogram.h
liblstdppnomad128_la_LDFLAGS
=
-version-number
$(LIBRARY_VERSION)
-export-dynamic
$(LDFLAGS)
liblstdppnomad128_la_CPPFLAGS
=
$(LST_CXXFLAGS)
liblstdppnomad128_la_LDFLAGS
=
-version-number
$(LIBRARY_VERSION)
-export-dynamic
$(LST_LDFLAGS)
src/lstdpp128/algorithms/root/Makefile.am
View file @
1202ef95
...
...
@@ -7,5 +7,5 @@ liblstdpproot128_la_SOURCES = \
QA.cpp
\
QA.h
liblstdpproot128_la_CPPFLAGS
=
$(ROOT_CFLAGS)
liblstdpproot128_la_LDFLAGS
=
-version-number
$(LIBRARY_VERSION)
-export-dynamic
$(LDFLAGS)
liblstdpproot128_la_CPPFLAGS
=
$(ROOT_CFLAGS)
$(LST_CXXFLAGS)
liblstdpproot128_la_LDFLAGS
=
-version-number
$(LIBRARY_VERSION)
-export-dynamic
$(L
ST_L
DFLAGS)
src/lstdpp128/apps/root/Makefile.am
View file @
1202ef95
...
...
@@ -7,12 +7,12 @@ libs = ../../liblstdpp128.la ../../algorithms/root/liblstdpproot128.la
eventwriterlst2root128_SOURCES
=
\
EventWriter_Lst2Root.cpp
eventwriterlst2root128_CPPFLAGS
=
$(ROOT_CFLAGS)
eventwriterlst2root128_LDADD
=
$(libs)
$(ROOT_LDFLAGS)
eventwriterlst2root128_CPPFLAGS
=
$(ROOT_CFLAGS)
$(LST_CXXFLAGS)
eventwriterlst2root128_LDADD
=
$(libs)
$(ROOT_LDFLAGS)
$(LST_LDLIBS)
lst2root128_SOURCES
=
\
Lst2Root.cpp
lst2root128_CPPFLAGS
=
$(ROOT_CFLAGS)
$(LST_CXXFLAGS)
lst2root128_LDADD
=
$(libs)
$(ROOT_LDFLAGS)
lst2root128_LDADD
=
$(libs)
$(ROOT_LDFLAGS)
$(LST_LDLIBS)
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