Hello,

I similarly wanted to have install/uninstall support. I made some
different hack to use autotools instead. It was a few months ago
and I don't remember any problem if any (probaly it was about
supporting different environment than linux), but feel free to reuse
it if you find useful:
http://veritas-vos-liberabit.com/tmp/2009/portmidi-autotoolize-20090108.tar.bz2

Atsushi Eno

Leigh Smith wrote:
> I just built release 131 of portmidi from source on Linux without  
> problems, but unfortunately the pm_linux/Makefile doesn't have an  
> install target. Without incorporating a full autoconf configuration,  
> can we please add the following rule clause at the end of the Makefile  
> to ease users installation of portmidi on Linux hosts into the typical  
> directory:
> 
> backup: cleanest
>       cd ..; zip -r portmidi.zip portmidi
> 
> install:
>       install $(ptlib) /usr/local/lib/
>       install porttime/porttime.h /usr/local/include/
>       install $(pmlib) /usr/local/lib/
>       install pm_common/portmidi.h /usr/local/include/
> 
> Many thanks!
> --
> Leigh M. Smith
> mailto:le...@leighsmith.com
> http://www.leighsmith.com
> 
> 
> 
> _______________________________________________
> media_api mailing list
> media_api@create.ucsb.edu
> http://lists.create.ucsb.edu/mailman/listinfo/media_api
> 

_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to