Skip to content
Snippets Groups Projects
Commit 1872cec4 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

add test on option variable to rename the library

parent 44f160d1
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.465 2008-02-06 08:51:20 geuzaine Exp $ # $Id: Makefile,v 1.466 2008-02-15 15:33:31 miegroet Exp $
# #
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# #
...@@ -84,7 +84,12 @@ install-lib: lib ...@@ -84,7 +84,12 @@ install-lib: lib
rm -f ${includedir}/gmsh/* rm -f ${includedir}/gmsh/*
cp -f ${GMSH_API} ${includedir}/gmsh cp -f ${GMSH_API} ${includedir}/gmsh
mkdir -p ${libdir} mkdir -p ${libdir}
cp -f bin/libGmsh${LIBEXT} ${libdir} ifeq ($(OPTION),/EHsc /nologo /GR /MTd)
cp -f bin/libGmsh${LIBEXT} ${libdir}/libGmsh${LIBEXTDEBUG}
endif
ifeq (${OPTION},/EHsc /nologo /GR /MT)
cp -f bin/libGmsh${LIBEXT} ${libdir}/libGmsh${LIBEXTRELEASE}
endif
embed: embed:
@if [ -r ../getdp2/contrib/gmsh/Makefile ]; then \ @if [ -r ../getdp2/contrib/gmsh/Makefile ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment