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.

Makefile.am 518 B

1234567891011121314151617
  1. AM_CPPFLAGS = -I$(top_srcdir)/src
  2. all-local: $(noinst_PROGRAMS)
  3. test x$(MAKE_FSELF) = xno || make_fself xolotl$(EXEEXT) xolotl.self
  4. CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
  5. $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
  6. $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
  7. noinst_PROGRAMS = xolotl
  8. xolotl_SOURCES = xolotl.cpp xolotl.h
  9. xolotl_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
  10. xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
  11. xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a