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

📄 makefile

📁 DVBtune is a simple tuning application for DVB cards supported by the Linux DVB driver
💻
字号:
INCS=-I /usr/include/libxml2CFLAGS= -Wall $(INCS)CC=gccall: dvbtune# Delete the following line if you are not using a # "NEWSTRUCT" driver.  If you are using a "NEWSTRUCT"# driver, it must be later than October 10th 2002NEWSTRUCT=1ifdef NEWSTRUCT  CFLAGS += -DNEWSTRUCT  INCS += -I ../DVB/includeelse  INCS += -I ../DVB/ost/includeendififdef UK  CFLAGS += -DUKendififdef FINLAND  CFLAGS += -DFINLANDendififdef FINLAND2  CFLAGS += -DFINLAND2endiftune.o: tune.c tune.h dvb_defaults.hdvbtune: dvbtune.c tune.oxml2vdr: xml2vdr.c	 $(CC) $(CFLAGS) -o xml2vdr xml2vdr.c -lxml2clean:	rm -f *.o *~ dvbtune xml2vdr

⌨️ 快捷键说明

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