asn1c/asn1c/Makefile.in

877 lines
28 KiB
Makefile
Raw Normal View History

2012-09-03 02:36:47 +00:00
# Makefile.in generated by automake 1.11.1 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,
2012-09-03 02:36:47 +00:00
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
pkgincludedir = $(includedir)/@PACKAGE@
2012-09-03 02:36:47 +00:00
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@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)
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
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(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 =
2012-09-03 02:36:47 +00:00
CONFIG_CLEAN_VPATH_FILES =
2004-06-17 23:42:48 +00:00
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
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)
2012-09-03 02:36:47 +00:00
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
2004-06-17 23:42:48 +00:00
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
2012-09-03 02:36:47 +00:00
am__mv = mv -f
2004-06-17 23:42:48 +00:00
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
2012-09-03 02:36:47 +00:00
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 = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
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
2012-09-03 02:36:47 +00:00
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
distdir
2004-06-17 23:42:48 +00:00
ETAGS = etags
CTAGS = ctags
2012-09-03 02:36:47 +00:00
am__tty_colors = \
red=; grn=; lgn=; blu=; std=
2004-06-17 23:42:48 +00:00
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2012-09-03 02:36:47 +00:00
am__relativize = \
dir0=`pwd`; \
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
sed_rest='s,^[^/]*/*,,'; \
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
sed_butlast='s,/*[^/]*$$,,'; \
while test -n "$$dir1"; do \
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
if test "$$first" != "."; then \
if test "$$first" = ".."; then \
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
else \
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
if test "$$first2" = "$$first"; then \
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
else \
dir2="../$$dir2"; \
fi; \
dir0="$$dir0"/"$$first"; \
fi; \
fi; \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
2004-06-17 23:42:48 +00:00
ACLOCAL = @ACLOCAL@
2004-06-03 03:38:44 +00:00
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@
2014-01-14 09:47:25 +00:00
DLLTOOL = @DLLTOOL@
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@
2014-01-14 09:47:25 +00:00
MANIFEST_TOOL = @MANIFEST_TOOL@
2010-11-08 10:07:31 +00:00
MKDIR_P = @MKDIR_P@
2010-10-16 09:46:32 +00:00
NM = @NM@
NMEDIT = @NMEDIT@
2014-01-14 09:47:25 +00:00
OBJDUMP = @OBJDUMP@
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@
2014-01-14 09:47:25 +00:00
PACKAGE_URL = @PACKAGE_URL@
2004-06-17 23:42:48 +00:00
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@
TESTSUITE_CFLAGS = @TESTSUITE_CFLAGS@
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@
2014-01-14 09:47:25 +00:00
ac_ct_AR = @ac_ct_AR@
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@
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@
2012-09-03 02:36:47 +00:00
top_build_prefix = @top_build_prefix@
2010-11-08 10:07:31 +00:00
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = . 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
TESTS = $(dist_check_SCRIPTS)
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*) \
2012-09-03 02:36:47 +00:00
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
2004-06-17 23:42:48 +00:00
exit 1;; \
esac; \
done; \
2012-09-03 02:36:47 +00:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asn1c/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(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
2012-09-03 02:36:47 +00:00
$(am__aclocal_m4_deps):
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)"
2012-09-03 02:36:47 +00:00
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p || test -f $$p1; \
then echo "$$p"; echo "$$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
sed 'N;N;N;s,\n, ,g' | \
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
test -z "$$files" || { \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
} \
; done
2004-06-03 03:38:44 +00:00
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
2012-09-03 02:36:47 +00:00
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
files=`for p in $$list; do echo "$$p"; done | \
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
-e 's/$$/$(EXEEXT)/' `; \
test -n "$$list" || exit 0; \
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(bindir)" && rm -f $$files
2004-06-03 03:38:44 +00:00
clean-binPROGRAMS:
2012-09-03 02:36:47 +00:00
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
echo " rm -f" $$list; \
rm -f $$list || exit $$?; \
test -n "$(EXEEXT)" || exit 0; \
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
echo " rm -f" $$list; \
rm -f $$list
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 $@ $<
2012-09-03 02:36:47 +00:00
@am__fastdepCC_TRUE@ $(am__mv) $(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) '$<'`
2012-09-03 02:36:47 +00:00
@am__fastdepCC_TRUE@ $(am__mv) $(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 $@ $<
2012-09-03 02:36:47 +00:00
@am__fastdepCC_TRUE@ $(am__mv) $(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
2012-09-03 02:36:47 +00:00
install-man1: $(dist_man1_MANS)
2004-06-03 03:38:44 +00:00
@$(NORMAL_INSTALL)
2010-11-08 10:07:31 +00:00
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
2012-09-03 02:36:47 +00:00
@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
{ for i in $$list; do echo "$$i"; done; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
done | \
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
fi; \
2004-06-03 03:38:44 +00:00
done; \
2012-09-03 02:36:47 +00:00
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
while read files; do \
test -z "$$files" || { \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
done; }
2004-06-03 03:38:44 +00:00
uninstall-man1:
@$(NORMAL_UNINSTALL)
2012-09-03 02:36:47 +00:00
@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
files=`{ for i in $$list; do echo "$$i"; done; \
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
test -z "$$files" || { \
echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
2004-06-03 03:38:44 +00:00
# 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):
2012-09-03 02:36:47 +00:00
@fail= failcom='exit 1'; \
2006-08-18 01:54:27 +00:00
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; \
2012-09-03 02:36:47 +00:00
($(am__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):
2012-09-03 02:36:47 +00:00
@fail= failcom='exit 1'; \
2006-08-18 01:54:27 +00:00
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; \
2012-09-03 02:36:47 +00:00
($(am__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 \
2012-09-03 02:36:47 +00:00
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2004-06-03 03:38:44 +00:00
done
2004-06-17 23:42:48 +00:00
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
2012-09-03 02:36:47 +00:00
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2004-06-17 23:42:48 +00:00
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 | \
2012-09-03 02:36:47 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { 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)
2012-09-03 02:36:47 +00:00
set x; \
2004-06-03 03:38:44 +00:00
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 || \
2012-09-03 02:36:47 +00:00
set "$$@" "$$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 | \
2012-09-03 02:36:47 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2006-08-18 01:54:27 +00:00
test -n "$$unique" || unique=$$empty_fix; \
2012-09-03 02:36:47 +00:00
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
2004-06-17 23:42:48 +00:00
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
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 | \
2012-09-03 02:36:47 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$unique" \
2004-06-17 23:42:48 +00:00
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2012-09-03 02:36:47 +00:00
$$unique
2004-06-03 03:38:44 +00:00
GTAGS:
2004-06-17 23:42:48 +00:00
here=`$(am__cd) $(top_builddir) && pwd` \
2012-09-03 02:36:47 +00:00
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
2004-06-03 03:38:44 +00:00
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)
2012-09-03 02:36:47 +00:00
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
2004-06-03 03:38:44 +00:00
srcdir=$(srcdir); export srcdir; \
2010-11-08 10:07:31 +00:00
list=' $(TESTS) '; \
2012-09-03 02:36:47 +00:00
$(am__tty_colors); \
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 \
2012-09-03 02:36:47 +00:00
*[\ \ ]$$tst[\ \ ]*) \
2004-06-17 23:42:48 +00:00
xpass=`expr $$xpass + 1`; \
failed=`expr $$failed + 1`; \
2012-09-03 02:36:47 +00:00
col=$$red; res=XPASS; \
2004-06-03 03:38:44 +00:00
;; \
*) \
2012-09-03 02:36:47 +00:00
col=$$grn; res=PASS; \
2004-06-03 03:38:44 +00:00
;; \
esac; \
elif test $$? -ne 77; then \
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
2012-09-03 02:36:47 +00:00
*[\ \ ]$$tst[\ \ ]*) \
2004-06-17 23:42:48 +00:00
xfail=`expr $$xfail + 1`; \
2012-09-03 02:36:47 +00:00
col=$$lgn; res=XFAIL; \
2004-06-03 03:38:44 +00:00
;; \
*) \
2004-06-17 23:42:48 +00:00
failed=`expr $$failed + 1`; \
2012-09-03 02:36:47 +00:00
col=$$red; res=FAIL; \
2004-06-03 03:38:44 +00:00
;; \
esac; \
2004-06-17 23:42:48 +00:00
else \
skip=`expr $$skip + 1`; \
2012-09-03 02:36:47 +00:00
col=$$blu; res=SKIP; \
2004-06-03 03:38:44 +00:00
fi; \
2012-09-03 02:36:47 +00:00
echo "$${col}$$res$${std}: $$tst"; \
2004-06-03 03:38:44 +00:00
done; \
2012-09-03 02:36:47 +00:00
if test "$$all" -eq 1; then \
tests="test"; \
All=""; \
else \
tests="tests"; \
All="All "; \
fi; \
2004-06-03 03:38:44 +00:00
if test "$$failed" -eq 0; then \
if test "$$xfail" -eq 0; then \
2012-09-03 02:36:47 +00:00
banner="$$All$$all $$tests passed"; \
2004-06-03 03:38:44 +00:00
else \
2012-09-03 02:36:47 +00:00
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
2004-06-03 03:38:44 +00:00
fi; \
else \
if test "$$xpass" -eq 0; then \
2012-09-03 02:36:47 +00:00
banner="$$failed of $$all $$tests failed"; \
2004-06-03 03:38:44 +00:00
else \
2012-09-03 02:36:47 +00:00
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
2004-06-03 03:38:44 +00:00
fi; \
fi; \
2004-06-17 23:42:48 +00:00
dashes="$$banner"; \
skipped=""; \
if test "$$skip" -ne 0; then \
2012-09-03 02:36:47 +00:00
if test "$$skip" -eq 1; then \
skipped="($$skip test was not run)"; \
else \
skipped="($$skip tests were not run)"; \
fi; \
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`; \
2012-09-03 02:36:47 +00:00
if test "$$failed" -eq 0; then \
echo "$$grn$$dashes"; \
else \
echo "$$red$$dashes"; \
fi; \
2004-06-03 03:38:44 +00:00
echo "$$banner"; \
2006-08-18 01:54:27 +00:00
test -z "$$skipped" || echo "$$skipped"; \
test -z "$$report" || echo "$$report"; \
2012-09-03 02:36:47 +00:00
echo "$$dashes$$std"; \
2004-06-03 03:38:44 +00:00
test "$$failed" -eq 0; \
2004-06-17 23:42:48 +00:00
else :; fi
2004-06-03 03:38:44 +00:00
distdir: $(DISTFILES)
2012-09-03 02:36:47 +00:00
@list='$(MANS)'; if test -n "$$list"; then \
list=`for p in $$list; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
if test -n "$$list" && \
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
echo " typically \`make maintainer-clean' will remove them" >&2; \
exit 1; \
else :; fi; \
else :; fi
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,/[^/]*$$,,'`; \
2012-09-03 02:36:47 +00:00
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
2004-06-17 23:42:48 +00:00
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2012-09-03 02:36:47 +00:00
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2004-06-17 23:42:48 +00:00
fi; \
2012-09-03 02:36:47 +00:00
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2004-06-03 03:38:44 +00:00
else \
2012-09-03 02:36:47 +00:00
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
2004-06-03 03:38:44 +00:00
|| exit 1; \
fi; \
done
2012-09-03 02:36:47 +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; \
2012-09-03 02:36:47 +00:00
fi; \
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \
new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
($(am__cd) $$subdir && \
2004-06-03 03:38:44 +00:00
$(MAKE) $(AM_MAKEFLAGS) \
2012-09-03 02:36:47 +00:00
top_distdir="$$new_top_distdir" \
distdir="$$new_distdir" \
2010-11-08 10:07:31 +00:00
am__remove_distdir=: \
am__skip_length_check=: \
2012-09-03 02:36:47 +00:00
am__skip_mode_fix=: \
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)
2012-09-03 02:36:47 +00:00
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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
2012-09-03 02:36:47 +00:00
html-am:
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
2012-09-03 02:36:47 +00:00
install-dvi-am:
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
2012-09-03 02:36:47 +00:00
install-html-am:
2004-06-03 03:38:44 +00:00
install-info: install-info-recursive
2012-09-03 02:36:47 +00:00
install-info-am:
2004-06-03 03:38:44 +00:00
install-man: install-man1
2010-11-08 10:07:31 +00:00
install-pdf: install-pdf-recursive
2012-09-03 02:36:47 +00:00
install-pdf-am:
2010-11-08 10:07:31 +00:00
install-ps: install-ps-recursive
2012-09-03 02:36:47 +00:00
install-ps-am:
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
2012-09-03 02:36:47 +00:00
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
ctags-recursive install-am install-strip tags-recursive
2010-11-08 10:07:31 +00:00
.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
2012-09-03 02:36:47 +00:00
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: