Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
311fc727
Commit
311fc727
authored
Mar 21, 2017
by
Albert Gräf
Browse files
Fixes in build system for lyonpotpourri 3.0.
parent
b1a2cdd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/Makefile
View file @
311fc727
...
...
@@ -1163,16 +1163,28 @@ lyonpotpourri_install:
#make -C
$(externals_src)
/
$(LYON_SRC)
DESTDIR
=
"
$(DESTDIR)
"
\
# objectsdir="
$(objectsdir)
" install
install -d
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
install -d
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/sound
install -p
$(
wildcard
$(externals_src)
/
$(LYON_SRC)
/*.
$(EXTENSION)
)
\
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
install -p
$(externals_src)
/
$(LYON_SRC)
/
lyonpotpourri-helpfiles/
*.pd
\
install -p
$(externals_src)
/
$(LYON_SRC)
/*.pd
\
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
install -d
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/sound
install -p
$(externals_src)
/
$(LYON_SRC)
/examples/*.*
\
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/sound
# some of the help patches expect to find the sounds in the examples
# subfolder instead of 'sound', so make sure that both are available
ifeq
($(OS_NAME),windows)
# symbolic links don't work under Windows, just copy the folder instead
rm -rf
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/examples
cp -r
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/sound
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/examples
else
rm -f
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/examples
ln -sf sound
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/examples
endif
# don't include cartopol/poltocar-- cyclone library already has those
rm
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/cartopol*.
$(EXTENSION)
rm
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/poltocar*.
$(EXTENSION)
install -p
$(externals_src)
/
$(LYON_SRC)
/lyonpotpourri-helpfiles/sound/*.*
\
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/
soun
d
rm
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/cartopol*.pd
rm
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
/
poltocar*.p
d
# copy the meta file and the shared lib
install -p
$(externals_src)
/
$(LYON_SRC)
/*lyonpotpourri*.*
\
$(DESTDIR)$(objectsdir)
/
$(LYON_DEST)
...
...
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