aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/makefile.in
AgeCommit message (Expand)Author
2009-08-24add datarootdir, datadir, to remove warning in ./configure (thanks mescalinum)N.N.
2009-08-24don't use ldconfigN.N.
2009-05-30fix+simplify make installN.N.
2009-05-25get main.c to be compiled with g++N.N.
2009-05-17one last fix for mingw ?N.N.
2009-05-17add $(EXE) wherever it should goN.N.
2009-05-17merge SRC and SRCXXN.N.
2009-05-17remove warning in compilation optionsN.N.
2009-05-17... and i mean, really everywhereN.N.
2009-05-17use CXX everywhereN.N.
2009-05-17also switch to c++ for PD.COMN.N.
2009-05-17fix needed for mingwN.N.
2009-05-16another fix for pdsend pdreceive etc... hope that this is the lastN.N.
2009-05-16remove $(PDSEND), $(PDRECEIVE); add actual use of $(EXE).N.N.
2009-05-16hopefully fixes the pdsend/pdreceive compilation problemN.N.
2009-04-29more support for mingw/win32 (from Patrice Colet)N.N.
2009-04-26undo the previous change... was dumbN.N.
2009-04-26for correct linkage of libpd.so ? maybe notN.N.
2009-04-24remove pre8.5.tclN.N.
2008-02-20use "find" instead of "cp -r", in order to ignore ".svn" foldersN.N.
2008-02-19changed pseudo-targets to :: (GNU standard, afaik) and added "make test"N.N.
2008-02-08reorganizedIOhannes m zmölnig