From f6833c650cd755a7c9a142bf667baff8add0ea31 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 9 Aug 2006 01:14:06 +0000 Subject: added help file that shows how to use with [hid] (almost complete), and parseeventnodenum.c svn path=/trunk/externals/input_noticer/; revision=5527 --- Makefile | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12401f6..5c6dde5 100644 --- a/Makefile +++ b/Makefile @@ -1,30 +1,30 @@ -CC=gcc +CC=gcc -pd_linux: input_noticer.pd_linux +pd_linux: input_noticer.pd_linux parseeventnodenum.pd_linux clean: ; rm -f *.pd_linux *.o *~ - -# installs all compiled externals. -# you'll want to change this to match where your externals live -install: ; sudo cp *.pd_linux /usr/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/lib/pd/extra + +# installs all compiled externals. +# you'll want to change this to match where your externals live +install: ; sudo cp *.pd_linux /usr/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/lib/pd/extra # ----------------------- LINUX i386 ----------------------- .SUFFIXES: .pd_linux - -LINUXLDFLAGS = `pkg-config --libs glib-2.0 hal dbus-glib-1` -lpthread -lgthread-2.0 -lglib-2.0 -# LINUXLDFLAGS = `pkg-config --libs glib-2.0 hal dbus-glib-1 gthread-2.0` + +LINUXLDFLAGS = `pkg-config --libs glib-2.0 hal dbus-glib-1` -lpthread -lgthread-2.0 -lglib-2.0 +# LINUXLDFLAGS = `pkg-config --libs glib-2.0 hal dbus-glib-1 gthread-2.0` LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch \ + -Wno-unused -Wno-parentheses -Wno-switch \ `pkg-config --cflags --libs glib-2.0 hal dbus-glib-1 gthread-2.0` -LINUXINCLUDE = -I/usr/local/lib/pd/include -I/usr/lib/pd/src -I/usr/local/include +LINUXINCLUDE = -I/usr/local/lib/pd/include -I/usr/lib/pd/src -I/usr/local/include .c.pd_linux: $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c -- cgit v1.2.1