From 89c617a1168294037b8878752b82daa1311a7b73 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 30 Jan 2011 15:29:22 +0000 Subject: remove nan-makefiles --- intern/audaspace/FX/Makefile | 43 -------------- intern/audaspace/Makefile | 120 -------------------------------------- intern/audaspace/OpenAL/Makefile | 39 ------------- intern/audaspace/Python/Makefile | 76 ------------------------ intern/audaspace/SDL/Makefile | 41 ------------- intern/audaspace/SRC/Makefile | 44 -------------- intern/audaspace/ffmpeg/Makefile | 41 ------------- intern/audaspace/fftw/Makefile | 42 ------------- intern/audaspace/intern/Makefile | 74 ----------------------- intern/audaspace/jack/Makefile | 44 -------------- intern/audaspace/sndfile/Makefile | 41 ------------- 11 files changed, 605 deletions(-) delete mode 100644 intern/audaspace/FX/Makefile delete mode 100644 intern/audaspace/Makefile delete mode 100644 intern/audaspace/OpenAL/Makefile delete mode 100644 intern/audaspace/Python/Makefile delete mode 100644 intern/audaspace/SDL/Makefile delete mode 100644 intern/audaspace/SRC/Makefile delete mode 100644 intern/audaspace/ffmpeg/Makefile delete mode 100644 intern/audaspace/fftw/Makefile delete mode 100644 intern/audaspace/intern/Makefile delete mode 100644 intern/audaspace/jack/Makefile delete mode 100644 intern/audaspace/sndfile/Makefile (limited to 'intern/audaspace') diff --git a/intern/audaspace/FX/Makefile b/intern/audaspace/FX/Makefile deleted file mode 100644 index bda0e2bdab6..00000000000 --- a/intern/audaspace/FX/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_fx -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I../ffmpeg -CPPFLAGS += -I../intern -CPPFLAGS += -I../SDL -CPPFLAGS += -I../SRC -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/Makefile b/intern/audaspace/Makefile deleted file mode 100644 index 2f7bd8c79ff..00000000000 --- a/intern/audaspace/Makefile +++ /dev/null @@ -1,120 +0,0 @@ -# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*- -# vim: tabstop=8 -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): GSR -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -include nan_definitions.mk - -LIBNAME = audaspace -SOURCEDIR = intern/audaspace -DIR = $(OCGDIR)/$(SOURCEDIR) -DIRS = intern -DIRS += FX -DIRS += SDL -DIRS += SRC -DIRS += Python - -ifeq ($(WITH_FFMPEG),true) - DIRS += ffmpeg -endif - -ifeq ($(WITH_OPENAL),true) - DIRS += OpenAL -endif - -ifeq ($(WITH_JACK),true) - DIRS += jack -endif - -ifeq ($(WITH_SNDFILE),true) - DIRS += sndfile -endif - -# Not in use currently, see also source/Makefile and r31375 -#ifeq ($(WITH_FFTW3),true) -# DIRS += fftw -#endif - -include nan_subdirs.mk - -install: $(ALL_OR_DEBUG) - @[ -d $(NAN_AUDASPACE) ] || mkdir $(NAN_AUDASPACE) - @[ -d $(NAN_AUDASPACE)/include ] || mkdir $(NAN_AUDASPACE)/include - @[ -d $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) ] || mkdir $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaudaspace.a $(DIR)/$(DEBUG_DIR)libaud_sdl.a $(DIR)/$(DEBUG_DIR)libaud_python.a $(DIR)/$(DEBUG_DIR)libaud_fx.a $(DIR)/$(DEBUG_DIR)libaud_src.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) - -ifeq ($(WITH_FFMPEG),true) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaud_ffmpeg.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) -endif - -ifeq ($(WITH_OPENAL),true) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaud_openal.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) -endif - -ifeq ($(WITH_JACK),true) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaud_jack.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) -endif - -ifeq ($(WITH_SNDFILE),true) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaud_sndfile.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) -endif - -#ifeq ($(WITH_FFTW3),true) -# @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libaud_fftw.a $(NAN_AUDASPACE)/lib/$(DEBUG_DIR) -#endif - -ifeq ($(OS),darwin) - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaudaspace.a - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_src.a - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fx.a - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_sdl.a - -ifeq ($(WITH_FFMPEG),true) - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_ffmpeg.a -endif - -ifeq ($(WITH_OPENAL),true) - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_openal.a -endif - -ifeq ($(WITH_JACK),true) - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_jack.a -endif - -ifeq ($(WITH_SNDFILE),true) - ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_sndfile.a -endif - -#ifeq ($(WITH_FFTW3),true) -# ranlib $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_fftw.a -#endif - -endif - @../tools/cpifdiff.sh intern/*.h $(NAN_AUDASPACE)/include/ diff --git a/intern/audaspace/OpenAL/Makefile b/intern/audaspace/OpenAL/Makefile deleted file mode 100644 index 4cf9f66b06c..00000000000 --- a/intern/audaspace/OpenAL/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_openal -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I../intern -CPPFLAGS += -I. diff --git a/intern/audaspace/Python/Makefile b/intern/audaspace/Python/Makefile deleted file mode 100644 index a66f86549f5..00000000000 --- a/intern/audaspace/Python/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*- -# vim: tabstop=8 -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# The Original Code is Copyright (C) 2010 by Blender Foundation -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): Ton -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_python -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) - -ifeq ($(WITH_SDL),true) - CPPFLAGS += -DWITH_SDL - CPPFLAGS += $(NAN_SDLCFLAGS) -endif - -ifeq ($(WITH_OPENAL),true) - CPPFLAGS += -DWITH_OPENAL - CPPFLAGS += -I../OpenAL -endif - -ifeq ($(WITH_JACK),true) - CPPFLAGS += -DWITH_JACK - CPPFLAGS += $(NAN_JACKCFLAGS) - CPPFLAGS += -I../jack -endif - -ifeq ($(WITH_FFMPEG),true) - CPPFLAGS += -DWITH_FFMPEG - CPPFLAGS += $(NAN_FFMPEGCFLAGS) -endif - -ifeq ($(WITH_SNDFILE),true) - CPPFLAGS += -DWITH_SNDFILE - CPPFLAGS += -I../sndfile - CPPFLAGS += -I$(NAN_SNDFILE)/include -endif - -CPPFLAGS += -I$(NAN_SAMPLERATE)/include/ -CPPFLAGS += -I../ffmpeg -CPPFLAGS += -I../FX -CPPFLAGS += -I../SDL -CPPFLAGS += -I../SRC -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/SDL/Makefile b/intern/audaspace/SDL/Makefile deleted file mode 100644 index 02a4068f3dc..00000000000 --- a/intern/audaspace/SDL/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_sdl -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += $(NAN_SDLCFLAGS) -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/SRC/Makefile b/intern/audaspace/SRC/Makefile deleted file mode 100644 index 0959ebb4bfa..00000000000 --- a/intern/audaspace/SRC/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_src -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I$(NAN_SAMPLERATE)/include -CPPFLAGS += -I../ffmpeg -CPPFLAGS += -I../FX -CPPFLAGS += -I../SDL -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/ffmpeg/Makefile b/intern/audaspace/ffmpeg/Makefile deleted file mode 100644 index 492ac83f532..00000000000 --- a/intern/audaspace/ffmpeg/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_ffmpeg -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += $(NAN_FFMPEGCFLAGS) -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/fftw/Makefile b/intern/audaspace/fftw/Makefile deleted file mode 100644 index c2d069d068c..00000000000 --- a/intern/audaspace/fftw/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_fftw -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I../intern -CPPFLAGS += -I../FX -CPPFLAGS += -I.. -CPPFLAGS += -I. -CPPFLAGS += -I$(BF_FFTW3)/include diff --git a/intern/audaspace/intern/Makefile b/intern/audaspace/intern/Makefile deleted file mode 100644 index b89a8bcd397..00000000000 --- a/intern/audaspace/intern/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): none yet. -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = audaspace -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION) - -ifeq ($(WITH_SDL),true) - CPPFLAGS += -DWITH_SDL - CPPFLAGS += $(NAN_SDLCFLAGS) -endif - -ifeq ($(WITH_OPENAL),true) - CPPFLAGS += -DWITH_OPENAL - CPPFLAGS += -I../OpenAL -endif - -ifeq ($(WITH_JACK),true) - CPPFLAGS += -DWITH_JACK - CPPFLAGS += $(NAN_JACKCFLAGS) - CPPFLAGS += -I../jack -endif - -ifeq ($(WITH_FFMPEG),true) - CPPFLAGS += -DWITH_FFMPEG - CPPFLAGS += $(NAN_FFMPEGCFLAGS) -endif - -ifeq ($(WITH_SNDFILE),true) - CPPFLAGS += -DWITH_SNDFILE - CPPFLAGS += -I../sndfile - CPPFLAGS += -I$(NAN_SNDFILE)/include -endif - -CPPFLAGS += -I$(NAN_SAMPLERATE)/include/ -CPPFLAGS += -I../ffmpeg -CPPFLAGS += -I../FX -CPPFLAGS += -I../SDL -CPPFLAGS += -I../SRC -CPPFLAGS += -I../Python -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/jack/Makefile b/intern/audaspace/jack/Makefile deleted file mode 100644 index 23cadf559c0..00000000000 --- a/intern/audaspace/jack/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): GSR -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_jack -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -# If we are here, jack is enable. -CPPFLAGS += -DWITH_JACK -CPPFLAGS += $(NAN_JACKCFLAGS) - -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. diff --git a/intern/audaspace/sndfile/Makefile b/intern/audaspace/sndfile/Makefile deleted file mode 100644 index 0012a11203e..00000000000 --- a/intern/audaspace/sndfile/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# -# $Id$ -# -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. -# All rights reserved. -# -# The Original Code is: all of this file. -# -# Contributor(s): -# -# ***** END GPL LICENSE BLOCK ***** -# -# - -LIBNAME = aud_sndfile -DIR = $(OCGDIR)/intern/audaspace - -include nan_compile.mk - -CCFLAGS += $(LEVEL_1_CPP_WARNINGS) - -CPPFLAGS += -I$(NAN_SNDFILE)/include -CPPFLAGS += -I../intern -CPPFLAGS += -I.. -CPPFLAGS += -I. -- cgit v1.2.3