asn1c/asn1c/Makefile.in

748 lines
23 KiB
Makefile
Raw Normal View History

2010-11-08 10:07:31 +00:00
# Makefile.in generated by automake 1.10 from Makefile.am.
2004-06-17 23:42:48 +00:00
# @configure_input@
2004-06-03 03:38:44 +00:00
2004-06-17 23:42:48 +00:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2010-11-08 10:07:31 +00:00
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2004-06-03 03:38:44 +00:00
# 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.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
2005-02-25 12:52:27 +00:00
2004-06-03 03:38:44 +00:00
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
2004-06-17 23:42:48 +00:00
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
2004-06-03 03:38:44 +00:00
INSTALL_HEADER = $(INSTALL_DATA)
2004-06-17 23:42:48 +00:00
transform = $(program_transform_name)
2004-06-03 03:38:44 +00:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
2006-08-18 01:54:27 +00:00
build_triplet = @build@
2004-06-03 03:38:44 +00:00
host_triplet = @host@
2004-09-24 21:00:15 +00:00
bin_PROGRAMS = asn1c$(EXEEXT) unber$(EXEEXT) enber$(EXEEXT)
2010-11-08 10:07:31 +00:00
TESTS =
2004-06-17 23:42:48 +00:00
subdir = asn1c
DIST_COMMON = README $(dist_check_SCRIPTS) $(dist_man1_MANS) \
$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in
2004-06-17 23:42:48 +00:00
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2010-11-09 11:10:36 +00:00
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
2004-06-17 23:42:48 +00:00
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
asn1c_SOURCES = asn1c.c
asn1c_OBJECTS = asn1c.$(OBJEXT)
2004-08-18 04:51:56 +00:00
asn1c_DEPENDENCIES = $(top_builddir)/libasn1parser/libasn1parser.la \
$(top_builddir)/libasn1print/libasn1print.la \
$(top_builddir)/libasn1fix/libasn1fix.la \
$(top_builddir)/libasn1compiler/libasn1compiler.la
2004-09-24 21:00:15 +00:00
enber_SOURCES = enber.c
enber_OBJECTS = enber.$(OBJEXT)
enber_LDADD = $(LDADD)
unber_SOURCES = unber.c
unber_OBJECTS = unber.$(OBJEXT)
unber_LDADD = $(LDADD)
2010-11-08 10:07:31 +00:00
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
2004-06-17 23:42:48 +00:00
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2010-11-08 10:07:31 +00:00
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2004-06-17 23:42:48 +00:00
CCLD = $(CC)
2010-11-08 10:07:31 +00:00
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
2004-09-24 21:00:15 +00:00
SOURCES = asn1c.c enber.c unber.c
DIST_SOURCES = asn1c.c enber.c unber.c
2004-06-17 23:42:48 +00:00
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
2010-11-08 10:07:31 +00:00
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
2004-06-17 23:42:48 +00:00
man1dir = $(mandir)/man1
NROFF = nroff
MANS = $(dist_man1_MANS)
2005-02-25 12:52:27 +00:00
HEADERS = $(noinst_HEADERS)
2010-11-08 10:07:31 +00:00
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
2004-06-17 23:42:48 +00:00
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
2004-06-03 03:38:44 +00:00
ADD_CFLAGS = @ADD_CFLAGS@
AMTAR = @AMTAR@
AR = @AR@
2004-06-17 23:42:48 +00:00
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
2004-06-03 03:38:44 +00:00
AWK = @AWK@
CC = @CC@
2004-06-17 23:42:48 +00:00
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
2004-06-03 03:38:44 +00:00
CPP = @CPP@
2004-06-17 23:42:48 +00:00
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
2004-06-03 03:38:44 +00:00
DEPDIR = @DEPDIR@
2010-10-16 09:46:32 +00:00
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
2004-06-17 23:42:48 +00:00
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
2004-06-03 03:38:44 +00:00
EXEEXT = @EXEEXT@
2010-10-16 09:46:32 +00:00
FGREP = @FGREP@
2007-08-27 23:57:45 +00:00
GREP = @GREP@
2010-11-08 10:07:31 +00:00
INSTALL = @INSTALL@
2004-06-17 23:42:48 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
2004-06-03 03:38:44 +00:00
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2010-10-16 09:46:32 +00:00
LD = @LD@
2004-06-17 23:42:48 +00:00
LDFLAGS = @LDFLAGS@
2004-06-03 03:38:44 +00:00
LEX = @LEX@
2004-06-17 23:42:48 +00:00
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
2004-06-03 03:38:44 +00:00
LIBTOOL = @LIBTOOL@
2010-10-16 09:46:32 +00:00
LIPO = @LIPO@
2004-06-03 03:38:44 +00:00
LN_S = @LN_S@
2004-06-17 23:42:48 +00:00
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
2010-11-08 10:07:31 +00:00
MKDIR_P = @MKDIR_P@
2010-10-16 09:46:32 +00:00
NM = @NM@
NMEDIT = @NMEDIT@
2004-06-03 03:38:44 +00:00
OBJEXT = @OBJEXT@
2010-10-16 09:46:32 +00:00
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
2004-06-03 03:38:44 +00:00
PACKAGE = @PACKAGE@
2004-06-17 23:42:48 +00:00
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
2004-06-03 03:38:44 +00:00
RANLIB = @RANLIB@
2010-10-16 09:46:32 +00:00
SED = @SED@
2004-06-17 23:42:48 +00:00
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
2004-06-03 03:38:44 +00:00
VERSION = @VERSION@
YACC = @YACC@
2007-08-27 23:57:45 +00:00
YFLAGS = @YFLAGS@
2010-11-08 10:07:31 +00:00
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
2004-06-17 23:42:48 +00:00
ac_ct_CC = @ac_ct_CC@
2010-10-16 09:46:32 +00:00
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2004-06-03 03:38:44 +00:00
am__include = @am__include@
2004-06-17 23:42:48 +00:00
am__leading_dot = @am__leading_dot@
2004-06-03 03:38:44 +00:00
am__quote = @am__quote@
2006-08-18 01:54:27 +00:00
am__tar = @am__tar@
am__untar = @am__untar@
2004-06-17 23:42:48 +00:00
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
2010-11-08 10:07:31 +00:00
builddir = @builddir@
2004-06-17 23:42:48 +00:00
datadir = @datadir@
2007-08-27 23:57:45 +00:00
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
2004-06-17 23:42:48 +00:00
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
2007-08-27 23:57:45 +00:00
htmldir = @htmldir@
2004-06-17 23:42:48 +00:00
includedir = @includedir@
infodir = @infodir@
2004-06-03 03:38:44 +00:00
install_sh = @install_sh@
2004-06-17 23:42:48 +00:00
libdir = @libdir@
libexecdir = @libexecdir@
2007-08-27 23:57:45 +00:00
localedir = @localedir@
2004-06-17 23:42:48 +00:00
localstatedir = @localstatedir@
2010-11-08 10:07:31 +00:00
lt_ECHO = @lt_ECHO@
2004-06-17 23:42:48 +00:00
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
2007-08-27 23:57:45 +00:00
pdfdir = @pdfdir@
2004-06-17 23:42:48 +00:00
prefix = @prefix@
program_transform_name = @program_transform_name@
2007-08-27 23:57:45 +00:00
psdir = @psdir@
2004-06-17 23:42:48 +00:00
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
2010-11-08 10:07:31 +00:00
srcdir = @srcdir@
2004-06-17 23:42:48 +00:00
sysconfdir = @sysconfdir@
target_alias = @target_alias@
2010-11-08 10:07:31 +00:00
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
2004-09-24 21:00:15 +00:00
SUBDIRS = . webcgi tests
2004-06-03 03:38:44 +00:00
AM_CFLAGS = @ADD_CFLAGS@
AM_CPPFLAGS = \
-I${top_srcdir}/libasn1compiler \
-I${top_srcdir}/libasn1parser \
-I${top_srcdir}/libasn1print \
-I${top_srcdir}/libasn1fix \
2004-08-16 11:38:13 +00:00
-I${top_srcdir}/skeletons \
2004-08-18 04:51:56 +00:00
-DDATADIR=\"$(pkgdatadir)\"
2004-06-03 03:38:44 +00:00
asn1c_LDADD = \
2004-08-18 04:51:56 +00:00
$(top_builddir)/libasn1parser/libasn1parser.la \
$(top_builddir)/libasn1print/libasn1print.la \
$(top_builddir)/libasn1fix/libasn1fix.la \
$(top_builddir)/libasn1compiler/libasn1compiler.la
2004-06-03 03:38:44 +00:00
2005-02-25 12:52:27 +00:00
noinst_HEADERS = sys-common.h
2004-09-24 21:00:15 +00:00
dist_man1_MANS = asn1c.1 unber.1 enber.1
dist_check_SCRIPTS = check-xxber.sh check-parsing.sh
CLEANFILES = .check-xxber.*.tmp .check-parsing.*.tmp
2004-06-03 03:38:44 +00:00
all: all-recursive
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
2010-11-09 11:10:36 +00:00
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
2004-06-17 23:42:48 +00:00
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
2006-08-18 01:54:27 +00:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asn1c/Makefile'; \
2004-06-03 03:38:44 +00:00
cd $(top_srcdir) && \
2006-08-18 01:54:27 +00:00
$(AUTOMAKE) --foreign asn1c/Makefile
2004-06-17 23:42:48 +00:00
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2010-11-09 11:10:36 +00:00
$(top_srcdir)/configure: $(am__configure_deps)
2004-06-17 23:42:48 +00:00
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2010-11-09 11:10:36 +00:00
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
2004-06-17 23:42:48 +00:00
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2004-06-03 03:38:44 +00:00
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
2010-11-08 10:07:31 +00:00
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
2004-06-03 03:38:44 +00:00
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \
|| test -f $$p1 \
; then \
2004-06-17 23:42:48 +00:00
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
2004-06-03 03:38:44 +00:00
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
2004-06-17 23:42:48 +00:00
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
2004-06-03 03:38:44 +00:00
done
clean-binPROGRAMS:
2004-06-17 23:42:48 +00:00
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
2004-06-03 03:38:44 +00:00
asn1c$(EXEEXT): $(asn1c_OBJECTS) $(asn1c_DEPENDENCIES)
@rm -f asn1c$(EXEEXT)
2010-11-08 10:07:31 +00:00
$(LINK) $(asn1c_OBJECTS) $(asn1c_LDADD) $(LIBS)
2004-09-24 21:00:15 +00:00
enber$(EXEEXT): $(enber_OBJECTS) $(enber_DEPENDENCIES)
@rm -f enber$(EXEEXT)
2010-11-08 10:07:31 +00:00
$(LINK) $(enber_OBJECTS) $(enber_LDADD) $(LIBS)
unber$(EXEEXT): $(unber_OBJECTS) $(unber_DEPENDENCIES)
@rm -f unber$(EXEEXT)
2010-11-08 10:07:31 +00:00
$(LINK) $(unber_OBJECTS) $(unber_LDADD) $(LIBS)
2004-06-03 03:38:44 +00:00
mostlyclean-compile:
2004-06-17 23:42:48 +00:00
-rm -f *.$(OBJEXT)
2004-06-03 03:38:44 +00:00
distclean-compile:
-rm -f *.tab.c
2004-06-17 23:42:48 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c.Po@am__quote@
2004-09-24 21:00:15 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enber.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unber.Po@am__quote@
2004-06-03 03:38:44 +00:00
.c.o:
2010-11-08 10:07:31 +00:00
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2004-06-17 23:42:48 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2006-08-18 01:54:27 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2004-06-17 23:42:48 +00:00
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
2004-06-03 03:38:44 +00:00
.c.obj:
2010-11-08 10:07:31 +00:00
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2004-06-17 23:42:48 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2006-08-18 01:54:27 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2004-06-17 23:42:48 +00:00
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2004-06-03 03:38:44 +00:00
.c.lo:
2010-11-08 10:07:31 +00:00
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2004-06-17 23:42:48 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2006-08-18 01:54:27 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2004-06-17 23:42:48 +00:00
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2004-06-03 03:38:44 +00:00
2004-06-17 23:42:48 +00:00
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
2004-06-03 03:38:44 +00:00
install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
2010-11-08 10:07:31 +00:00
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
2004-06-03 03:38:44 +00:00
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
2004-06-17 23:42:48 +00:00
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
2004-06-03 03:38:44 +00:00
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
2004-06-17 23:42:48 +00:00
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
2004-06-03 03:38:44 +00:00
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
2004-06-17 23:42:48 +00:00
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
2004-06-03 03:38:44 +00:00
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
2004-06-17 23:42:48 +00:00
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
2004-06-03 03:38:44 +00:00
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (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):
2006-08-18 01:54:27 +00:00
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
2004-06-03 03:38:44 +00:00
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2006-08-18 01:54:27 +00:00
|| eval $$failcom; \
2004-06-03 03:38:44 +00:00
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
2010-11-08 10:07:31 +00:00
$(RECURSIVE_CLEAN_TARGETS):
2006-08-18 01:54:27 +00:00
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
2004-06-03 03:38:44 +00:00
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2006-08-18 01:54:27 +00:00
|| eval $$failcom; \
2004-06-03 03:38:44 +00:00
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
2004-06-17 23:42:48 +00:00
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
2004-06-03 03:38:44 +00:00
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2004-06-17 23:42:48 +00:00
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2004-06-03 03:38:44 +00:00
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
2004-06-17 23:42:48 +00:00
mkid -fID $$unique
tags: TAGS
2004-06-03 03:38:44 +00:00
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
2004-06-17 23:42:48 +00:00
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
2004-06-03 03:38:44 +00:00
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
2006-08-18 01:54:27 +00:00
test ! -f $$subdir/TAGS || \
2004-06-17 23:42:48 +00:00
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
2004-06-03 03:38:44 +00:00
fi; \
done; \
2004-06-17 23:42:48 +00:00
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2004-06-03 03:38:44 +00:00
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
2004-06-17 23:42:48 +00:00
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2006-08-18 01:54:27 +00:00
test -n "$$unique" || unique=$$empty_fix; \
2004-06-17 23:42:48 +00:00
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
2004-06-03 03:38:44 +00:00
GTAGS:
2004-06-17 23:42:48 +00:00
here=`$(am__cd) $(top_builddir) && pwd` \
2004-06-03 03:38:44 +00:00
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
2004-06-17 23:42:48 +00:00
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2004-06-03 03:38:44 +00:00
check-TESTS: $(TESTS)
2010-11-08 10:07:31 +00:00
@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
2004-06-03 03:38:44 +00:00
srcdir=$(srcdir); export srcdir; \
2010-11-08 10:07:31 +00:00
list=' $(TESTS) '; \
2004-06-03 03:38:44 +00:00
if test -n "$$list"; then \
for tst in $$list; do \
if test -f ./$$tst; then dir=./; \
elif test -f $$tst; then dir=; \
else dir="$(srcdir)/"; fi; \
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
2010-11-08 10:07:31 +00:00
*$$ws$$tst$$ws*) \
2004-06-17 23:42:48 +00:00
xpass=`expr $$xpass + 1`; \
failed=`expr $$failed + 1`; \
echo "XPASS: $$tst"; \
2004-06-03 03:38:44 +00:00
;; \
*) \
2004-06-17 23:42:48 +00:00
echo "PASS: $$tst"; \
2004-06-03 03:38:44 +00:00
;; \
esac; \
elif test $$? -ne 77; then \
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
2010-11-08 10:07:31 +00:00
*$$ws$$tst$$ws*) \
2004-06-17 23:42:48 +00:00
xfail=`expr $$xfail + 1`; \
echo "XFAIL: $$tst"; \
2004-06-03 03:38:44 +00:00
;; \
*) \
2004-06-17 23:42:48 +00:00
failed=`expr $$failed + 1`; \
echo "FAIL: $$tst"; \
2004-06-03 03:38:44 +00:00
;; \
esac; \
2004-06-17 23:42:48 +00:00
else \
skip=`expr $$skip + 1`; \
echo "SKIP: $$tst"; \
2004-06-03 03:38:44 +00:00
fi; \
done; \
if test "$$failed" -eq 0; then \
if test "$$xfail" -eq 0; then \
banner="All $$all tests passed"; \
else \
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
fi; \
else \
if test "$$xpass" -eq 0; then \
banner="$$failed of $$all tests failed"; \
else \
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
fi; \
fi; \
2004-06-17 23:42:48 +00:00
dashes="$$banner"; \
skipped=""; \
if test "$$skip" -ne 0; then \
skipped="($$skip tests were not run)"; \
2006-08-18 01:54:27 +00:00
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2004-06-17 23:42:48 +00:00
dashes="$$skipped"; \
fi; \
report=""; \
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
report="Please report to $(PACKAGE_BUGREPORT)"; \
2006-08-18 01:54:27 +00:00
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
2004-06-17 23:42:48 +00:00
dashes="$$report"; \
fi; \
dashes=`echo "$$dashes" | sed s/./=/g`; \
2004-06-03 03:38:44 +00:00
echo "$$dashes"; \
echo "$$banner"; \
2006-08-18 01:54:27 +00:00
test -z "$$skipped" || echo "$$skipped"; \
test -z "$$report" || echo "$$report"; \
2004-06-03 03:38:44 +00:00
echo "$$dashes"; \
test "$$failed" -eq 0; \
2004-06-17 23:42:48 +00:00
else :; fi
2004-06-03 03:38:44 +00:00
distdir: $(DISTFILES)
2010-11-08 10:07:31 +00:00
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
2004-06-17 23:42:48 +00:00
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2004-06-03 03:38:44 +00:00
if test -d $$d/$$file; then \
2010-11-08 10:07:31 +00:00
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2004-06-17 23:42:48 +00:00
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
2004-06-03 03:38:44 +00:00
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
2006-08-18 01:54:27 +00:00
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2004-06-03 03:38:44 +00:00
if test "$$subdir" = .; then :; else \
2004-06-17 23:42:48 +00:00
test -d "$(distdir)/$$subdir" \
2010-11-08 10:07:31 +00:00
|| $(MKDIR_P) "$(distdir)/$$subdir" \
2004-06-03 03:38:44 +00:00
|| exit 1; \
2006-08-18 01:54:27 +00:00
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
2004-06-03 03:38:44 +00:00
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
2006-08-18 01:54:27 +00:00
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
2010-11-08 10:07:31 +00:00
am__remove_distdir=: \
am__skip_length_check=: \
2004-06-03 03:38:44 +00:00
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
2004-06-03 03:38:44 +00:00
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-recursive
2005-02-25 12:52:27 +00:00
all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
2004-06-03 03:38:44 +00:00
installdirs: installdirs-recursive
installdirs-am:
2004-06-17 23:42:48 +00:00
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
2010-11-08 10:07:31 +00:00
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2004-06-17 23:42:48 +00:00
done
2004-06-03 03:38:44 +00:00
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2004-06-17 23:42:48 +00:00
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2004-06-03 03:38:44 +00:00
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
2006-08-18 01:54:27 +00:00
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2004-06-03 03:38:44 +00:00
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive
2004-06-17 23:42:48 +00:00
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
2010-11-08 10:07:31 +00:00
distclean-tags
2004-06-03 03:38:44 +00:00
dvi: dvi-recursive
dvi-am:
2004-06-17 23:42:48 +00:00
html: html-recursive
2004-06-03 03:38:44 +00:00
info: info-recursive
info-am:
install-data-am: install-man
2010-11-08 10:07:31 +00:00
install-dvi: install-dvi-recursive
2004-06-03 03:38:44 +00:00
install-exec-am: install-binPROGRAMS
2010-11-08 10:07:31 +00:00
install-html: install-html-recursive
2004-06-03 03:38:44 +00:00
install-info: install-info-recursive
install-man: install-man1
2010-11-08 10:07:31 +00:00
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
2004-06-03 03:38:44 +00:00
installcheck-am:
maintainer-clean: maintainer-clean-recursive
2004-06-17 23:42:48 +00:00
-rm -rf ./$(DEPDIR)
-rm -f Makefile
2004-06-03 03:38:44 +00:00
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
2004-06-17 23:42:48 +00:00
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
2010-11-08 10:07:31 +00:00
uninstall-am: uninstall-binPROGRAMS uninstall-man
2004-06-03 03:38:44 +00:00
uninstall-man: uninstall-man1
2010-11-08 10:07:31 +00:00
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-TESTS check-am clean clean-binPROGRAMS \
clean-generic clean-libtool ctags ctags-recursive distclean \
2004-06-17 23:42:48 +00:00
distclean-compile distclean-generic distclean-libtool \
2010-11-08 10:07:31 +00:00
distclean-tags distdir dvi dvi-am html html-am info info-am \
install install-am install-binPROGRAMS install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-man1 install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2004-06-17 23:42:48 +00:00
pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
2010-11-08 10:07:31 +00:00
uninstall-binPROGRAMS uninstall-man uninstall-man1
2004-06-03 03:38:44 +00:00
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: