shithub: choc

ref: 8c763b6ea9b5abfee9dd83f293135c93b68f847e
dir: /textscreen/examples/Makefile.am/

View raw version

AM_CFLAGS =  -I$(top_srcdir)/src -I$(top_srcdir)/textscreen

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