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
03efe378
Commit
03efe378
authored
23 years ago
by
Daniel Koester
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
5e53ed87
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+7
-2
7 additions, 2 deletions
Makefile.am
configure.in
+3
-3
3 additions, 3 deletions
configure.in
with
10 additions
and
5 deletions
Makefile.am
+
7
−
2
View file @
03efe378
SUBDIRS
=
BLAS ALBERT_UTIL SOLVER PLOT_ANSI ALBERT
EXTRA_DIST
=
DEMO
\ No newline at end of file
SUBDIRS
=
BLAS IAMTOOLS SOLVER PLOT_ANSI ALBERT
EXTRA_DIST
=
DEMO
dist-hook
:
cd
$(
distdir
)
/DEMO
rm
-rf
CVS src/CVS src/1d/CVS src/2d/CVS src/3d/CVS src/Common/CVS
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure.in
+
3
−
3
View file @
03efe378
...
...
@@ -12,7 +12,7 @@ AC_PROG_F77
dnl support for Libtool
AM_PROG_LIBTOOL
dnl change the installation directory
dnl change the installation directory
. This could surely be done more elegantly...
AC_PREFIX_DEFAULT(`pwd`)
dnl look for X11 library paths AND sets all necessary flags (X_CFLAGS) e.g.
...
...
@@ -107,7 +107,7 @@ if test -f ./gltools-2-3/libgltools.a; then
AC_DEFINE(HAVE_LIBGLTOOLS)
gltools_include="-I`pwd`/gltools-2-3"
albert_variable_source=gltools.c
LIBS="-L
$withval
/gltools-2-3 -lgltools $LIBS"
LIBS="-L
`pwd`
/gltools-2-3 -lgltools $LIBS"
else
AC_MSG_RESULT([No libgltools.a found in ./gltools-2-3])
fi)
...
...
@@ -119,4 +119,4 @@ AC_SUBST(gltools_include)
AC_SUBST(albert_variable_source)
AC_SUBST(make_own_blas_lib)
AC_OUTPUT(Makefile BLAS/Makefile
ALBERT_UTIL
/Makefile SOLVER/Makefile SOLVER/src/Makefile PLOT_ANSI/Makefile PLOT_ANSI/src/Makefile ALBERT/Makefile ALBERT/src/Makefile ALBERT/src/1d/Makefile ALBERT/src/2d/Makefile ALBERT/src/3d/Makefile ALBERT/src/Common/Makefile ALBERT/src/Common/Makefile.albert DEMO/1d/Makefile DEMO/2d/Makefile DEMO/3d/Makefile)
AC_OUTPUT(Makefile BLAS/Makefile
IAMTOOLS
/Makefile SOLVER/Makefile SOLVER/src/Makefile PLOT_ANSI/Makefile PLOT_ANSI/src/Makefile ALBERT/Makefile ALBERT/src/Makefile ALBERT/src/1d/Makefile ALBERT/src/2d/Makefile ALBERT/src/3d/Makefile ALBERT/src/Common/Makefile ALBERT/src/Common/Makefile.albert DEMO/
src/
1d/Makefile DEMO/
src/
2d/Makefile DEMO/
src/
3d/Makefile)
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