aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-03-24added include path for Pd-extended.app include folder to include path, after ...Hans-Christoph Steiner
2010-02-10updated all templates with the PDOBJECTS fixes from the 'mapping' buildHans-Christoph Steiner
2010-02-10added rule to install 'examples' if they existHans-Christoph Steiner
2010-01-31first working package, finding libc dep and allHans-Christoph Steiner
2010-01-26sorted out striping with install on Mac OS XHans-Christoph Steiner
2010-01-26on Mac OS X, look for a 'pd' binary and use it as the -bundle_loader if foundHans-Christoph Steiner
2010-01-22added prefix var and three-part version name to make lintian happyHans-Christoph Steiner
2010-01-22made consistent naming of SOURCES_* vars; added DISTDIR and DISTBINDIR for al...Hans-Christoph Steiner
2010-01-22added support for abstractions/pd objects and added tests to make sure files ...Hans-Christoph Steiner
2010-01-22switched everything to use INSTALL variables rather than the 'install' progra...Hans-Christoph Steiner
2010-01-22Makefile now produces a proper tarball of everything, let's see if we can deb...Hans-Christoph Steiner
2010-01-22update etags to use SOURCESHans-Christoph Steiner
2009-10-30included Fink locations in template and put the FAT_FLAGS first since apple r...Hans-Christoph Steiner
2009-10-24leave .o object file around so that it doesn't always recompile thingsHans-Christoph Steiner
2009-10-22added cross-compiling for the iPhone OS when building on Mac OS XHans-Christoph Steiner
2009-10-08added Cygwin section so things build on CygwinHans-Christoph Steiner
2009-09-21added $(pd_src)/src as the first place to search for pd.dllHans-Christoph Steiner
2009-09-14more missing DESTDIR varsdmotd
2009-07-30use PD_PATH rather than pd_src to point to to Pd's path (including it's sources)IOhannes m zmölnig
2009-07-29switched back to pd custom vars since I couldn't think how to do it with the ...Hans-Christoph Steiner
2009-07-24added proper prefix and DESTDIR support; made 'dist' target depend on 'all'; ...Hans-Christoph Steiner
2009-07-24added a distclean target to remove the dist tarball and cleanHans-Christoph Steiner
2009-07-24after a good argument with IOhannes in Brazil, I think we have a good Makefil...Hans-Christoph Steiner
2009-06-05added changes from motex/Makefile and convert externals/Makefile to use the n...Hans-Christoph Steiner
2009-06-05added --enable-auto-import flag to get rid of linker warningsHans-Christoph Steiner
2009-06-05removed sfread.c from build since it doesn't seem to work; fixed up Windows b...Hans-Christoph Steiner
2009-06-05a stab at making a target to build a single ext13.pd_linuxHans-Christoph Steiner
2009-06-05exclude SVN files from the dist tarballHans-Christoph Steiner
2009-06-05replaced CPU -march flags with a FAT/Universal build for Mac OS XHans-Christoph Steiner
2009-06-05added pd_src variable; added CPU-specific OPT_CFLAGS on Mac OS X; fixed up Wi...Hans-Christoph Steiner
2009-06-05removed UNIX macro and replaced with auto macrosHans-Christoph Steiner
2009-06-05checked in meta file, tweaked Makefile, and fixed Pd-extended externals/MakefileHans-Christoph Steiner
2009-06-05cleaned up the windows section a bit and added a little instruction blurbHans-Christoph Steiner
2009-06-05first stab at simplified standard MakefileHans-Christoph Steiner