Giter VIP home page Giter VIP logo

pd-lib-builder's Introduction

Makefile.pdlibbuilder

Helper makefile for Pure Data external libraries. Written by Katja Vetter March-June 2015 for the public domain. No warranties. Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's ShakeNMake.

GNU make version >= 3.81 required.

characteristics

  • defines build settings based on autodetected OS and architecture
  • defines rules to build Pd class- or lib executables from C or C++ sources
  • defines rules for libdir installation
  • defines convenience targets for developer and user
  • evaluates implicit dependencies for non-clean builds

basic usage

In your Makefile, define your Pd lib name and class files, and include Makefile.pdlibbuilder at the end of the Makefile. Like so:

  # Makefile for mylib

  lib.name = mylib

  class.sources = myclass1.c myclass2.c

  datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt

  include Makefile.pdlibbuilder

For files in class.sources it is assumed that class name == source file basename. The default target builds all classes as individual executables with Pd's default extension for the platform. For anything more than the most basic usage, read the documentation sections in Makefile.pdlibbuilder.

examples

Here are two projects using the Makefile.pdlibbuilder approach:

https://github.com/pure-data/helloworld

http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/miXed/cyclone/Makefile.cyclone

More examples will be referenced here when they are available.

pd-lib-builder's People

Contributors

katjav avatar umlaeute avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.