您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516
  1. include $(top_srcdir)/build/autotools/common.am
  2. # Put "people" at the end because they're more likely to break builds.
  3. SUBDIRS = build src tools doc
  4. DIST_SUBDIRS = $(SUBDIRS) binaries
  5. EXTRA_DIST += bootstrap COPYING TODO \
  6. .gitignore .gitattributes .gitmodules \
  7. .travis.yml lol.sln build.config
  8. AUTOMAKE_OPTIONS = dist-bzip2
  9. ACLOCAL_AMFLAGS = -I build/autotools/m4
  10. test: lolcheck
  11. check: lolcheck