Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ians-nmh-siebert
alberta
alberta3
Commits
2d114d1d
Commit
2d114d1d
authored
17 years ago
by
Christian Haarhaus
Browse files
Options
Downloads
Patches
Plain Diff
Add libalbas/Makefile (and support for that)
parent
14ddc9db
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
m4/grapeiface.m4
+18
-0
18 additions, 0 deletions
m4/grapeiface.m4
with
19 additions
and
0 deletions
configure.ac
+
1
−
0
View file @
2d114d1d
...
...
@@ -26,6 +26,7 @@ AC_CONFIG_FILES([Makefile gnu-compat/Makefile
add_ons/Makefile
add_ons/libalbas/Makefile
add_ons/libalbas/src/Makefile
add_ons/libalbas/tests/Makefile
add_ons/geomview/Makefile
add_ons/grape/Makefile
add_ons/grape/mesh/Makefile
...
...
This diff is collapsed.
Click to expand it.
m4/grapeiface.m4
+
18
−
0
View file @
2d114d1d
...
...
@@ -22,6 +22,16 @@ ALBERTA_DEBUG_LIBS_2='$(top_builddir)/alberta/src/alberta_2d_debug/libalberta_2d
ALBERTA_DEBUG_LIBS_3='$(top_builddir)/alberta/src/alberta_3d_debug/libalberta_3d_debug.la $(top_builddir)/alberta_util/src/libalberta_util_debug.la $(BLAS_ALL_LIBS)'
ALBERTA_GFX_LIBS_1='$(top_builddir)/alberta/src/alberta_1d/libalberta_gfx_1d.la'
ALBERTA_GFX_LIBS_2='$(top_builddir)/alberta/src/alberta_2d/libalberta_gfx_2d.la'
ALBERTA_GFX_LIBS_3='$(top_builddir)/alberta/src/alberta_3d/libalberta_gfx_3d.la'
ALBERTA_DEBUG_GFX_LIBS_1='$(top_builddir)/alberta/src/alberta_1d_debug/libalberta_gfx_1d_debug.la'
ALBERTA_DEBUG_GFX_LIBS_2='$(top_builddir)/alberta/src/alberta_2d_debug/libalberta_gfx_2d_debug.la'
ALBERTA_DEBUG_GFX_LIBS_3='$(top_builddir)/alberta/src/alberta_3d_debug/libalberta_gfx_3d_debug.la'
ALBERTA_DEBUG=
AC_SUBST(ALBERTA_DEBUG)
AC_SUBST(ALBERTA_LIB_PATHS)
AC_SUBST(ALBERTA_ALL_INCLUDES)
...
...
@@ -31,6 +41,14 @@ AC_SUBST(ALBERTA_LIBS_3)
AC_SUBST(ALBERTA_DEBUG_LIBS_1)
AC_SUBST(ALBERTA_DEBUG_LIBS_2)
AC_SUBST(ALBERTA_DEBUG_LIBS_3)
AC_SUBST(ALBERTA_GFX_LIBS_1)
AC_SUBST(ALBERTA_GFX_LIBS_2)
AC_SUBST(ALBERTA_GFX_LIBS_3)
AC_SUBST(ALBERTA_DEBUG_GFX_LIBS_1)
AC_SUBST(ALBERTA_DEBUG_GFX_LIBS_2)
AC_SUBST(ALBERTA_DEBUG_GFX_LIBS_3)
dnl
dnl end of ALBERTA_GRAPE_STUFF
dnl
...
...
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