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
2e77c2aa
Commit
2e77c2aa
authored
18 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Don't use the $(wildcard ...) GNU extension
parent
b8ebfeeb
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
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+5
-2
5 additions, 2 deletions
configure.ac
with
6 additions
and
3 deletions
Makefile.am
+
1
−
1
View file @
2e77c2aa
...
@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz
...
@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz
$(DEMO).tar.gz
:
$(DEMO)
$(DEMO).tar.gz
:
$(DEMO)
$(
TAR_PROGRAM
)
cf -
$(
DEMO
)
|
$(
GZIP_PROGRAM
)
-9
>
$@
$(
TAR_PROGRAM
)
cf -
$(
DEMO
)
|
$(
GZIP_PROGRAM
)
-9
>
$@
demo
:
$(wildcard $(srcdir)/demo/src/Common/*.[ch])
$(top_builddir)/config.status
demo
:
@DEMOSOURCES@
$(top_builddir)/config.status
echo
$?
echo
$?
@
case
'$?'
in
\
@
case
'$?'
in
\
*
config.status
*
)
\
*
config.status
*
)
\
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
5
−
2
View file @
2e77c2aa
...
@@ -43,6 +43,10 @@ AC_CONFIG_COMMANDS([demo],
...
@@ -43,6 +43,10 @@ AC_CONFIG_COMMANDS([demo],
find demo -exec chmod u+rwX \{\} \;
find demo -exec chmod u+rwX \{\} \;
fi])
fi])
# Collect the demo programs
DEMOSOURCES=`find ${srcdir}/demo/src -name "*.\[ch\]"`
AC_SUBST(DEMOSOURCES)
#
#
# A special command that checks whether alberta_util_inlines.h exists
# A special command that checks whether alberta_util_inlines.h exists
# and is identical to alberta_util_inlines.h.in. Then do nothing. If
# and is identical to alberta_util_inlines.h.in. Then do nothing. If
...
@@ -66,7 +70,7 @@ fi])
...
@@ -66,7 +70,7 @@ fi])
# ALBERT_DIMENSION_ENABLE/DISABLE() macros
# ALBERT_DIMENSION_ENABLE/DISABLE() macros
#
#
AM_INIT_AUTOMAKE([1.
7
dist-bzip2])
AM_INIT_AUTOMAKE([1.
10
dist-bzip2])
AM_CONFIG_HEADER([config.h])
AM_CONFIG_HEADER([config.h])
# change the installation directory. This could surely be done more elegantly...
# change the installation directory. This could surely be done more elegantly...
...
@@ -544,7 +548,6 @@ if test "z${EXPERIMENTAL}" = "z1"; then
...
@@ -544,7 +548,6 @@ if test "z${EXPERIMENTAL}" = "z1"; then
AC_MSG_RESULT([])
AC_MSG_RESULT([])
fi
fi
#
#
# flush everything to disk
# flush everything to disk
#
#
...
...
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