makefile
来自「unicap provides an uniform access to vid」· 代码 · 共 22 行
TXT
22 行
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 + =
减小字号Ctrl + -
显示快捷键?