No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

20 líneas
605 B

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