You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
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