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
567 B

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