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

removed ../includes

parent cd53190a
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.30 2001-10-30 09:52:32 geuzaine Exp $
# $Id: Makefile,v 1.31 2002-02-22 16:43:41 geuzaine Exp $
#
# Makefile for "libCommon.a"
#
......@@ -11,7 +11,7 @@ RANLIB = ranlib
RM = rm
LIB = ../lib/libCommon.a
INCLUDE = -I../includes -I../Common -I../DataStr -I../Geo -I../Graphics\
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
-I../Mesh -I../Parser -I../Fltk
OPT_FLAGS = -g -Wall
......
# $Id: Makefile,v 1.35 2001-12-04 10:47:39 geuzaine Exp $
# $Id: Makefile,v 1.36 2002-02-22 16:43:41 geuzaine Exp $
#
# Makefile for "libParser.a"
#
......@@ -13,7 +13,7 @@ YACC = bison
LEX = flex
LIB = ../lib/libParser.a
INCLUDE = -I../includes -I../Common -I../DataStr -I../Geo -I../Graphics\
INCLUDE = -I../Common -I../DataStr -I../Geo -I../Graphics\
-I../Mesh -I../Fltk -I../Plugin -I../Parallel
OPT_FLAGS = -g -Wall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment