1 # -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*-
6 # ***** BEGIN GPL LICENSE BLOCK *****
8 # This program is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License
10 # as published by the Free Software Foundation; either version 2
11 # of the License, or (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software Foundation,
20 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 # The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
23 # All rights reserved.
25 # The Original Code is: all of this file.
27 # Contributor(s): Hans Lambermont, GSR
29 # ***** END GPL LICENSE BLOCK *****
30 # memutil main makefile.
33 include nan_definitions.mk
36 SOURCEDIR = intern/$(LIBNAME)
37 DIR = $(OCGDIR)/$(SOURCEDIR)
39 #not yet TESTDIRS = test
41 include nan_subdirs.mk
43 install: $(ALL_OR_DEBUG)
44 @[ -d $(NAN_MEMUTIL) ] || mkdir $(NAN_MEMUTIL)
45 @[ -d $(NAN_MEMUTIL)/include ] || mkdir $(NAN_MEMUTIL)/include
46 @[ -d $(NAN_MEMUTIL)/lib/$(DEBUG_DIR) ] || mkdir $(NAN_MEMUTIL)/lib/$(DEBUG_DIR)
47 @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libmemutil.a $(NAN_MEMUTIL)/lib/$(DEBUG_DIR)
49 ranlib $(NAN_MEMUTIL)/lib/$(DEBUG_DIR)libmemutil.a
51 @../tools/cpifdiff.sh *.h $(NAN_MEMUTIL)/include/