[PD-cvs] externals/input_noticer Makefile,1.3,1.4

David Merrill david_merrill at users.sourceforge.net
Sat Aug 25 23:32:06 CEST 2007


Update of /cvsroot/pure-data/externals/input_noticer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25722

Modified Files:
	Makefile 
Log Message:
Made "make install" in Makefile more complete - copies both newly compiled libraries, and helpfiles now



Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/input_noticer/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	25 Aug 2007 19:43:33 -0000	1.3
--- Makefile	25 Aug 2007 21:32:04 -0000	1.4
***************
*** 7,15 ****
  # installs all compiled externals.
  # you'll want to change this to match where your externals live
! install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra
  
  # installs the input_noticer
  # you'll want to change this to match where your externals live
! install_noticer: ; cp input_noticer.pd_linux /usr/local/lib/pd/extra ; cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/
  
  # ----------------------- LINUX i386 -----------------------
--- 7,15 ----
  # installs all compiled externals.
  # you'll want to change this to match where your externals live
! install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra/ ; sudo cp *help.pd /usr/local/lib/pd/doc/5.reference/
  
  # installs the input_noticer
  # you'll want to change this to match where your externals live
! install_noticer: ; sudo cp input_noticer.pd_linux /usr/local/lib/pd/extra ; sudo cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/
  
  # ----------------------- LINUX i386 -----------------------





More information about the Pd-cvs mailing list