File: Makefile

package info (click to toggle)
pd-earplug 0.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,064 kB
  • sloc: ansic: 1,688; python: 35; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for earplug~

lib.name = earplug~

class.sources = earplug~.c

# set this to disable embedding the default impulse response data set
#cflags = -DEARPLUG_DATA_NO_EMBED

datafiles = earplug~-help.pd earplug~-meta.pd earplug_data.h earplug_data.txt \
            parse-to-h.py README.txt LICENSE.txt

PDLIBBUILDER_DIR=.
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder