From ceac394c2133d44e81db2eb633ff54a9ad6ce7c5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 05:52:11 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r3865, which included commits to RCS files with non-trunk default branches. svn path=/trunk/extensions/gripd/; revision=3866 --- src/makefile | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/makefile (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile new file mode 100644 index 0000000..8930736 --- /dev/null +++ b/src/makefile @@ -0,0 +1,44 @@ +#-------------------------------------------------------------- + +current: gripd_linux +clean: clean_linux + +#----------- Options (all OS) -------------------------------- + +MIDI = TRUE +#MIDI = FALSE +JOYSTICK = TRUE +#JOYSTICK = FALSE + +#----------- Settings (Linux) -------------------------------- + +MIDIOSSUBTYPE = ALSA +#MIDIOSSUBTYPE = OSS +PDINCLUDE = -I../../src +LINUXPYTHONINCLUDE = -I/usr/include/python2.2 +SYSTEMLIBDIR = /usr/lib + +#----------- Settings (Windows) ------------------------------- + +VC = "C:\Program Files\Microsoft Visual Studio\VC98" +PYTHONHOME = C:\python22 +PYTHONVER = 22 +PDNTSRCDIR = C:\pd-37\src +PDNTLDIR = C:\pd-37\bin + +#----------- Linux -------------------------------------------- + +gripd_linux: + make -f Makefile.Linux all +clean_linux: + make -f Makefile.Linux linux_clean + +#----------- Win32--------------------------------------------- + +gripd_nt: + nmake -f Makefile.NT all +clean_nt: + nmake -f Makefile.NT nt_clean + + + -- cgit v1.2.1