shithub: choc

ref: a0a4303a99c8dda72cbe3ff00f26157c2a639fcd
dir: /textscreen/examples/Makefile.am/

View raw version

AM_CFLAGS = -I.. -I$(top_builddir)/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