Changeset 1923
- Timestamp:
- Sep 17, 2012, 2:30:49 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1895 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 # Put "people" at the end because they're more likely to break builds. … … 7 9 AUTOMAKE_OPTIONS = dist-bzip2 8 10 9 bench: 10 cd test && $(MAKE) $(AM_MAKEFLAGS) $@ 11 .PHONY: bench 11 check: lolcheck 12 12 13 13 dist: lolunit-$(LOLUNIT_VERSION).tar.gz -
trunk/build/Makefile.am
r1895 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 EXTRA_DIST = lol-build \ 3 5 check-source.sh \ 4 6 build-linux build-mingw build-mingw64 build-ps3 \ 5 build-nacl32 build-nacl64 7 build-nacl32 build-nacl64 \ 8 \ 9 autotools/common.am 6 10 7 11 TESTS = check-source.sh -
trunk/games/Makefile.am
r1744 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = -
trunk/people/Makefile.am
r1778 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = -
trunk/src/Makefile.am
r1877 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = data -
trunk/src/data/Makefile.am
r92 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = font -
trunk/src/data/font/Makefile.am
r1524 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 if USE_CACA -
trunk/test/Makefile.am
r1847 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = math sandbox xolotl -
trunk/test/math/Makefile.am
r1760 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 AM_CPPFLAGS = -I$(top_srcdir)/src -
trunk/test/sandbox/Makefile.am
r1112 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 AM_CPPFLAGS = -I$(top_srcdir)/src -
trunk/test/xolotl/Makefile.am
r1043 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 AM_CPPFLAGS = -I$(top_srcdir)/src -
trunk/tools/Makefile.am
r1524 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 SUBDIRS = -
trunk/tools/neercs/Makefile.am
r1859 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 if BUILD_NEERCS -
trunk/tutorial/Makefile.am
r1824 r1923 1 2 include $(top_srcdir)/build/autotools/common.am 1 3 2 4 AM_CPPFLAGS = -I$(top_srcdir)/src
Note: See TracChangeset
for help on using the changeset viewer.