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/smoke/Makefile | 54 ----------------------------------------- intern/smoke/intern/Makefile | 57 -------------------------------------------- 2 files changed, 111 deletions(-) delete mode 100644 intern/smoke/Makefile delete mode 100644 intern/smoke/intern/Makefile (limited to 'intern/smoke') diff --git a/intern/smoke/Makefile b/intern/smoke/Makefile deleted file mode 100644 index e5144a9c3f8..00000000000 --- a/intern/smoke/Makefile +++ /dev/null @@ -1,54 +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): Hans Lambermont, GSR -# -# ***** END GPL LICENSE BLOCK ***** -# smoke main makefile. -# - -include nan_definitions.mk - -unexport NAN_QUIET - -LIBNAME = smoke -SOURCEDIR = intern/$(LIBNAME) -DIR = $(OCGDIR)/$(SOURCEDIR) -DIRS = intern -#not ready yet TESTDIRS = test - -include nan_subdirs.mk - -install: $(ALL_OR_DEBUG) - @[ -d $(NAN_SMOKE) ] || mkdir $(NAN_SMOKE) - @[ -d $(NAN_SMOKE)/include ] || mkdir $(NAN_SMOKE)/include - @[ -d $(NAN_SMOKE)/lib/$(DEBUG_DIR) ] || mkdir $(NAN_SMOKE)/lib/$(DEBUG_DIR) - @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)lib$(LIBNAME).a $(NAN_SMOKE)/lib/$(DEBUG_DIR) -ifeq ($(OS),darwin) - ranlib $(NAN_SMOKE)/lib/$(DEBUG_DIR)lib$(LIBNAME).a -endif - @../tools/cpifdiff.sh extern/*.h $(NAN_SMOKE)/include/ - diff --git a/intern/smoke/intern/Makefile b/intern/smoke/intern/Makefile deleted file mode 100644 index 760b1627a91..00000000000 --- a/intern/smoke/intern/Makefile +++ /dev/null @@ -1,57 +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 ***** -# smoke intern Makefile -# - -LIBNAME = smoke -DIR = $(OCGDIR)/intern/$(LIBNAME) - -include nan_compile.mk - -unexport NAN_QUIET - -CCFLAGS += $(LEVEL_2_CPP_WARNINGS) - -ifeq ($(WITH_BF_OPENMP),true) - CPPFLAGS += -DPARALLEL -endif - -ifeq ($(WITH_FFTW3),true) - CPPFLAGS += -DFFTW3=1 - CPPFLAGS += $(BF_FFTW3_INC) -endif - -CPPFLAGS += -I. -CPPFLAGS += -I../extern -CPPFLAGS += -I$(NAN_PNG)/include -CPPFLAGS += -I$(NAN_PNG)/include/libpng - -# zlib -ifeq ($(OS),$(findstring $(OS), "solaris windows")) - CPPFLAGS += -I$(NAN_ZLIB)/include -endif -- cgit v1.2.3