shithub: choc

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