Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
dune-uggrid
Commits
c7cb6c86
Commit
c7cb6c86
authored
28 years ago
by
Stefan Lang
Browse files
Options
Downloads
Patches
Plain Diff
adaption due to cad module
[[Imported from SVN: r1961]]
parent
c20e80df
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/mk.cad.OFF
+4
-0
4 additions, 0 deletions
configs/mk.cad.OFF
configs/mk.cad.ON
+4
-0
4 additions, 0 deletions
configs/mk.cad.ON
configs/mk.ugsettings
+6
-8
6 additions, 8 deletions
configs/mk.ugsettings
with
14 additions
and
8 deletions
configs/mk.cad.OFF
0 → 100644
+
4
−
0
View file @
c7cb6c86
# this file is for internal ug configuration. don't change it!
CAD_CFLAGS =
CAD_LFLAGS =
This diff is collapsed.
Click to expand it.
configs/mk.cad.ON
0 → 100644
+
4
−
0
View file @
c7cb6c86
# this file is for internal ug configuration. don't change it!
CAD_CFLAGS = -DCAD
CAD_LFLAGS = $(UGROOT)/lib/libcad.a
This diff is collapsed.
Click to expand it.
configs/mk.ugsettings
+
6
−
8
View file @
c7cb6c86
...
...
@@ -24,30 +24,27 @@ UG_LINK = $(ARCH_LINK)
# include architecture-dependent makefile macro definitions
include $(UGROOT)/arch/$(ARCH)/mk.arch
# include macro definitions for programming model
include $(UGROOT)/configs/mk.model.$(MODEL)
# include macro definitions for remote interface
include $(UGROOT)/configs/mk.rif.$(REMOTE_IF)
# include macro definitions for debugging
include $(UGROOT)/configs/mk.debug.$(DEBUG_MODE)
# include macro definitions for netgen
include $(UGROOT)/configs/mk.netgen.$(NETGEN)
# include macro definitions for grape
include $(UGROOT)/configs/mk.grape.$(GRAPE)
# include macro definitions for grape
# include macro definitions for chaco
include $(UGROOT)/configs/mk.chaco.$(CHACO)
# include macro definitions for cad
include $(UGROOT)/configs/mk.cad.$(CAD)
# construct new macro definitions from given ones
...
...
@@ -56,6 +53,7 @@ UG_CFLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
$(ARCH_XINCLUDES) $(ENV_CFLAGS) \
$(RIF_CFLAGS) $(CHACO_CFLAGS) \
$(NETGEN_CFLAGS) $(GRAPE_CFLAGS) \
$(CAD_CFLAGS) \
-I$(UGROOT)/include
UG_C++FLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
...
...
@@ -63,7 +61,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) $(CHACO_LFLAGS)
$(NETGEN_LFLAGS) $(CHACO_LFLAGS)
$(CAD_LFLAGS)
UG_LIB = $(UGROOT)/lib/libug$(UG_LIBSUFFIX).a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment