From 26e0d82e7c375ea0313c137f97fecfac84719b7b Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 2 Apr 2008 18:35:06 +0000 Subject: Changed tof's internal Makefile svn path=/trunk/externals/tof/; revision=9675 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index cf2829c..d7811d6 100755 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,7 @@ clean: ; rm -f *.pd_linux *.o # ----------------------- WINDOWS ----------------------- -pd_win: breakpoints.dll breakpoints~.dll destroysend.dll folderpanel.dll getdollarzero.dll +pd_win: breakpoints.dll breakpoints~.dll destroysend.dll folderpanel.dll getdollarzero.dll phasorshot~.dll .SUFFIXES: .dll @@ -27,7 +27,7 @@ LDFLAGS = -shared # ----------------------- LINUX i386 ----------------------- -pd_linux: breakpoints.pd_linux breakpoints~.pd_linux destroysend.pd_linux folderpanel.pd_linux getdollarzero.pd_linux +pd_linux: breakpoints.pd_linux breakpoints~.pd_linux destroysend.pd_linux folderpanel.pd_linux getdollarzero.pd_linux phasorshot~.pd_linux .SUFFIXES: .pd_linux @@ -47,7 +47,7 @@ LINUXINCLUDE = -I$(PDPATH)/src # ----------------------- Mac OSX ----------------------- -pd_darwin: breakpoints~.pd_darwin breakpoints.pd_darwin destroysend.pd_darwin folderpanel.pd_darwin getdollarzero.pd_darwin +pd_darwin: breakpoints~.pd_darwin breakpoints.pd_darwin destroysend.pd_darwin folderpanel.pd_darwin getdollarzero.pd_darwin .pd_darwin .SUFFIXES: .pd_darwin -- cgit v1.2.1