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.
 
 
 

13 line
288 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. AM_CPPFLAGS = -I$(top_srcdir)/src
  3. noinst_PROGRAMS = xolotl
  4. xolotl_SOURCES = xolotl.cpp xolotl.h
  5. xolotl_CPPFLAGS = @LOL_CFLAGS@
  6. xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@
  7. xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a