diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
commit | 4eae209a441add9fc52334877a47e5bd8c5641d3 (patch) | |
tree | cde7249a5cc481b260f755c8699e992448b1b8b9 /Makefile | |
parent | 48d170d5d50bb84a96d249f17e2048c48270ea97 (diff) |
got 'make dist' working and fixed up debian stuff
svn path=/trunk/externals/pddp/; revision=13425
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,11 @@ ## Pd library template version 1.0 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate -LIBRARY_NAME = template +LIBRARY_NAME = pddp # add your .c source files to the SOURCES variable, help files will be # included automatically -SOURCES = mycobject.c +SOURCES = pddplink.c # For objects that only build on certain platforms, add those to the SOURCES # line for the right platforms. @@ -18,19 +18,19 @@ SOURCES_windows = # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = mypdobject.pd +PDOBJECTS = +pager.pd dsp.pd ezoutput~.pd open.pd print.pd print_long.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = bothtogether.pd +EXAMPLES = # manuals and related files, in the 'manual' subfolder -MANUAL = manual.txt +MANUAL = # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, example patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = +EXTRA_DIST = parse_meta.pd |