软件大小: | 7006 K | ||
上传用户: | sinoarts | ||
关键词: | applications environment footprint operating | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
## Makefile.am for libvideogfx/libvideogfx/arch/linux SUBDIRS = x86 .PHONY: files files: @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ echo $$p; \ done @for subdir in $(SUBDIRS); do \ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ for file in $$files; do \ echo $$subdir/$$file; \ done; \ done