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
1346dc38
Commit
1346dc38
authored
Nov 22, 2016
by
thomas.forbriger
Browse files
odatstream [WP]: remove package creation section
parent
1bf7bb4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libtsxx/Makefile
View file @
1346dc38
...
...
@@ -93,6 +93,7 @@ HEADERS=$(shell find . -name \*.h)
LIBSRC
=
tsxx.cc filter.cc seifexx.cc seifeclass.cc
\
anyfilter.cc filterbase.cc ipo.cc ipolin.cc random.cc
\
dropcontainer.cc firfilters.cc tapers.cc ovtaper.cc
\
error.cc
\
$(
patsubst
%.txt,%.cc,
$(DESCRIPTIONTXT)
)
#
...
...
@@ -246,28 +247,6 @@ doxydoc: $(DOXYWWWPATH)/html/index.html
doxyview
:
$(DOXYWWWPATH)/html/index.html
$(TF_BROWSER)
file:
$<
&
#======================================================================
# create package
# --------------
ifdef
TF_MAKEPKG
.PHONY
:
package
package
:
$(TF_MAKEPKG)
$(MAKE)
-f
$<
\
PACKAGE
=
libtsxx
\
PACKAGEEXPORT
=
"trunk/src/libs/libtsxx:src"
\
PACKAGETARGETS
=
"src:install: src:doc:"
\
PACKAGELIBS
=
"-"
.PHONY
:
fullpackage
fullpackage
:
$(TF_MAKEPKG)
$(MAKE)
-f
$<
\
PACKAGE
=
libtsxxwithlibs
\
PACKAGEEXPORT
=
"trunk/src/libs/libtsxx:src"
\
PACKAGETARGETS
=
"src:all"
\
PACKAGELIBS
=
"libaff libgsexx libtime libseife libdatrwxx libsffxx"
endif
#======================================================================
# test code
# ---------
...
...
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