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

18 lines
409 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@
2007-06-15 20:52:01 +00:00
EXTRA_DIST = levels/level.dtd levels/*.xml tex/*
CLEANFILES = levels/*.lvl
.xml.lvl:
gzip -cn9 $< > $@