Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
d46594a7
Commit
d46594a7
authored
Jul 16, 2010
by
Uwe Schulzweida
Browse files
change version to 1.4.5.2
parent
b1c88ab7
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
@@ -321,7 +321,7 @@ distclean-libtool:
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS)
:
@
fail
=
failcom
=
'exit 1'
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
...
...
@@ -346,7 +346,7 @@ $(RECURSIVE_TARGETS):
fi
;
test
-z
"
$$
fail"
$(RECURSIVE_CLEAN_TARGETS)
:
@
fail
=
failcom
=
'exit 1'
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
...
...
@@ -510,8 +510,7 @@ distdir: $(DISTFILES)
fi
;
\
done
-
test
-n
"
$(am__skip_mode_fix)
"
\
||
find
"
$(distdir)
"
-type
d
!
-perm
-755
\
-exec
chmod
u+rwx,go+rx
{}
\;
-o
\
||
find
"
$(distdir)
"
-type
d
!
-perm
-777
-exec
chmod
a+rwx
{}
\;
-o
\
!
-type
d
!
-perm
-444
-links
1
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-400
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-444
-exec
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
...
...
@@ -555,17 +554,17 @@ dist dist-all: distdir
distcheck
:
dist
case
'
$(DIST_ARCHIVES)
'
in
\
*
.tar.gz
*
)
\
GZIP
=
$(GZIP_ENV)
gzip
-
d
c
$(distdir)
.tar.gz |
$(am__untar)
;;
\
GZIP
=
$(GZIP_ENV)
g
un
zip
-c
$(distdir)
.tar.gz |
$(am__untar)
;;
\
*
.tar.bz2
*
)
\
bzip2
-
d
c
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
b
un
zip2
-c
$(distdir)
.tar.bz2 |
$(am__untar)
;;
\
*
.tar.lzma
*
)
\
lzma
-
d
c
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
un
lzma
-c
$(distdir)
.tar.lzma |
$(am__untar)
;;
\
*
.tar.xz
*
)
\
xz
-dc
$(distdir)
.tar.xz |
$(am__untar)
;;
\
*
.tar.Z
*
)
\
uncompress
-c
$(distdir)
.tar.Z |
$(am__untar)
;;
\
*
.shar.gz
*
)
\
GZIP
=
$(GZIP_ENV)
gzip
-
d
c
$(distdir)
.shar.gz | unshar
;;
\
GZIP
=
$(GZIP_ENV)
g
un
zip
-c
$(distdir)
.shar.gz | unshar
;;
\
*
.zip
*
)
\
unzip
$(distdir)
.zip
;;
\
esac
...
...
app/Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
configure
View file @
d46594a7
This diff is collapsed.
Click to expand it.
configure.ac
View file @
d46594a7
# Process this file with autoconf to produce a configure script.
AC_INIT([cdi], [1.4.5.
1
], [http://code.zmaw.de/projects/cdi])
AC_INIT([cdi], [1.4.5.
2
], [http://code.zmaw.de/projects/cdi])
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
...
...
examples/Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
interfaces/Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
src/Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
src/config.h.in
View file @
d46594a7
...
...
@@ -90,12 +90,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if `st
_blksize
' is a member of `st
ruct stat
'. */
/* Define to 1 if `st
ruct stat
' is a member of `st
_blksize
'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
...
...
tests/Makefile.in
View file @
d46594a7
# Makefile.in generated by automake 1.11
.1
from Makefile.am.
# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment