shithub: choc

ref: d27d3bb8b68f1e0f066a0749601ff32431325983
dir: /textscreen/examples/Makefile.am/

View raw version

AM_CFLAGS = -I.. -I../../src

noinst_PROGRAMS=guitest calculator

guitest_LDADD = ../libtextscreen.a @LDFLAGS@ @SDL_LIBS@
guitest_SOURCES = guitest.c

calculator_LDADD = ../libtextscreen.a @LDFLAGS@ @SDL_LIBS@
calculator_SOURCES = calculator.c