⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 mobile ip 在linux下的一种实现
💻 AM
字号:
## Process this file with automake to produce Makefile.in# $Id: Makefile.am,v 1.48 2001/09/30 15:04:58 jm Exp $sbin_PROGRAMS = dynmnd @mnextras@EXTRA_PROGRAMS = iwspy_sim iwspy_gather device_info device_info_query \	histogramdynmnd_SOURCES = mn.c mn_config.c mn.h mn_agentadv.c mn_agentadv.h mn_api.c \	mn_util.c mn_reg.c mn_handler.c mn_handler.h mn_ipay.c mn_ipay.h \	mn_tunnel.c mn_tunnel.h @condmn@EXTRA_dynmnd_SOURCES = dyn_iwspy_rec.c dyn_iwspy_rec.h dyn_wireless.c \	dyn_wireless.h monitor.c monitor.h monitor_api.c monitor_util.c \	win_adv_capture.cdynmnd_LDADD = ${top_builddir}/src/other/libother.a \	${top_builddir}/src/api/libagentapi.a @condmnobjs@ @extralibs@dynmnd_DEPENDENCIES = ${top_builddir}/src/other/libother.a \	${top_builddir}/src/api/libagentapi.a @condmnobjs@iwspy_sim_SOURCES = iwspy-sim.c dyn_wireless.c dyn_wireless.hiwspy_sim_LDADD = ${top_builddir}/src/other/libother.a \	${top_builddir}/src/api/libagentapi.aiwspy_gather_SOURCES = dyn_iwspy_rec.c dyn_iwspy_rec.h iwspy-gather.c \	dyn_wireless.c dyn_wireless.hiwspy_gather_LDADD = ${top_builddir}/src/other/libother.adevice_info_SOURCES = device_info.c device_info.hdevice_info_LDADD = ${top_builddir}/src/other/libother.a \	${top_builddir}/src/api/libdynmn.adevice_info_query_SOURCES = device_info_query.c device_info.hdevice_info_query_LDADD = ${top_builddir}/src/other/libother.a histogram_SOURCES = histogram.c dyn_wireless.h dyn_wireless.chistogram_LDADD = ${top_builddir}/src/other/libother.aINCLUDES = -I${top_srcdir}/src/other -I${top_srcdir}/src/api @mnincl@CPPFLAGS = -DSYSCONFDIR=\"${sysconfdir}\"EXTRA_DIST = dynmnd.conf wvlan_cs-1.0.1-SPYCACHE.patchinstall-data-local:	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)	-@if [ -f $(DESTDIR)$(sysconfdir)/dynmnd.conf ]; then \		echo "Old configuration file present -" \		"installing new as $(DESTDIR)$(sysconfdir)/dynmnd.conf.dist"; \		$(INSTALL_DATA) -m 600 $(srcdir)/dynmnd.conf \			$(DESTDIR)$(sysconfdir)/dynmnd.conf.dist ; \	else \		$(INSTALL_DATA) -m 600 $(srcdir)/dynmnd.conf \			$(DESTDIR)$(sysconfdir)/dynmnd.conf ; \	fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -