shithub: choc

ref: a43e60ee11f11fa8140b7b22da70f06b598fc49d
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