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

📄 makefile

📁 unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC
💻
字号:
SUBDIRS = sdl_displayall: subdirssubdirs: $(patsubst %, _dir_%, $(SUBDIRS))$(patsubst %, _dir_%, $(SUBDIRS)) : 	$(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _dir_%, %, $@)install: $(patsubst %, _install_%, $(SUBDIRS))$(patsubst %, _install_%, $(SUBDIRS)) :	$(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _install_%, %, $@) installclean: $(patsubst %, _clean_%, $(SUBDIRS))$(patsubst %, _clean_%, $(SUBDIRS)) :	$(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _clean_%, %, $@) cleantags: $(OBJS)	etags *.c *.h

⌨️ 快捷键说明

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