Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanket Bhukan
purr-data
Commits
b35eac28
Commit
b35eac28
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Add pd-lua to externals.
parent
c51b5030
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
externals/Makefile
+13
-1
13 additions, 1 deletion
externals/Makefile
with
13 additions
and
1 deletion
externals/Makefile
+
13
−
1
View file @
b35eac28
...
@@ -134,7 +134,7 @@ ifeq ($(LIGHT),yes)
...
@@ -134,7 +134,7 @@ ifeq ($(LIGHT),yes)
LIB_TARGETS
=
loaders-libdir pddp
LIB_TARGETS
=
loaders-libdir pddp
INCREMENTAL
=
yes
INCREMENTAL
=
yes
else
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
endif
# DISABLED: flatgui
# DISABLED: flatgui
...
@@ -1404,6 +1404,18 @@ pddp_clean:
...
@@ -1404,6 +1404,18 @@ pddp_clean:
make
-C
$(
externals_src
)
/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
pdogg
:
pdogg
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment