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 # elbeem main makefile.
33 include nan_definitions.mk
38 SOURCEDIR = intern/$(LIBNAME)
39 DIR = $(OCGDIR)/$(SOURCEDIR)
41 #not ready yet TESTDIRS = test
43 include nan_subdirs.mk
45 install: $(ALL_OR_DEBUG)
46 @[ -d $(NAN_ELBEEM) ] || mkdir $(NAN_ELBEEM)
47 @[ -d $(NAN_ELBEEM)/include ] || mkdir $(NAN_ELBEEM)/include
48 @[ -d $(NAN_ELBEEM)/lib/$(DEBUG_DIR) ] || mkdir $(NAN_ELBEEM)/lib/$(DEBUG_DIR)
49 @../tools/cpifdiff.sh $(DIR)/$(DEBUG_DIR)libelbeem.a $(NAN_ELBEEM)/lib/$(DEBUG_DIR)
51 ranlib $(NAN_ELBEEM)/lib/$(DEBUG_DIR)libelbeem.a
53 @../tools/cpifdiff.sh extern/*.h $(NAN_ELBEEM)/include/