tinc/src/Makefile.in

589 lines
21 KiB
Makefile
Raw Normal View History

2019-08-26 11:44:43 +00:00
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2019-08-26 11:44:36 +00:00
# @configure_input@
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2019-08-26 11:44:41 +00:00
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
2019-08-26 11:44:36 +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@
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
VPATH = @srcdir@
2019-08-26 11:44:42 +00:00
am__make_dryrun = \
{ \
am__dry=no; \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
*) \
for am__flg in $$MAKEFLAGS; do \
case $$am__flg in \
*=*|--*) ;; \
*n*) am__dry=yes; break;; \
esac; \
done;; \
esac; \
test $$am__dry = yes; \
}
2019-08-26 11:44:36 +00:00
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
2019-08-26 11:44:38 +00:00
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
2019-08-26 11:44:36 +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
2019-08-26 11:44:36 +00:00
INSTALL_HEADER = $(INSTALL_DATA)
2019-08-26 11:44:36 +00:00
transform = $(program_transform_name)
2019-08-26 11:44:36 +00:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
2019-08-26 11:44:36 +00:00
build_triplet = @build@
2019-08-26 11:44:36 +00:00
host_triplet = @host@
2019-08-26 11:44:36 +00:00
sbin_PROGRAMS = tincd$(EXEEXT)
2019-08-26 11:44:41 +00:00
@UML_TRUE@am__append_1 = uml_device.c
@VDE_TRUE@am__append_2 = vde_device.c
@TUNEMU_TRUE@am__append_3 = bsd/tunemu.c
@TUNEMU_TRUE@am__append_4 = -lpcap
2019-08-26 11:44:36 +00:00
subdir = src
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2019-08-26 11:44:37 +00:00
am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
2019-08-26 11:44:38 +00:00
$(top_srcdir)/m4/lzo.m4 $(top_srcdir)/m4/openssl.m4 \
2019-08-26 11:44:37 +00:00
$(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.in
2019-08-26 11:44:36 +00:00
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
2019-08-26 11:44:42 +00:00
mkinstalldirs = $(install_sh) -d
2019-08-26 11:44:36 +00:00
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
2019-08-26 11:44:38 +00:00
CONFIG_CLEAN_VPATH_FILES =
2019-08-26 11:44:36 +00:00
am__installdirs = "$(DESTDIR)$(sbindir)"
PROGRAMS = $(sbin_PROGRAMS)
2019-08-26 11:44:38 +00:00
am__tincd_SOURCES_DIST = conf.c connection.c edge.c event.c graph.c \
logger.c meta.c net.c net_packet.c net_setup.c net_socket.c \
netutl.c node.c process.c protocol.c protocol_auth.c \
protocol_edge.c protocol_misc.c protocol_key.c \
2019-08-26 11:44:41 +00:00
protocol_subnet.c route.c subnet.c tincd.c dummy_device.c \
2019-08-26 11:44:42 +00:00
raw_socket_device.c multicast_device.c uml_device.c \
vde_device.c bsd/tunemu.c
2019-08-26 11:44:41 +00:00
@UML_TRUE@am__objects_1 = uml_device.$(OBJEXT)
@VDE_TRUE@am__objects_2 = vde_device.$(OBJEXT)
@TUNEMU_TRUE@am__objects_3 = tunemu.$(OBJEXT)
2019-08-26 11:44:36 +00:00
am_tincd_OBJECTS = conf.$(OBJEXT) connection.$(OBJEXT) edge.$(OBJEXT) \
event.$(OBJEXT) graph.$(OBJEXT) logger.$(OBJEXT) \
meta.$(OBJEXT) net.$(OBJEXT) net_packet.$(OBJEXT) \
net_setup.$(OBJEXT) net_socket.$(OBJEXT) netutl.$(OBJEXT) \
node.$(OBJEXT) process.$(OBJEXT) protocol.$(OBJEXT) \
protocol_auth.$(OBJEXT) protocol_edge.$(OBJEXT) \
protocol_misc.$(OBJEXT) protocol_key.$(OBJEXT) \
protocol_subnet.$(OBJEXT) route.$(OBJEXT) subnet.$(OBJEXT) \
2019-08-26 11:44:41 +00:00
tincd.$(OBJEXT) dummy_device.$(OBJEXT) \
2019-08-26 11:44:42 +00:00
raw_socket_device.$(OBJEXT) multicast_device.$(OBJEXT) \
$(am__objects_1) $(am__objects_2) $(am__objects_3)
2019-08-26 11:44:36 +00:00
nodist_tincd_OBJECTS = device.$(OBJEXT)
tincd_OBJECTS = $(am_tincd_OBJECTS) $(nodist_tincd_OBJECTS)
tincd_DEPENDENCIES = $(top_builddir)/lib/libvpn.a
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
2019-08-26 11:44:38 +00:00
am__mv = mv -f
2019-08-26 11:44:36 +00:00
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(tincd_SOURCES) $(nodist_tincd_SOURCES)
2019-08-26 11:44:38 +00:00
DIST_SOURCES = $(am__tincd_SOURCES_DIST)
2019-08-26 11:44:42 +00:00
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
2019-08-26 11:44:36 +00:00
HEADERS = $(noinst_HEADERS)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
2019-08-26 11:44:36 +00:00
AMTAR = @AMTAR@
2019-08-26 11:44:36 +00:00
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
2019-08-26 11:44:36 +00:00
AWK = @AWK@
CC = @CC@
2019-08-26 11:44:36 +00:00
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
2019-08-26 11:44:36 +00:00
CPP = @CPP@
2019-08-26 11:44:36 +00:00
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
2019-08-26 11:44:36 +00:00
DEPDIR = @DEPDIR@
2019-08-26 11:44:36 +00:00
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
2019-08-26 11:44:36 +00:00
EXEEXT = @EXEEXT@
2019-08-26 11:44:37 +00:00
GREP = @GREP@
2019-08-26 11:44:36 +00:00
INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib
2019-08-26 11:44:37 +00:00
INSTALL = @INSTALL@
2019-08-26 11:44:36 +00:00
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
2019-08-26 11:44:36 +00:00
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2019-08-26 11:44:36 +00:00
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
2019-08-26 11:44:41 +00:00
LIBS = @LIBS@ $(am__append_4)
2019-08-26 11:44:36 +00:00
LN_S = @LN_S@
2019-08-26 11:44:36 +00:00
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
2019-08-26 11:44:37 +00:00
MKDIR_P = @MKDIR_P@
2019-08-26 11:44:36 +00:00
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
2019-08-26 11:44:36 +00:00
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
2019-08-26 11:44:38 +00:00
PACKAGE_URL = @PACKAGE_URL@
2019-08-26 11:44:36 +00:00
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
2019-08-26 11:44:36 +00:00
RANLIB = @RANLIB@
2019-08-26 11:44:36 +00:00
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
2019-08-26 11:44:36 +00:00
VERSION = @VERSION@
2019-08-26 11:44:37 +00:00
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
2019-08-26 11:44:36 +00:00
ac_ct_CC = @ac_ct_CC@
2019-08-26 11:44:36 +00:00
am__include = @am__include@
2019-08-26 11:44:36 +00:00
am__leading_dot = @am__leading_dot@
2019-08-26 11:44:36 +00:00
am__quote = @am__quote@
2019-08-26 11:44:36 +00:00
am__tar = @am__tar@
am__untar = @am__untar@
2019-08-26 11:44:36 +00:00
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
2019-08-26 11:44:37 +00:00
builddir = @builddir@
2019-08-26 11:44:36 +00:00
datadir = @datadir@
2019-08-26 11:44:37 +00:00
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
2019-08-26 11:44:36 +00:00
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
2019-08-26 11:44:37 +00:00
htmldir = @htmldir@
2019-08-26 11:44:36 +00:00
includedir = @includedir@
infodir = @infodir@
2019-08-26 11:44:36 +00:00
install_sh = @install_sh@
2019-08-26 11:44:36 +00:00
libdir = @libdir@
libexecdir = @libexecdir@
2019-08-26 11:44:38 +00:00
localedir = @localedir@
2019-08-26 11:44:36 +00:00
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
2019-08-26 11:44:37 +00:00
pdfdir = @pdfdir@
2019-08-26 11:44:36 +00:00
prefix = @prefix@
program_transform_name = @program_transform_name@
2019-08-26 11:44:37 +00:00
psdir = @psdir@
2019-08-26 11:44:36 +00:00
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
2019-08-26 11:44:37 +00:00
srcdir = @srcdir@
2019-08-26 11:44:36 +00:00
sysconfdir = @sysconfdir@
target_alias = @target_alias@
2019-08-26 11:44:38 +00:00
top_build_prefix = @top_build_prefix@
2019-08-26 11:44:37 +00:00
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
2019-08-26 11:44:41 +00:00
EXTRA_DIST = linux/device.c bsd/device.c solaris/device.c cygwin/device.c mingw/device.c mingw/common.h
2019-08-26 11:44:38 +00:00
tincd_SOURCES = conf.c connection.c edge.c event.c graph.c logger.c \
meta.c net.c net_packet.c net_setup.c net_socket.c netutl.c \
node.c process.c protocol.c protocol_auth.c protocol_edge.c \
protocol_misc.c protocol_key.c protocol_subnet.c route.c \
2019-08-26 11:44:41 +00:00
subnet.c tincd.c dummy_device.c raw_socket_device.c \
2019-08-26 11:44:42 +00:00
multicast_device.c $(am__append_1) $(am__append_2) \
$(am__append_3)
2019-08-26 11:44:36 +00:00
nodist_tincd_SOURCES = device.c
DEFAULT_INCLUDES =
noinst_HEADERS = conf.h connection.h device.h edge.h event.h graph.h logger.h meta.h net.h netutl.h node.h process.h \
2019-08-26 11:44:38 +00:00
protocol.h route.h subnet.h bsd/tunemu.h
2019-08-26 11:44:36 +00:00
tincd_LDADD = \
$(top_builddir)/lib/libvpn.a
2019-08-26 11:44:41 +00:00
AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\"
2019-08-26 11:44:36 +00:00
all: all-am
.SUFFIXES:
.SUFFIXES: .c .o .obj
2019-08-26 11:44:36 +00:00
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
2019-08-26 11:44:38 +00:00
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
2019-08-26 11:44:36 +00:00
exit 1;; \
esac; \
done; \
2019-08-26 11:44:38 +00:00
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
2019-08-26 11:44:36 +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
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2019-08-26 11:44:38 +00:00
$(am__aclocal_m4_deps):
2019-08-26 11:44:36 +00:00
install-sbinPROGRAMS: $(sbin_PROGRAMS)
@$(NORMAL_INSTALL)
2019-08-26 11:44:38 +00:00
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
2019-08-26 11:44:42 +00:00
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
fi; \
2019-08-26 11:44:38 +00:00
for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p; \
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) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
} \
; done
2019-08-26 11:44:36 +00:00
uninstall-sbinPROGRAMS:
@$(NORMAL_UNINSTALL)
2019-08-26 11:44:38 +00:00
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || 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)$(sbindir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(sbindir)" && rm -f $$files
2019-08-26 11:44:36 +00:00
clean-sbinPROGRAMS:
-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
2019-08-26 11:44:41 +00:00
tincd$(EXEEXT): $(tincd_OBJECTS) $(tincd_DEPENDENCIES) $(EXTRA_tincd_DEPENDENCIES)
2019-08-26 11:44:36 +00:00
@rm -f tincd$(EXEEXT)
2019-08-26 11:44:37 +00:00
$(LINK) $(tincd_OBJECTS) $(tincd_LDADD) $(LIBS)
2019-08-26 11:44:36 +00:00
mostlyclean-compile:
2019-08-26 11:44:36 +00:00
-rm -f *.$(OBJEXT)
2019-08-26 11:44:36 +00:00
distclean-compile:
-rm -f *.tab.c
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
2019-08-26 11:44:41 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy_device.Po@am__quote@
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta.Po@am__quote@
2019-08-26 11:44:42 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multicast_device.Po@am__quote@
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_packet.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_setup.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net_socket.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netutl.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_auth.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_edge.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_key.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_misc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_subnet.Po@am__quote@
2019-08-26 11:44:41 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw_socket_device.Po@am__quote@
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subnet.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tincd.Po@am__quote@
2019-08-26 11:44:38 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tunemu.Po@am__quote@
2019-08-26 11:44:41 +00:00
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uml_device.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vde_device.Po@am__quote@
2019-08-26 11:44:36 +00:00
.c.o:
2019-08-26 11:44:37 +00:00
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2019-08-26 11:44:38 +00:00
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2019-08-26 11:44:36 +00:00
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
2019-08-26 11:44:36 +00:00
.c.obj:
2019-08-26 11:44:37 +00:00
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2019-08-26 11:44:38 +00:00
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2019-08-26 11:44:36 +00:00
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2019-08-26 11:44:36 +00:00
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:38 +00:00
tunemu.o: bsd/tunemu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tunemu.o -MD -MP -MF $(DEPDIR)/tunemu.Tpo -c -o tunemu.o `test -f 'bsd/tunemu.c' || echo '$(srcdir)/'`bsd/tunemu.c
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tunemu.Tpo $(DEPDIR)/tunemu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bsd/tunemu.c' object='tunemu.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tunemu.o `test -f 'bsd/tunemu.c' || echo '$(srcdir)/'`bsd/tunemu.c
tunemu.obj: bsd/tunemu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tunemu.obj -MD -MP -MF $(DEPDIR)/tunemu.Tpo -c -o tunemu.obj `if test -f 'bsd/tunemu.c'; then $(CYGPATH_W) 'bsd/tunemu.c'; else $(CYGPATH_W) '$(srcdir)/bsd/tunemu.c'; fi`
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tunemu.Tpo $(DEPDIR)/tunemu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bsd/tunemu.c' object='tunemu.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tunemu.obj `if test -f 'bsd/tunemu.c'; then $(CYGPATH_W) 'bsd/tunemu.c'; else $(CYGPATH_W) '$(srcdir)/bsd/tunemu.c'; fi`
2019-08-26 11:44:36 +00:00
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2019-08-26 11:44:36 +00:00
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2019-08-26 11:44:36 +00:00
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
2019-08-26 11:44:38 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2019-08-26 11:44:38 +00:00
END { if (nonempty) { for (i in files) print i; }; }'`; \
2019-08-26 11:44:36 +00:00
mkid -fID $$unique
tags: TAGS
2019-08-26 11:44:36 +00:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
2019-08-26 11:44:38 +00:00
set x; \
2019-08-26 11:44:36 +00:00
here=`pwd`; \
2019-08-26 11:44:36 +00:00
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 | \
2019-08-26 11:44:38 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
2019-08-26 11:44:38 +00:00
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2019-08-26 11:44:36 +00:00
test -n "$$unique" || unique=$$empty_fix; \
2019-08-26 11:44:38 +00:00
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
2019-08-26 11:44:36 +00:00
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2019-08-26 11:44:36 +00:00
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
2019-08-26 11:44:38 +00:00
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
2019-08-26 11:44:38 +00:00
test -z "$(CTAGS_ARGS)$$unique" \
2019-08-26 11:44:36 +00:00
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2019-08-26 11:44:38 +00:00
$$unique
2019-08-26 11:44:36 +00:00
GTAGS:
2019-08-26 11:44:36 +00:00
here=`$(am__cd) $(top_builddir) && pwd` \
2019-08-26 11:44:38 +00:00
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
2019-08-26 11:44:36 +00:00
distclean-tags:
2019-08-26 11:44:36 +00:00
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2019-08-26 11:44:36 +00:00
distdir: $(DISTFILES)
2019-08-26 11:44:37 +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 \
2019-08-26 11:44:36 +00:00
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2019-08-26 11:44:36 +00:00
if test -d $$d/$$file; then \
2019-08-26 11:44:37 +00:00
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2019-08-26 11:44:38 +00:00
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
2019-08-26 11:44:36 +00:00
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2019-08-26 11:44:38 +00:00
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2019-08-26 11:44:36 +00:00
fi; \
2019-08-26 11:44:38 +00:00
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2019-08-26 11:44:36 +00:00
else \
2019-08-26 11:44:38 +00:00
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
2019-08-26 11:44:36 +00:00
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
2019-08-26 11:44:36 +00:00
top_distdir="$(top_distdir)" distdir="$(distdir)" \
2019-08-26 11:44:36 +00:00
dist-hook
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS) $(HEADERS)
installdirs:
2019-08-26 11:44:36 +00:00
for dir in "$(DESTDIR)$(sbindir)"; do \
2019-08-26 11:44:37 +00:00
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2019-08-26 11:44:36 +00:00
done
2019-08-26 11:44:36 +00:00
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
2019-08-26 11:44:41 +00:00
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
2019-08-26 11:44:36 +00:00
mostlyclean-generic:
clean-generic:
distclean-generic:
2019-08-26 11:44:36 +00:00
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2019-08-26 11:44:38 +00:00
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2019-08-26 11:44:36 +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-am
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
distclean: distclean-am
2019-08-26 11:44:36 +00:00
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
2019-08-26 11:44:36 +00:00
dvi: dvi-am
dvi-am:
2019-08-26 11:44:36 +00:00
html: html-am
2019-08-26 11:44:38 +00:00
html-am:
2019-08-26 11:44:36 +00:00
info: info-am
info-am:
install-data-am:
2019-08-26 11:44:37 +00:00
install-dvi: install-dvi-am
2019-08-26 11:44:38 +00:00
install-dvi-am:
2019-08-26 11:44:36 +00:00
install-exec-am: install-sbinPROGRAMS
2019-08-26 11:44:37 +00:00
install-html: install-html-am
2019-08-26 11:44:38 +00:00
install-html-am:
2019-08-26 11:44:36 +00:00
install-info: install-info-am
2019-08-26 11:44:38 +00:00
install-info-am:
2019-08-26 11:44:36 +00:00
install-man:
2019-08-26 11:44:37 +00:00
install-pdf: install-pdf-am
2019-08-26 11:44:38 +00:00
install-pdf-am:
2019-08-26 11:44:37 +00:00
install-ps: install-ps-am
2019-08-26 11:44:38 +00:00
install-ps-am:
2019-08-26 11:44:36 +00:00
installcheck-am:
maintainer-clean: maintainer-clean-am
2019-08-26 11:44:36 +00:00
-rm -rf ./$(DEPDIR)
-rm -f Makefile
2019-08-26 11:44:36 +00:00
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic
2019-08-26 11:44:36 +00:00
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
2019-08-26 11:44:37 +00:00
uninstall-am: uninstall-sbinPROGRAMS
.MAKE: install-am install-strip
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
2019-08-26 11:44:36 +00:00
clean-sbinPROGRAMS ctags dist-hook distclean distclean-compile \
2019-08-26 11:44:36 +00:00
distclean-generic distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
2019-08-26 11:44:37 +00:00
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-pdf install-pdf-am \
install-ps install-ps-am install-sbinPROGRAMS install-strip \
2019-08-26 11:44:36 +00:00
installcheck installcheck-am installdirs maintainer-clean \
2019-08-26 11:44:36 +00:00
maintainer-clean-generic mostlyclean mostlyclean-compile \
2019-08-26 11:44:36 +00:00
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
2019-08-26 11:44:37 +00:00
uninstall-am uninstall-sbinPROGRAMS
2019-08-26 11:44:36 +00:00
dist-hook:
rm -f `find . -type l`
2019-08-26 11:44:38 +00:00
2019-08-26 11:44:36 +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: