Makefile.am 219 B

123456789
  1. ## Process this file with automake to produce Makefile.in
  2. bin_PROGRAMS = hersheydemo
  3. hersheydemo_SOURCES = hersheydemo.c
  4. hersheydemo_LDADD = ../lib/libcommon.a ../libplot/libplot.la
  5. INCLUDES = -I$(srcdir)/../include