shithub: choc

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