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
21b222ed
Commit
21b222ed
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Use AM_MAINTAINER_MODE, automatically create documentation with "make
dist".
parent
5bfed2f7
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
.cvsignore
+1
-1
1 addition, 1 deletion
.cvsignore
Makefile.am
+17
-4
17 additions, 4 deletions
Makefile.am
configure.ac
+2
-1
2 additions, 1 deletion
configure.ac
with
20 additions
and
6 deletions
.cvsignore
+
1
−
1
View file @
21b222ed
Makefile
Makefile.in
aclocal.m4
albert-
1.2
.tar.gz
albert-
*
.tar.gz
autom4te.cache
bin
config.cache
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
17
−
4
View file @
21b222ed
if
GRAPE
SUBDIRS
=
BLAS ALBERT_UTIL SOLVER PLOT_ANSI ALBERT GRAPE
SUBDIRS
=
gnu-compat
BLAS ALBERT_UTIL SOLVER PLOT_ANSI ALBERT GRAPE
else
SUBDIRS
=
BLAS ALBERT_UTIL SOLVER PLOT_ANSI ALBERT
SUBDIRS
=
gnu-compat
BLAS ALBERT_UTIL SOLVER PLOT_ANSI ALBERT
endif
ACLOCAL_AMFLAGS
=
-I
./m4
EXTRA_DIST
=
DEMO
$(
wildcard m4/
*
.m4
)
if
MAINTAINER_MODE
# This target only makes sense for maintainers!!
cvs-clean
:
@
echo
Fixing package
for
cvs commit...
...
...
@@ -29,10 +30,22 @@ cvs-clean:
cp
-f
INSTALL admin/
chgrp
-R
albert
*
dist-hook
:
#
# this one requires write access to the source directory. One day one might
# want to automakify ALBERT/doc/ ...
#
documentation
:
make
-C
$(
top_srcdir
)
/ALBERT/doc/ albert.ps
dist-hook
:
documentation
@
echo
Deleting CVS directories
in
$(
distdir
)
rm
-rf
`
find
$(
distdir
)
-name
CVS
`
@
echo
Deleting .cvsignore file
in
$(
distdir
)
rm
-f
`
find
$(
distdir
)
-name
'.cvsignore'
`
@
echo
Cleaning up DEMO directory
in
$(
distdir
)
find
$(
distdir
)
/DEMO
\(
-name
\*
~
-o
-name
\*
.o
-o
-name
\*
.lo
\)
-exec
/bin/rm
-f
{}
\;
find
$(
distdir
)
/DEMO
\(
-name
ellipt
-o
-name
heat
-o
-name
nonlin
\)
-exec
/bin/rm
-f
{}
\;
find
$(
distdir
)
/DEMO
-name
Makefile
-exec
/bin/rm
-f
{}
\;
\ No newline at end of file
find
$(
distdir
)
/DEMO
-name
Makefile
-exec
/bin/rm
-f
{}
\;
endif
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
1
View file @
21b222ed
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT([albert], [1.2], [dani@mathematik.uni-freiburg.de])
AC_INIT([albert], [1.2
-pre1
], [dani@mathematik.uni-freiburg.de])
AC_CONFIG_SRCDIR([ALBERT/src/Common/albert.h])
AM_MAINTAINER_MODE
AC_CONFIG_FILES([Makefile BLAS/Makefile ALBERT_UTIL/Makefile
gnu-compat/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