comport/Makefile
IOhannes m zmölnig d63a61098b make path to pd-lib-builder Makefile settable
github/gitlab/... usually don't export git-submodules.
having the path configurable allows us to re-use a system-installed clone
2017-02-27 23:02:48 +01:00

21 lines
451 B
Makefile

# Makefile for iemnet
lib.name = comport
class.sources = comport.c
datafiles = \
comport-help.pd \
comport-meta.pd \
comport-stress-test.pd \
CHANGES.txt \
LICENSE.txt \
README.txt
# This Makefile is based on the Makefile from pd-lib-builder written by
# Katja Vetter. You can get it from:
# https://github.com/pure-data/pd-lib-builder
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder