Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
8480814d
Commit
8480814d
authored
Feb 06, 2019
by
thomas.forbriger
Browse files
croposp [WP]: make install target work
parent
6ae7a100
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/Makefile
View file @
8480814d
...
...
@@ -30,7 +30,7 @@ PROGRAMS=croposp
SCRIPTS
=
croposplot.py
INSTALLEDPROGRAMS
=
$(
addprefix
$(LOCBINDIR)
/,
$(PROGRAMS)
)
INSTALLEDSCRIPTS
=
$(
addprefix
$(LOCSCRIPTDIR)
/,
$(
PROGRAM
S)
)
INSTALLEDSCRIPTS
=
$(
addprefix
$(LOCSCRIPTDIR)
/,
$(
SCRIPT
S)
)
.PHONY
:
all
all
:
install doc
...
...
@@ -127,7 +127,8 @@ include $(patsubst %.cc,%.d,$(wildcard *.cc))
#----------------------------------------------------------------------
# typical combinations of libraries
LIBDATRWXX
=
-ldatrwxx
-lsffxx
-ltime
++
-lgsexx
-laff
LIBTSIOXX
=
-ltsioxx
-ltsxx
-ltfxx
$(LIBDATRWXX)
# libgsl is required for random sequence generator in libtsxx
LIBTSIOXX
=
-ltsioxx
-ltsxx
-ltfxx
$(LIBDATRWXX)
-lgsl
-lgslcblas
#----------------------------------------------------------------------
# binary executable targets
...
...
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