From 4eae209a441add9fc52334877a47e5bd8c5641d3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Apr 2010 22:44:25 +0000 Subject: got 'make dist' working and fixed up debian stuff svn path=/trunk/externals/pddp/; revision=13425 --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cca6fb..7f1ed89 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1