File: Makefile

package info (click to toggle)
pd-slip 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ansic: 479; makefile: 148; sh: 123; cpp: 19
file content (21 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile for slip

lib.name = slip

class.sources = \
        slipdec.c \
        slipenc.c

datafiles = \
        LICENSE.txt \
        README.md \
        slip-meta.pd \
        slipdec-help.pd \
        slipenc-help.pd

# 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 $(firstword $(wildcard $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder Makefile.pdlibbuilder))