Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayeswave
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcella Wijngaarden
bayeswave
Commits
bef90f60
Commit
bef90f60
authored
6 years ago
by
James Alexander Clark PhD
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'cleanup-makefile-am' into 'master'"
This reverts merge request !83
parent
b8f7a62b
Branches
revert-78852f8f
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.am
+13
-3
13 additions, 3 deletions
src/Makefile.am
with
13 additions
and
3 deletions
src/Makefile.am
+
13
−
3
View file @
bef90f60
AM_CFLAGS
=
$(
LAL_CFLAGS
)
-Wall
-Wunused
-Wextra
CCFLAGS
=
`
pkg-config
--cflags
lal lalsupport lalframe lalinference lalinspiral lalpulsar lalmetaio lalsimulation
`
LDFLAGS
=
`
pkg-config
--libs
lal lalsupport lalframe lalinference lalinspiral lalpulsar lalmetaio lalsimulation
`
AM_CPPFLAGS
=
$(
CCFLAGS
)
$(
LDFLAGS
)
-Wall
-Wunused
-Wextra
lib_LTLIBRARIES
=
libbayeswave.la
...
...
@@ -35,5 +39,11 @@ bin_PROGRAMS = \
BayesWaveCleanFrame
\
BayesWaveToLALPSD
# Link libbayeswave, liblal, etc. with all programs
LDADD
=
libbayeswave.la
BayesWave_LDADD
=
libbayeswave.la
BayesWave_LDFLAGS
=
$(
LAL_LIBS
)
BayesWavePost_LDADD
=
libbayeswave.la
BayesWavePost_LDFLAGS
=
$(
LAL_LIBS
)
BayesWaveCleanFrame_LDADD
=
libbayeswave.la
BayesWaveCleanFrame_LDFLAGS
=
$(
LAL_LIBS
)
BayesWaveToLALPSD_LDADD
=
libbayeswave.la
BayesWaveToLALPSD_LDFLAGS
=
$(
LAL_LIBS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment