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
Giulio
purr-data
Commits
8af42734
Commit
8af42734
authored
Apr 06, 2017
by
Jonathan Wilkes
Browse files
update externals/Makefile to use pd-cyclone's new build system
parent
ea1c0158
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/Makefile
View file @
8af42734
...
...
@@ -430,16 +430,21 @@ cxc_clean:
#------------------------------------------------------------------------------#
# CYCLONE
cyclone
:
make
-C
$(externals_src)
/miXed/cyclone
-f
Makefile.libdir
\
PD_PATH
=
$(pd_src)
PD_INCLUDE
=
$(DESTDIR)$(includedir)
ifeq
($(OS_NAME),windows)
make
-C
$(externals_src)
/cyclone
\
pdbinpath
=
$(pd_src)
/src
PDINCLUDEDIR
=
$(DESTDIR)$(includedir)
else
make
-C
$(externals_src)
/cyclone
\
PDDIR
=
$(pd_src)
endif
cyclone_install
:
make
-C
$(externals_src)
/
miXed/
cyclone
-f
Makefile.libdir
\
make
-C
$(externals_src)
/cyclone
\
DESTDIR
=
"
$(DESTDIR)
"
objectsdir
=
"
$(objectsdir)
"
\
install
cyclone_clean
:
make
-C
$(externals_src)
/
miXed/
cyclone
-f
Makefile.libdir
\
make
-C
$(externals_src)
/cyclone
\
clean
#------------------------------------------------------------------------------#
...
...
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