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
70d669c8
Commit
70d669c8
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Demo-tarball and libtool.alberta.
parent
414f00e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+30
-0
30 additions, 0 deletions
Makefile.am
with
30 additions
and
0 deletions
Makefile.am
+
30
−
0
View file @
70d669c8
...
...
@@ -7,6 +7,29 @@ ACLOCAL_AMFLAGS = -I ./m4
EXTRA_DIST
=
DEMO
$(
wildcard m4/
*
.m4
)
#
# install the libtool-script in the libexecdir s.t. Makefile.alberta
# can use it even if the ALBERTA _sources_ are deleted.
#
libexec_SCRIPTS
=
libtool.alberta
libtool.alberta
:
libtool
cp
libtool libtool.alberta
#
# make a DEMO tar-ball and install it in pkgdatadir for later use
#
DEMO
=
@PACKAGE_NAME@-@PACKAGE_VERSION@-demo
pkgdata_DATA
=
$(
DEMO
)
.tar.gz
demo-tarball
:
$(DEMO).tar.gz
$(DEMO)
:
DEMO
mkdir
$@
;
cd
$@
;
\
(
cd
../DEMO
;
$(
TAR
)
cf -
.
)
|
$(
TAR
)
xf -
clean-local
:
rm
-rf
$(
DEMO
)
if
MAINTAINER_MODE
# This target only makes sense for maintainers!!
cvs-clean
:
...
...
@@ -41,3 +64,10 @@ dist-hook:
endif
SUFFIXES
=
.gz .tar .tar.gz
%.tar
:
%
$(
TAR
)
cf
$@
$<
%.gz
:
%
$(
GZIP
)
-9
$<
\ No newline at end of file
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