# Source: dleverton # Upstream: is aware; unknown whether he wants to do anything with it # Reason: use autotools to build a proper shared library on amd64 lib_LTLIBRARIES = libcheapglk.la libcheapglk_la_SOURCES = \ cgfref.c cggestal.c cgmisc.c cgstream.c cgstyle.c cgwindow.c cgschan.c \ cgdate.c cgunicod.c main.c gi_dispa.c gi_blorb.c cgblorb.c glk_includedir = $(includedir)/glk glk_include_HEADERS = Make.cheapglk AM_CPPFLAGS = -I$(glk_includedir) Make.cheapglk: echo LINKLIBS = >Make.cheapglk echo GLKLIB = -lcheapglk >>Make.cheapglk