Skip to content
Snippets Groups Projects
Commit 214ec57b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Tant qu'a faire, autant etre propre -> move autocad converters into
utils/converters/autocad...
parent 0e857960
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.284 2003-05-09 16:29:57 geuzaine Exp $ # $Id: Makefile,v 1.285 2003-05-09 21:58:54 geuzaine Exp $
# #
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# #
...@@ -80,7 +80,7 @@ parser: ...@@ -80,7 +80,7 @@ parser:
cd Parser && ${MAKE} parser cd Parser && ${MAKE} parser
converters: converters:
cd utils/converters && ${MAKE} cd utils/converters/autocad && ${MAKE}
doc-info: doc-info:
cd doc/texinfo && ${MAKE} info cd doc/texinfo && ${MAKE} info
......
# $Id: Makefile,v 1.1 2003-05-09 16:29:58 geuzaine Exp $ # $Id: Makefile,v 1.1 2003-05-09 21:58:54 geuzaine Exp $
# #
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# #
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
# #
# Please report all bugs and problems to "gmsh@geuz.org". # Please report all bugs and problems to "gmsh@geuz.org".
include ../../variables include ../../../variables
dxf2geo: dxf2geo.c message.c dxf2geo: dxf2geo.c message.c
${CXX} ${OPTIM} -o ../../bin/dxf2geo -I../../DataStr\ ${CXX} ${OPTIM} -o ../../../bin/dxf2geo -I../../../DataStr\
dxf2geo.c message.c ../../lib/libGmshDataStr.a -lm dxf2geo.c message.c ../../../lib/libGmshDataStr.a -lm
clean: clean:
rm -f *.o rm -f *.o
......
// $Id: dxf2geo.c,v 1.1 2003-05-09 16:29:59 geuzaine Exp $ // $Id: dxf2geo.c,v 1.1 2003-05-09 21:58:54 geuzaine Exp $
// //
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
// //
......
/* $Id: dxf2msh.c,v 1.1 2003-05-09 20:48:15 geuzaine Exp $ */ /* $Id: dxf2msh.c,v 1.1 2003-05-09 21:58:54 geuzaine Exp $ */
/* /*
AutoCAD DXF to GMSH .msh Data File Converter AutoCAD DXF to GMSH .msh Data File Converter
......
/* $Id: dxf2pos.c,v 1.1 2003-05-09 20:48:15 geuzaine Exp $ */ /* $Id: dxf2pos.c,v 1.1 2003-05-09 21:58:55 geuzaine Exp $ */
/* /*
AutoCAD DXF to GMSH .pos Data File Converter AutoCAD DXF to GMSH .pos Data File Converter
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment