shithub: choc

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