Skip to content
Snippets Groups Projects
Commit eaa2f895 authored by Stefan Lang's avatar Stefan Lang
Browse files

adaption to use chaco

[[Imported from SVN: r1055]]
parent 3c3d4e25
No related branches found
No related tags found
No related merge requests found
# this file is for internal ug configuration. don't change it!
GRAPE_CFLAGS = -DGRAPEF
GRAPE_LFLAGS =
# this file is for internal ug configuration. don't change it!
GRAPE_CFLAGS = -DCHACOT
GRAPE_LFLAGS = $(UGROOT)/lib/libcp.a
......@@ -45,6 +45,10 @@ include $(UGROOT)/configs/mk.netgen.$(NETGEN)
include $(UGROOT)/configs/mk.grape.$(GRAPE)
# include macro definitions for grape
include $(UGROOT)/configs/mk.chaco.$(CHACO)
# construct new macro definitions from given ones
UG_CFLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
......@@ -58,7 +62,7 @@ UG_C++FLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
UG_LFLAGS = $(ARCH_LFLAGS) $(PPIF_LFLAGS) $(MODEL_LFLAGS) $(GRAPE_LFLAGS) \
$(ARCH_XLIBS) $(ARCH_LIBS) $(ENV_LFLAGS) $(ARCH_PLIBS) \
$(NETGEN_LFLAGS)
$(NETGEN_LFLAGS) $(CHACO_LFLAGS)
UG_POSTLINK = $(ARCH_POSTLINK) ; ugbcheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment