This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoom/Makefile.am

21 lines
454 B
Text
Raw Normal View History

gamedir = ${prefix}/games/zoom
2005-04-18 15:27:00 +00:00
bin_SCRIPTS = zoom
2005-04-18 15:27:00 +00:00
nobase_game_DATA = levels/level.dtd levels/level.lvl tex/*
nobase_game_PROGRAMS = zoom-bin
2005-04-18 15:27:00 +00:00
zoom_bin_SOURCES = zoom-bin.c
zoom_bin_CFLAGS = @libzoom_CFLAGS@
zoom_bin_LDADD = @libzoom_LIBS@
EXTRA_DIST = zoom levels/level.dtd levels/level.xml tex/*
zoom: zoom.in
sed -e 's&@gamedir@&$(gamedir)&' < zoom.in > zoom
chmod +x zoom
.xml.lvl:
gzip -cn9 $< > $@