Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
b35eac28
Commit
b35eac28
authored
Mar 12, 2018
by
Albert Gräf
Browse files
Add pd-lua to externals.
parent
c51b5030
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/Makefile
View file @
b35eac28
...
...
@@ -134,7 +134,7 @@ ifeq ($(LIGHT),yes)
LIB_TARGETS
=
loaders-libdir pddp
INCREMENTAL
=
yes
else
LIB_TARGETS
=
adaptive arraysize autotune bassemu boids bsaylor comport creb cxc cyclone disis earplug ekext ext13 fftease fluid freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-libdir lyonpotpourri mapping markex maxlib mjlib moocow moonlib motex mrpeach oscx pan pdcontainer pddp pdogg plugin pmpd rjlib sigpack smlib tof unauthorized vbap windowing zexy
LIB_TARGETS
=
adaptive arraysize autotune bassemu boids bsaylor comport creb cxc cyclone disis earplug ekext ext13 fftease fluid freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-libdir lyonpotpourri mapping markex maxlib mjlib moocow moonlib motex mrpeach oscx pan pdcontainer pddp
pdlua
pdogg plugin pmpd rjlib sigpack smlib tof unauthorized vbap windowing zexy
endif
# DISABLED: flatgui
...
...
@@ -1404,6 +1404,18 @@ pddp_clean:
make
-C
$(externals_src)
/pddp clean
#------------------------------------------------------------------------------#
# PDLUA
pdlua
:
make
-C
$(externals_src)
/pd-lua
LUA_CFLAGS
=
"
$(
shell
pkg-config --cflags lua
)
"
LUA_LIBS
=
"
$(
shell
pkg-config --libs lua
)
"
PD_PATH
=
$(pd_src)
CFLAGS
=
"
$(CFLAGS)
"
pdlua_install
:
make
-C
$(externals_src)
/pd-lua
DESTDIR
=
"
$(DESTDIR)
"
objectsdir
=
"
$(objectsdir)
"
install
pdlua_clean
:
make
-C
$(externals_src)
/pd-lua clean
#------------------------------------------------------------------------------#
# PDOGG
pdogg
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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