hugor: convert live ebuild to also handle releases, copy to 0.9, remove 0.8
[gentoo-interactive-fiction.git] / dev-games / xglk / files / xglk-0.4.11-Makefile.am
blob2cea14b354e4ab9b0a854f753d42d920d28f0578
1 # Source: dleverton
2 # Upstream: is aware; unknown whether he wants to do anything with it
3 # Reason: use autotools to build a proper shared library on amd64
5 lib_LTLIBRARIES = libxglk.la
6 libxglk_la_SOURCES = \
7         main.c xglk.c xglk_vars.c xglk_prefs.c xglk_loop.c xglk_init.c \
8         xglk_scrap.c xglk_msg.c xglk_key.c xglk_weggie.c xglk_pict.c \
9         xglk_res.c \
10         xg_event.c xg_window.c xg_stream.c xg_fileref.c xg_style.c xg_misc.c \
11         xg_gestalt.c xg_win_textbuf.c xg_win_textgrid.c xg_win_graphics.c \
12         xg_schan.c \
13         gi_dispa.c gi_blorb.c
15 glk_includedir = $(includedir)/glk
16 glk_include_HEADERS = Make.xglk
17 AM_CPPFLAGS = -I$(glk_includedir)
19 Make.xglk:
20         echo LINKLIBS = >Make.xglk
21         echo GLKLIB = -lxglk >>Make.xglk