makefile.am
来自「原来由英特尔制定的UPnP SDK的」· AM 代码 · 共 84 行
AM
84 行
## "Makefile.am" for "libupnp/upnp/sample"## Copyright (C) 2007 Marcelo Roberto Jimenez <mroberto@users.sourceforge.net>#AM_CPPFLAGS = \ -I$(top_srcdir)/upnp/inc \ -I$(top_srcdir)/threadutil/inc \ -I$(top_srcdir)/ixml/incLDADD = \ $(top_builddir)/upnp/libupnp.la \ $(top_builddir)/threadutil/libthreadutil.la \ $(top_builddir)/ixml/libixml.la# samplesnoinst_PROGRAMS =if ENABLE_SAMPLESif ENABLE_CLIENTnoinst_PROGRAMS += upnp_tv_ctrlptupnp_tv_ctrlpt_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(srcdir)/common/ \ -I$(srcdir)/tvctrlptif ENABLE_DEVICEnoinst_PROGRAMS += upnp_tv_comboupnp_tv_combo_CPPFLAGS = $(AM_CPPFLAGS) \ -I$(srcdir)/common/ \ -I$(srcdir)/tvcomboendifendifif ENABLE_DEVICEnoinst_PROGRAMS += upnp_tv_deviceupnp_tv_device_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(srcdir)/common/ \ -I$(srcdir)/tvdeviceendifendifupnp_tv_device_SOURCES = \ common/sample_util.c \ common/sample_util.h \ tvdevice/upnp_tv_device.c \ tvdevice/upnp_tv_device.h \ tvdevice/linux/upnp_tv_device_main.cupnp_tv_ctrlpt_SOURCES = \ common/sample_util.c \ common/sample_util.h \ tvctrlpt/upnp_tv_ctrlpt.c \ tvctrlpt/upnp_tv_ctrlpt.h \ tvctrlpt/linux/upnp_tv_ctrlpt_main.cupnp_tv_combo_SOURCES = \ common/sample_util.c \ common/sample_util.h \ tvcombo/upnp_tv_ctrlpt.c \ tvcombo/upnp_tv_ctrlpt.h \ tvcombo/upnp_tv_device.c \ tvcombo/upnp_tv_device.h \ tvcombo/linux/upnp_tv_combo_main.cif WITH_DOCUMENTATIONexamplesdir = $(docdir)/examplesexamples_DATA = \ $(upnp_tv_ctrlpt_SOURCES) \ $(upnp_tv_device_SOURCES)endifEXTRA_DIST = \ web/tvcombodesc.xml \ web/tvcontrolSCPD.xml \ web/tvdevicedesc.xml \ web/tvdevicepres.html \ web/tvpictureSCPD.xml
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?