Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
5af1a699
Commit
5af1a699
authored
Aug 18, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automake-1.9
parent
b1db925b
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
555 additions
and
611 deletions
+555
-611
Makefile.in
Makefile.in
+50
-26
aclocal.m4
aclocal.m4
+249
-342
asn1c/Makefile.in
asn1c/Makefile.in
+42
-31
asn1c/tests/Makefile.in
asn1c/tests/Makefile.in
+15
-9
asn1c/webcgi/Makefile.in
asn1c/webcgi/Makefile.in
+15
-17
doc/Makefile.in
doc/Makefile.in
+17
-7
examples/Makefile.in
examples/Makefile.in
+9
-5
libasn1compiler/Makefile.in
libasn1compiler/Makefile.in
+17
-26
libasn1fix/Makefile.in
libasn1fix/Makefile.in
+20
-42
libasn1parser/Makefile.in
libasn1parser/Makefile.in
+19
-29
libasn1print/Makefile.in
libasn1print/Makefile.in
+16
-18
skeletons/Makefile.in
skeletons/Makefile.in
+41
-17
skeletons/standard-modules/Makefile.in
skeletons/standard-modules/Makefile.in
+17
-7
skeletons/tests/Makefile.in
skeletons/tests/Makefile.in
+19
-30
tests/Makefile.in
tests/Makefile.in
+9
-5
No files found.
Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
DIST_COMMON
=
README
$(am__configure_deps)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
$(srcdir)
/asn1c.spec.in
\
$(srcdir)
/config.h.in
$(top_srcdir)
/configure AUTHORS COPYING
\
...
...
@@ -58,6 +60,12 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-recursive installcheck-recursive installdirs-recursive
\
pdf-recursive ps-recursive uninstall-info-recursive
\
uninstall-recursive
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
*
)
f
=
$$
p
;;
\
esac
;
am__strip_dir
=
`
echo
$$
p |
sed
-e
's|^.*/||'
`
;
am__installdirs
=
"
$(DESTDIR)$(docsdir)
"
docsDATA_INSTALL
=
$(INSTALL_DATA)
DATA
=
$(docs_DATA)
...
...
@@ -152,6 +160,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -204,15 +214,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
*
$$
dep
*
)
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--
gnu
'
;
\
cd
$(srcdir)
&&
$(AUTOMAKE)
--
gnu
\
echo
' cd
$(srcdir)
&&
$(AUTOMAKE)
--
foreign
'
;
\
cd
$(srcdir)
&&
$(AUTOMAKE)
--
foreign
\
&&
exit
0
;
\
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
Makefile
$(AUTOMAKE)
--
foreign
Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -265,7 +275,7 @@ install-docsDATA: $(docs_DATA)
test
-z
"
$(docsdir)
"
||
$(mkdir_p)
"
$(DESTDIR)$(docsdir)
"
@
list
=
'
$(docs_DATA)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
"
$(docsDATA_INSTALL)
'
$$
d
$$
p' '
$(DESTDIR)$(docsdir)
/
$$
f'"
;
\
$(docsDATA_INSTALL)
"
$$
d
$$
p"
"
$(DESTDIR)$(docsdir)
/
$$
f"
;
\
done
...
...
@@ -273,7 +283,7 @@ install-docsDATA: $(docs_DATA)
uninstall-docsDATA
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(docs_DATA)
'
;
for
p
in
$$
list
;
do
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
" rm -f '
$(DESTDIR)$(docsdir)
/
$$
f'"
;
\
rm
-f
"
$(DESTDIR)$(docsdir)
/
$$
f"
;
\
done
...
...
@@ -285,7 +295,13 @@ uninstall-docsDATA:
# (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)
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -297,7 +313,7 @@ $(RECURSIVE_TARGETS):
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
;
\
if
test
"
$$
dot_seen"
=
"no"
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
"
$$
target-am"
||
exit
1
;
\
...
...
@@ -305,7 +321,13 @@ $(RECURSIVE_TARGETS):
mostlyclean-recursive
clean-recursive
distclean-recursive
\
maintainer-clean-recursive
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
case
"
$@
"
in
\
distclean-
*
|
maintainer-clean-
*
)
list
=
'
$(DIST_SUBDIRS)
'
;;
\
...
...
@@ -326,7 +348,7 @@ maintainer-clean-recursive:
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
&&
test
-z
"
$$
fail"
tags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -360,7 +382,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
fi
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-f
$$
subdir/TAGS
&&
\
test
!
-f
$$
subdir/TAGS
||
\
tags
=
"
$$
tags
$$
include_option=
$$
here/
$$
subdir/TAGS"
;
\
fi
;
\
done
;
\
...
...
@@ -371,7 +393,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -428,15 +450,17 @@ distdir: $(DISTFILES)
||
exit
1
;
\
fi
;
\
done
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
list
=
'
$(
DIST_
SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-d
"
$(distdir)
/
$$
subdir"
\
||
mkdir
"
$(distdir)
/
$$
subdir"
\
||
$(mkdir_p)
"
$(distdir)
/
$$
subdir"
\
||
exit
1
;
\
distdir
=
`
$(am__cd)
$(distdir)
&&
pwd
`
;
\
top_distdir
=
`
$(am__cd)
$(top_distdir)
&&
pwd
`
;
\
(
cd
$$
subdir
&&
\
$(MAKE)
$(AM_MAKEFLAGS)
\
top_distdir
=
"
../
$(top_distdir)
"
\
distdir
=
"
../
$(distdir)
/
$$
subdir"
\
top_distdir
=
"
$$
top_distdir
"
\
distdir
=
"
$$
distdir
/
$$
subdir"
\
distdir
)
\
||
exit
1
;
\
fi
;
\
...
...
@@ -447,15 +471,15 @@ distdir: $(DISTFILES)
!
-type
d
!
-perm
-444
-exec
$(SHELL)
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
||
chmod
-R
a+r
$(distdir)
dist-gzip
:
distdir
$(AMTAR)
chof -
$(distdi
r)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
tardir
=
$(distdir)
&&
$(am__ta
r)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
dist-bzip2
:
distdir
$(AMTAR)
chof -
$(distdi
r)
| bzip2
-9
-c
>
$(distdir)
.tar.bz2
tardir
=
$(distdir)
&&
$(am__ta
r)
| bzip2
-9
-c
>
$(distdir)
.tar.bz2
$(am__remove_distdir)
dist-tarZ
:
distdir
$(AMTAR)
chof -
$(distdi
r)
| compress
-c
>
$(distdir)
.tar.Z
tardir
=
$(distdir)
&&
$(am__ta
r)
| compress
-c
>
$(distdir)
.tar.Z
$(am__remove_distdir)
dist-shar
:
distdir
...
...
@@ -468,7 +492,7 @@ dist-zip: distdir
$(am__remove_distdir)
dist dist-all
:
distdir
$(AMTAR)
chof -
$(distdi
r)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
tardir
=
$(distdir)
&&
$(am__ta
r)
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(distdir)
.tar.gz
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
...
...
@@ -477,11 +501,11 @@ dist dist-all: distdir
distcheck
:
dist
case
'
$(DIST_ARCHIVES)
'
in
\
*
.tar.gz
*
)
\
GZIP
=
$(GZIP_ENV)
gunzip
-c
$(distdir)
.tar.gz |
$(
AMTAR)
xf -
;;
\
GZIP
=
$(GZIP_ENV)
gunzip
-c
$(distdir)
.tar.gz |
$(
am__untar)
;;
\
*
.tar.bz2
*
)
\
bunzip2
-c
$(distdir)
.tar.bz2 |
$(
AMTAR)
xf -
;;
\
bunzip2
-c
$(distdir)
.tar.bz2 |
$(
am__untar)
;;
\
*
.tar.Z
*
)
\
uncompress
-c
$(distdir)
.tar.Z |
$(
AMTAR)
xf -
;;
\
uncompress
-c
$(distdir)
.tar.Z |
$(
am__untar)
;;
\
*
.shar.gz
*
)
\
GZIP
=
$(GZIP_ENV)
gunzip
-c
$(distdir)
.shar.gz | unshar
;;
\
*
.zip
*
)
\
...
...
@@ -566,7 +590,7 @@ clean-generic:
-
test
-z
"
$(CLEANFILES)
"
||
rm
-f
$(CLEANFILES)
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
aclocal.m4
View file @
5af1a699
This diff is collapsed.
Click to expand it.
asn1c/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -15,8 +15,6 @@
@SET_MAKE@
SOURCES
=
asn1c.c enber.c unber.c
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -37,7 +35,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
bin_PROGRAMS
=
asn1c
$(EXEEXT)
unber
$(EXEEXT)
enber
$(EXEEXT)
subdir
=
asn1c
DIST_COMMON
=
README
$(dist_man1_MANS)
$(noinst_HEADERS)
\
...
...
@@ -67,15 +67,13 @@ unber_LDADD = $(LDADD)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1c.Po ./
$(DEPDIR)
/enber.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/unber.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
asn1c.c enber.c unber.c
DIST_SOURCES
=
asn1c.c enber.c unber.c
...
...
@@ -170,6 +168,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -237,9 +237,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
asn1c/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
asn1c/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
asn1c/Makefile
$(AUTOMAKE)
--
foreign
asn1c/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -309,24 +309,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -391,7 +388,13 @@ uninstall-man1:
# (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)
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -403,7 +406,7 @@ $(RECURSIVE_TARGETS):
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
;
\
if
test
"
$$
dot_seen"
=
"no"
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
"
$$
target-am"
||
exit
1
;
\
...
...
@@ -411,7 +414,13 @@ $(RECURSIVE_TARGETS):
mostlyclean-recursive
clean-recursive
distclean-recursive
\
maintainer-clean-recursive
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
case
"
$@
"
in
\
distclean-
*
|
maintainer-clean-
*
)
list
=
'
$(DIST_SUBDIRS)
'
;;
\
...
...
@@ -432,7 +441,7 @@ maintainer-clean-recursive:
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
&&
test
-z
"
$$
fail"
tags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -466,7 +475,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
fi
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-f
$$
subdir/TAGS
&&
\
test
!
-f
$$
subdir/TAGS
||
\
tags
=
"
$$
tags
$$
include_option=
$$
here/
$$
subdir/TAGS"
;
\
fi
;
\
done
;
\
...
...
@@ -477,7 +486,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -559,20 +568,20 @@ check-TESTS: $(TESTS)
skipped
=
""
;
\
if
test
"
$$
skip"
-ne
0
;
then
\
skipped
=
"(
$$
skip tests were not run)"
;
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
skipped"
;
\
fi
;
\
report
=
""
;
\
if
test
"
$$
failed"
-ne
0
&&
test
-n
"
$(PACKAGE_BUGREPORT)
"
;
then
\
report
=
"Please report to
$(PACKAGE_BUGREPORT)
"
;
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
report"
;
\
fi
;
\
dashes
=
`
echo
"
$$
dashes"
|
sed
s/./
=
/g
`
;
\
echo
"
$$
dashes"
;
\
echo
"
$$
banner"
;
\
test
-
n
"
$$
skipped"
&&
echo
"
$$
skipped"
;
\
test
-
n
"
$$
report"
&&
echo
"
$$
report"
;
\
test
-
z
"
$$
skipped"
||
echo
"
$$
skipped"
;
\
test
-
z
"
$$
report"
||
echo
"
$$
report"
;
\
echo
"
$$
dashes"
;
\
test
"
$$
failed"
-eq
0
;
\
else
:
;
fi
...
...
@@ -604,15 +613,17 @@ distdir: $(DISTFILES)
||
exit
1
;
\
fi
;
\
done
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
list
=
'
$(
DIST_
SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-d
"
$(distdir)
/
$$
subdir"
\
||
mkdir
"
$(distdir)
/
$$
subdir"
\
||
$(mkdir_p)
"
$(distdir)
/
$$
subdir"
\
||
exit
1
;
\
distdir
=
`
$(am__cd)
$(distdir)
&&
pwd
`
;
\
top_distdir
=
`
$(am__cd)
$(top_distdir)
&&
pwd
`
;
\
(
cd
$$
subdir
&&
\
$(MAKE)
$(AM_MAKEFLAGS)
\
top_distdir
=
"
../
$(top_distdir)
"
\
distdir
=
"
../
$(distdir)
/
$$
subdir"
\
top_distdir
=
"
$$
top_distdir
"
\
distdir
=
"
$$
distdir
/
$$
subdir"
\
distdir
)
\
||
exit
1
;
\
fi
;
\
...
...
@@ -647,7 +658,7 @@ clean-generic:
-
test
-z
"
$(CLEANFILES)
"
||
rm
-f
$(CLEANFILES)
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
asn1c/tests/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -33,7 +33,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
asn1c/tests
DIST_COMMON
=
README
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -60,6 +62,8 @@ CC = @CC@
CCDEPMODE
=
@CCDEPMODE@
CFLAGS
=
@CFLAGS@
CONFIGURE_DEPENDS
=
@CONFIGURE_DEPENDS@
CPLUSPLUS_FOUND_FALSE
=
@CPLUSPLUS_FOUND_FALSE@
CPLUSPLUS_FOUND_TRUE
=
@CPLUSPLUS_FOUND_TRUE@
CPP
=
@CPP@
CPPFLAGS
=
@CPPFLAGS@
CXX
=
@CXX@
...
...
@@ -121,6 +125,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -176,9 +182,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
asn1c/tests/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
asn1c/tests/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
asn1c/tests/Makefile
$(AUTOMAKE)
--
foreign
asn1c/tests/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -268,20 +274,20 @@ check-TESTS: $(TESTS)
skipped
=
""
;
\
if
test
"
$$
skip"
-ne
0
;
then
\
skipped
=
"(
$$
skip tests were not run)"
;
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
skipped"
;
\
fi
;
\
report
=
""
;
\
if
test
"
$$
failed"
-ne
0
&&
test
-n
"
$(PACKAGE_BUGREPORT)
"
;
then
\
report
=
"Please report to
$(PACKAGE_BUGREPORT)
"
;
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
report"
;
\
fi
;
\
dashes
=
`
echo
"
$$
dashes"
|
sed
s/./
=
/g
`
;
\
echo
"
$$
dashes"
;
\
echo
"
$$
banner"
;
\
test
-
n
"
$$
skipped"
&&
echo
"
$$
skipped"
;
\
test
-
n
"
$$
report"
&&
echo
"
$$
report"
;
\
test
-
z
"
$$
skipped"
||
echo
"
$$
skipped"
;
\
test
-
z
"
$$
report"
||
echo
"
$$
report"
;
\
echo
"
$$
dashes"
;
\
test
"
$$
failed"
-eq
0
;
\
else
:
;
fi
...
...
@@ -339,7 +345,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
asn1c/webcgi/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -15,8 +15,6 @@
@SET_MAKE@
SOURCES
=
asn1c-suid-helper.c
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -37,7 +35,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
noinst_PROGRAMS
=
asn1c-suid-helper
$(EXEEXT)
subdir
=
asn1c/webcgi
DIST_COMMON
=
README
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
...
...
@@ -56,14 +56,13 @@ SCRIPTS = $(noinst_SCRIPTS)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1c-suid-helper.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
asn1c-suid-helper.c
DIST_SOURCES
=
asn1c-suid-helper.c
...
...
@@ -147,6 +146,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -194,9 +195,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
asn1c/webcgi/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
asn1c/webcgi/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
asn1c/webcgi/Makefile
$(AUTOMAKE)
--
foreign
asn1c/webcgi/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -237,24 +238,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -288,7 +286,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -365,7 +363,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
doc/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
doc
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -46,6 +48,12 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES
=
SOURCES
=
DIST_SOURCES
=
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
*
)
f
=
$$
p
;;
\
esac
;
am__strip_dir
=
`
echo
$$
p |
sed
-e
's|^.*/||'
`
;
am__installdirs
=
"
$(DESTDIR)$(docsdir)
"
docsDATA_INSTALL
=
$(INSTALL_DATA)
DATA
=
$(docs_DATA)
...
...
@@ -127,6 +135,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -179,9 +189,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
doc/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
doc/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
doc/Makefile
$(AUTOMAKE)
--
foreign
doc/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -214,7 +224,7 @@ install-docsDATA: $(docs_DATA)
test
-z
"
$(docsdir)
"
||
$(mkdir_p)
"
$(DESTDIR)$(docsdir)
"
@
list
=
'
$(docs_DATA)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
"
$(docsDATA_INSTALL)
'
$$
d
$$
p' '
$(DESTDIR)$(docsdir)
/
$$
f'"
;
\
$(docsDATA_INSTALL)
"
$$
d
$$
p"
"
$(DESTDIR)$(docsdir)
/
$$
f"
;
\
done
...
...
@@ -222,7 +232,7 @@ install-docsDATA: $(docs_DATA)
uninstall-docsDATA
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(docs_DATA)
'
;
for
p
in
$$
list
;
do
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
" rm -f '
$(DESTDIR)$(docsdir)
/
$$
f'"
;
\
rm
-f
"
$(DESTDIR)$(docsdir)
/
$$
f"
;
\
done
...
...
@@ -288,7 +298,7 @@ clean-generic:
-
test
-z
"
$(CLEANFILES)
"
||
rm
-f
$(CLEANFILES)
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
examples/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
examples
DIST_COMMON
=
README
$(dist_bin_SCRIPTS)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
...
...
@@ -128,6 +130,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -189,9 +193,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
examples/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
examples/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
examples/Makefile
$(AUTOMAKE)
--
foreign
examples/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -300,7 +304,7 @@ clean-generic:
-
test
-z
"
$(CLEANFILES)
"
||
rm
-f
$(CLEANFILES)
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
libasn1compiler/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES
=
$(libasn1compiler_la_SOURCES)
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -36,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
libasn1compiler
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -55,22 +55,13 @@ libasn1compiler_la_OBJECTS = $(am_libasn1compiler_la_OBJECTS)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1c_C.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_compat.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_constraint.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_fdeps.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_lang.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_misc.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_out.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1c_save.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1compiler.Plo
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
$(libasn1compiler_la_SOURCES)
DIST_SOURCES
=
$(libasn1compiler_la_SOURCES)
...
...
@@ -154,6 +145,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -186,6 +179,7 @@ target_alias = @target_alias@
target_cpu
=
@target_cpu@
target_os
=
@target_os@
target_vendor
=
@target_vendor@
AM_CFLAGS
=
@ADD_CFLAGS@
AM_CPPFLAGS
=
\
-I
$(top_srcdir)
/libasn1parser
\
-I
$(top_srcdir)
/libasn1fix
...
...
@@ -217,9 +211,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
libasn1compiler/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
libasn1compiler/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
libasn1compiler/Makefile
$(AUTOMAKE)
--
foreign
libasn1compiler/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -242,7 +236,7 @@ clean-noinstLTLIBRARIES:
-
test
-z
"
$(noinst_LTLIBRARIES)
"
||
rm
-f
$(noinst_LTLIBRARIES)
@
list
=
'
$(noinst_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p |
sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
=
"
$$
p"
&&
dir
=
.
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$
${dir}
/so_locations
\"
"
;
\
rm
-f
"
$
${dir}
/so_locations"
;
\
done
...
...
@@ -269,24 +263,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -320,7 +311,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -397,7 +388,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
libasn1fix/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES
=
$(libasn1fix_la_SOURCES)
check_fixer.c
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -36,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
check_PROGRAMS
=
check_fixer
$(EXEEXT)
subdir
=
libasn1fix
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
...
...
@@ -63,34 +63,13 @@ am__DEPENDENCIES_1 = libasn1fix.la
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1fix.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_bitstring.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_class.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_compat.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_constr.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_constraint.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_constraint_compat.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_crange.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_cstring.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_cws.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_dereft.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_derefv.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_enum.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_export.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_integer.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_misc.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_param.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_retrieve.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_tags.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1fix_value.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check_fixer.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
$(libasn1fix_la_SOURCES)
check_fixer.c
DIST_SOURCES
=
$(libasn1fix_la_SOURCES)
check_fixer.c
...
...
@@ -174,6 +153,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -254,9 +235,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
libasn1fix/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
libasn1fix/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
libasn1fix/Makefile
$(AUTOMAKE)
--
foreign
libasn1fix/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -279,7 +260,7 @@ clean-noinstLTLIBRARIES:
-
test
-z
"
$(noinst_LTLIBRARIES)
"
||
rm
-f
$(noinst_LTLIBRARIES)
@
list
=
'
$(noinst_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p |
sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
=
"
$$
p"
&&
dir
=
.
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$
${dir}
/so_locations
\"
"
;
\
rm
-f
"
$
${dir}
/so_locations"
;
\
done
...
...
@@ -328,24 +309,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -379,7 +357,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -461,20 +439,20 @@ check-TESTS: $(TESTS)
skipped
=
""
;
\
if
test
"
$$
skip"
-ne
0
;
then
\
skipped
=
"(
$$
skip tests were not run)"
;
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
skipped"
;
\
fi
;
\
report
=
""
;
\
if
test
"
$$
failed"
-ne
0
&&
test
-n
"
$(PACKAGE_BUGREPORT)
"
;
then
\
report
=
"Please report to
$(PACKAGE_BUGREPORT)
"
;
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
report"
;
\
fi
;
\
dashes
=
`
echo
"
$$
dashes"
|
sed
s/./
=
/g
`
;
\
echo
"
$$
dashes"
;
\
echo
"
$$
banner"
;
\
test
-
n
"
$$
skipped"
&&
echo
"
$$
skipped"
;
\
test
-
n
"
$$
report"
&&
echo
"
$$
report"
;
\
test
-
z
"
$$
skipped"
||
echo
"
$$
skipped"
;
\
test
-
z
"
$$
report"
||
echo
"
$$
report"
;
\
echo
"
$$
dashes"
;
\
test
"
$$
failed"
-eq
0
;
\
else
:
;
fi
...
...
@@ -531,7 +509,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
libasn1parser/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES
=
$(libasn1parser_la_SOURCES)
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -36,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
libasn1parser
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in asn1p_l.c
\
asn1p_y.c asn1p_y.h
...
...
@@ -57,23 +57,13 @@ libasn1parser_la_OBJECTS = $(am_libasn1parser_la_OBJECTS)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1p_class.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_constr.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_expr.Plo ./
$(DEPDIR)
/asn1p_l.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_module.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_oid.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_param.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_ref.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_value.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_xports.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_y.Plo ./
$(DEPDIR)
/asn1parser.Plo
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
LEXCOMPILE
=
$(LEX)
$(LFLAGS)
$(AM_LFLAGS)
LTLEXCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(LEX)
$(LFLAGS)
$(AM_LFLAGS)
...
...
@@ -162,6 +152,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -229,9 +221,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
libasn1parser/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
libasn1parser/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
libasn1parser/Makefile
$(AUTOMAKE)
--
foreign
libasn1parser/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -254,7 +246,7 @@ clean-noinstLTLIBRARIES:
-
test
-z
"
$(noinst_LTLIBRARIES)
"
||
rm
-f
$(noinst_LTLIBRARIES)
@
list
=
'
$(noinst_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p |
sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
=
"
$$
p"
&&
dir
=
.
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$
${dir}
/so_locations
\"
"
;
\
rm
-f
"
$
${dir}
/so_locations"
;
\
done
...
...
@@ -289,24 +281,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
.l.c
:
...
...
@@ -320,7 +309,8 @@ distclean-compile:
to
=
`
echo
"
$*
_H"
|
sed
\
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
\
-e
's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'
`
;
\
sed
"/^#/ s/Y_TAB_H/
$$
to/g"
y.tab.h
>
$*
.ht
;
\
sed
-e
"/^#/!b"
-e
"s/Y_TAB_H/
$$
to/g"
-e
"s|y
\.
tab
\.
h|
$*
.h|"
\
y.tab.h
>
$*
.ht
;
\
rm
-f
y.tab.h
;
\
if
cmp
-s
$*
.ht
$*
.h
;
then
\
rm
-f
$*
.ht
;
\
...
...
@@ -365,7 +355,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -442,14 +432,14 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
-
rm
-f
asn1p_l.c
-
rm
-f
asn1p_y.h
-
rm
-f
asn1p_y.c
-
rm
-f
asn1p_y.h
clean
:
clean-am
clean-am
:
clean-generic clean-libtool clean-noinstLTLIBRARIES
\
...
...
libasn1print/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -14,8 +14,6 @@
@SET_MAKE@
SOURCES
=
$(libasn1print_la_SOURCES)
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -36,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
libasn1print
DIST_COMMON
=
README
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -53,14 +53,13 @@ libasn1print_la_OBJECTS = $(am_libasn1print_la_OBJECTS)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/asn1print.Plo
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
$(libasn1print_la_SOURCES)
DIST_SOURCES
=
$(libasn1print_la_SOURCES)
...
...
@@ -144,6 +143,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -199,9 +200,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
libasn1print/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
libasn1print/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
libasn1print/Makefile
$(AUTOMAKE)
--
foreign
libasn1print/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -224,7 +225,7 @@ clean-noinstLTLIBRARIES:
-
test
-z
"
$(noinst_LTLIBRARIES)
"
||
rm
-f
$(noinst_LTLIBRARIES)
@
list
=
'
$(noinst_LTLIBRARIES)
'
;
for
p
in
$$
list
;
do
\
dir
=
"
`
echo
$$
p |
sed
-e
's|/[^/]*$$||'
`
"
;
\
test
"
$$
dir"
=
"
$$
p"
&&
dir
=
.
;
\
test
"
$$
dir"
!=
"
$$
p"
||
dir
=
.
;
\
echo
"rm -f
\"
$
${dir}
/so_locations
\"
"
;
\
rm
-f
"
$
${dir}
/so_locations"
;
\
done
...
...
@@ -243,24 +244,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -294,7 +292,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -371,7 +369,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
skeletons/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
skeletons
DIST_COMMON
=
README
$(dist_pkgdata_DATA)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
...
...
@@ -53,6 +55,12 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-recursive installcheck-recursive installdirs-recursive
\
pdf-recursive ps-recursive uninstall-info-recursive
\
uninstall-recursive
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
*
)
f
=
$$
p
;;
\
esac
;
am__strip_dir
=
`
echo
$$
p |
sed
-e
's|^.*/||'
`
;
am__installdirs
=
"
$(DESTDIR)$(pkgdatadir)
"
dist_pkgdataDATA_INSTALL
=
$(INSTALL_DATA)
DATA
=
$(dist_pkgdata_DATA)
...
...
@@ -137,6 +145,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -186,9 +196,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
skeletons/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
skeletons/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
skeletons/Makefile
$(AUTOMAKE)
--
foreign
skeletons/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -221,7 +231,7 @@ install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
test
-z
"
$(pkgdatadir)
"
||
$(mkdir_p)
"
$(DESTDIR)$(pkgdatadir)
"
@
list
=
'
$(dist_pkgdata_DATA)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
"
$(dist_pkgdataDATA_INSTALL)
'
$$
d
$$
p' '
$(DESTDIR)$(pkgdatadir)
/
$$
f'"
;
\
$(dist_pkgdataDATA_INSTALL)
"
$$
d
$$
p"
"
$(DESTDIR)$(pkgdatadir)
/
$$
f"
;
\
done
...
...
@@ -229,7 +239,7 @@ install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
uninstall-dist_pkgdataDATA
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(dist_pkgdata_DATA)
'
;
for
p
in
$$
list
;
do
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
" rm -f '
$(DESTDIR)$(pkgdatadir)
/
$$
f'"
;
\
rm
-f
"
$(DESTDIR)$(pkgdatadir)
/
$$
f"
;
\
done
...
...
@@ -241,7 +251,13 @@ uninstall-dist_pkgdataDATA:
# (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)
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -253,7 +269,7 @@ $(RECURSIVE_TARGETS):
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
;
\
if
test
"
$$
dot_seen"
=
"no"
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
"
$$
target-am"
||
exit
1
;
\
...
...
@@ -261,7 +277,13 @@ $(RECURSIVE_TARGETS):
mostlyclean-recursive
clean-recursive
distclean-recursive
\
maintainer-clean-recursive
:
@
set
fnord
$$
MAKEFLAGS
;
amf
=
$$
2
;
\
@
failcom
=
'exit 1'
;
\
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
\
*
=
*
|
--
[!
k]
*
);;
\
*
k
*
)
failcom
=
'fail=yes'
;;
\
esac
;
\
done
;
\
dot_seen
=
no
;
\
case
"
$@
"
in
\
distclean-
*
|
maintainer-clean-
*
)
list
=
'
$(DIST_SUBDIRS)
'
;;
\
...
...
@@ -282,7 +304,7 @@ maintainer-clean-recursive:
local_target
=
"
$$
target"
;
\
fi
;
\
(
cd
$$
subdir
&&
$(MAKE)
$(AM_MAKEFLAGS)
$$
local_target
)
\
||
case
"
$$
amf"
in
*
=
*
)
exit
1
;;
*
k
*
)
fail
=
yes
;;
*
)
exit
1
;;
esac
;
\
||
eval
$$
failcom
;
\
done
&&
test
-z
"
$$
fail"
tags-recursive
:
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
...
...
@@ -316,7 +338,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
fi
;
\
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-f
$$
subdir/TAGS
&&
\
test
!
-f
$$
subdir/TAGS
||
\
tags
=
"
$$
tags
$$
include_option=
$$
here/
$$
subdir/TAGS"
;
\
fi
;
\
done
;
\
...
...
@@ -327,7 +349,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -381,15 +403,17 @@ distdir: $(DISTFILES)
||
exit
1
;
\
fi
;
\
done
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
list
=
'
$(
DIST_
SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
=
.
;
then
:
;
else
\
test
-d
"
$(distdir)
/
$$
subdir"
\
||
mkdir
"
$(distdir)
/
$$
subdir"
\
||
$(mkdir_p)
"
$(distdir)
/
$$
subdir"
\
||
exit
1
;
\
distdir
=
`
$(am__cd)
$(distdir)
&&
pwd
`
;
\
top_distdir
=
`
$(am__cd)
$(top_distdir)
&&
pwd
`
;
\
(
cd
$$
subdir
&&
\
$(MAKE)
$(AM_MAKEFLAGS)
\
top_distdir
=
"
../
$(top_distdir)
"
\
distdir
=
"
../
$(distdir)
/
$$
subdir"
\
top_distdir
=
"
$$
top_distdir
"
\
distdir
=
"
$$
distdir
/
$$
subdir"
\
distdir
)
\
||
exit
1
;
\
fi
;
\
...
...
@@ -421,7 +445,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
skeletons/standard-modules/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
skeletons/standard-modules
DIST_COMMON
=
README
$(dist_smods_DATA)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
...
...
@@ -47,6 +49,12 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES
=
SOURCES
=
DIST_SOURCES
=
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
*
)
f
=
$$
p
;;
\
esac
;
am__strip_dir
=
`
echo
$$
p |
sed
-e
's|^.*/||'
`
;
am__installdirs
=
"
$(DESTDIR)$(smodsdir)
"
dist_smodsDATA_INSTALL
=
$(INSTALL_DATA)
DATA
=
$(dist_smods_DATA)
...
...
@@ -128,6 +136,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -177,9 +187,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
skeletons/standard-modules/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
skeletons/standard-modules/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
skeletons/standard-modules/Makefile
$(AUTOMAKE)
--
foreign
skeletons/standard-modules/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -212,7 +222,7 @@ install-dist_smodsDATA: $(dist_smods_DATA)
test
-z
"
$(smodsdir)
"
||
$(mkdir_p)
"
$(DESTDIR)$(smodsdir)
"
@
list
=
'
$(dist_smods_DATA)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
"
$(dist_smodsDATA_INSTALL)
'
$$
d
$$
p' '
$(DESTDIR)$(smodsdir)
/
$$
f'"
;
\
$(dist_smodsDATA_INSTALL)
"
$$
d
$$
p"
"
$(DESTDIR)$(smodsdir)
/
$$
f"
;
\
done
...
...
@@ -220,7 +230,7 @@ install-dist_smodsDATA: $(dist_smods_DATA)
uninstall-dist_smodsDATA
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(dist_smods_DATA)
'
;
for
p
in
$$
list
;
do
\
f
=
"
`
echo
$$
p |
sed
-e
's|^.*/||'
`
"
;
\
f
=
$(am__strip_dir)
\
echo
" rm -f '
$(DESTDIR)$(smodsdir)
/
$$
f'"
;
\
rm
-f
"
$(DESTDIR)$(smodsdir)
/
$$
f"
;
\
done
...
...
@@ -284,7 +294,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
skeletons/tests/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -13,8 +13,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
SOURCES
=
check-GeneralizedTime.c check-INTEGER.c check-OCTET_STRING.c check-OIDs.c check-PER.c check-REAL.c check-UTCTime.c check-UTF8String.c check-XER.c check-ber_tlv_tag.c check-length.c
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
VPATH
=
@srcdir@
...
...
@@ -35,7 +33,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
check_PROGRAMS
=
check-ber_tlv_tag
$(EXEEXT)
check-length
$(EXEEXT)
\
check-OIDs
$(EXEEXT)
check-GeneralizedTime
$(EXEEXT)
\
check-OCTET_STRING
$(EXEEXT)
check-UTF8String
$(EXEEXT)
\
...
...
@@ -97,23 +97,13 @@ check_length_DEPENDENCIES =
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
@AMDEP_TRUE@
DEP_FILES
=
./
$(DEPDIR)
/check-GeneralizedTime.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-INTEGER.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-OCTET_STRING.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-OIDs.Po ./
$(DEPDIR)
/check-PER.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-REAL.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-UTCTime.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-UTF8String.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-XER.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-ber_tlv_tag.Po
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check-length.Po
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
LTCOMPILE
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
compile
$(CC)
$(DEFS)
\
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
\
$(AM_CFLAGS)
$(CFLAGS)
CCLD
=
$(CC)
LINK
=
$(LIBTOOL)
--mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
LINK
=
$(LIBTOOL)
--
tag
=
CC
--
mode
=
link
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
\
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
SOURCES
=
check-GeneralizedTime.c check-INTEGER.c check-OCTET_STRING.c
\
check-OIDs.c check-PER.c check-REAL.c check-UTCTime.c
\
...
...
@@ -203,6 +193,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -251,9 +243,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
skeletons/tests/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
skeletons/tests/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
skeletons/tests/Makefile
$(AUTOMAKE)
--
foreign
skeletons/tests/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -334,24 +326,21 @@ distclean-compile:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
$<
.c.obj
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
`$(CYGPATH_W)
'$<'
`;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Po'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(COMPILE)
-c
`$(CYGPATH_W)
'$<'
`
.c.lo
:
@am__fastdepCC_TRUE@
if
$(LTCOMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
@am__fastdepCC_TRUE@
then
mv
-f
"$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Plo"
;
else
rm
-f
"$(DEPDIR)/$*.Tpo"
;
exit
1;
fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@
source
=
'$<'
object
=
'$@'
libtool
=
yes
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
depfile
=
'
$(DEPDIR)
/$*.Plo'
tmpdepfile
=
'
$(DEPDIR)
/$*.TPlo'
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(LTCOMPILE)
-c
-o
$@
$<
mostlyclean-libtool
:
...
...
@@ -385,7 +374,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(AWK)
' { files[$$0] = 1; } \
END { for (i in files) print i; }'
`
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
tags
$$
unique"
;
then
:
;
else
\
test
-
z
"
$$
unique"
&&
unique
=
$$
empty_fix
;
\
test
-
n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
tags
$$
unique
;
\
fi
...
...
@@ -467,20 +456,20 @@ check-TESTS: $(TESTS)
skipped
=
""
;
\
if
test
"
$$
skip"
-ne
0
;
then
\
skipped
=
"(
$$
skip tests were not run)"
;
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
skipped"
;
\
fi
;
\
report
=
""
;
\
if
test
"
$$
failed"
-ne
0
&&
test
-n
"
$(PACKAGE_BUGREPORT)
"
;
then
\
report
=
"Please report to
$(PACKAGE_BUGREPORT)
"
;
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
test
`
echo
"
$$
report"
|
wc
-c
`
-
le
`
echo
"
$$
banner"
|
wc
-c
`
||
\
dashes
=
"
$$
report"
;
\
fi
;
\
dashes
=
`
echo
"
$$
dashes"
|
sed
s/./
=
/g
`
;
\
echo
"
$$
dashes"
;
\
echo
"
$$
banner"
;
\
test
-
n
"
$$
skipped"
&&
echo
"
$$
skipped"
;
\
test
-
n
"
$$
report"
&&
echo
"
$$
report"
;
\
test
-
z
"
$$
skipped"
||
echo
"
$$
skipped"
;
\
test
-
z
"
$$
report"
||
echo
"
$$
report"
;
\
echo
"
$$
dashes"
;
\
test
"
$$
failed"
-eq
0
;
\
else
:
;
fi
...
...
@@ -537,7 +526,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
tests/Makefile.in
View file @
5af1a699
# Makefile.in generated by automake 1.
8.4
from Makefile.am.
# Makefile.in generated by automake 1.
9.6
from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004
, 2005
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -33,7 +33,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
subdir
=
tests
DIST_COMMON
=
README
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -123,6 +125,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build
=
@build@
build_alias
=
@build_alias@
...
...
@@ -168,9 +172,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
gnu
tests/Makefile'
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--
foreign
tests/Makefile'
;
\
cd
$(top_srcdir)
&&
\
$(AUTOMAKE)
--
gnu
tests/Makefile
$(AUTOMAKE)
--
foreign
tests/Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
...
...
@@ -255,7 +259,7 @@ mostlyclean-generic:
clean-generic
:
distclean-generic
:
-
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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