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
314a3b0e
Commit
314a3b0e
authored
Nov 16, 2016
by
thomas.forbriger
Browse files
libs [TASK]: remove obsolete package creation in Makefile
parent
a001f19e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/Makefile
View file @
314a3b0e
...
...
@@ -198,29 +198,4 @@ doxydoc: $(DOXYWWWPATH)/html/index.html
doxyview
:
$(DOXYWWWPATH)/html/index.html
$(TF_BROWSER)
file:
$<
&
#======================================================================
# create package
# --------------
# is delegated to Makefile.packages
ifdef
TF_MAKEPKG
# export PACKAGELINKSFORTRAN=yes
export
PACKAGENEEDSPGPLOT
=
yes
PACKAGELIBS
=
$(
patsubst
%:,%,
$(
subst
: ,:,
$(
foreach
lib,
$(LIBDIRS)
,
$(lib)
:
)))
.PHONY
:
cfgecho
cfgecho
:
@
echo
$(PACKAGELIBS)
.PHONY
:
package
package
:
$(TF_MAKEPKG)
$(MAKE)
-f
$<
\
PACKAGE
=
libraries
\
PACKAGEEXPORT
=
"trunk/src/libs/README:contrib/README trunk/src/libs/COPYING:contrib/COPYING"
\
PACKAGETARGETS
=
"-"
\
PACKAGELIBS
=
"
$(PACKAGELIBS)
"
printsourcedirs
:
$(TF_MAKEPKG)
$(MAKE)
-f
$<
printsourcedirs
\
PACKAGE
=
libraries
\
PACKAGEEXPORT
=
""
\
PACKAGETARGETS
=
"-"
\
PACKAGELIBS
=
"
$(PACKAGELIBS)
"
endif
# ----- END OF Makefile -----
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