Update of /cvsroot/pure-data/externals/aalex In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25152
Modified Files: makefile Log Message: added include to make things build with the standard dev layout
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/aalex/makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makefile 19 Jul 2006 00:27:57 -0000 1.1.1.1 --- makefile 28 Nov 2006 04:14:13 -0000 1.2 *************** *** 9,13 **** @echo make pd_linux, pd_darwin, clean ... you must be specific @echo default to pd_linux !
clean: ; rm -f *.pd_linux *.o --- 9,13 ---- @echo make pd_linux, pd_darwin, clean ... you must be specific @echo default to pd_linux !
clean: ; rm -f *.pd_linux *.o *************** *** 23,27 **** -Wno-unused -Wno-parentheses -Wno-switch -fPIC
! LINUXINCLUDE = -I../src -L/usr/lib/X11 -I/usr/include/X11 -L/usr/X11R6/lib LINUXLINKS = -lX11 -lXtst -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms
--- 23,27 ---- -Wno-unused -Wno-parentheses -Wno-switch -fPIC
! LINUXINCLUDE = -I../src -L/usr/lib/X11 -I/usr/include/X11 -L/usr/X11R6/lib -I../../pd/src LINUXLINKS = -lX11 -lXtst -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms