?? makefile
字號:
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -