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
2007-06-15 20:52:01 +00:00

17 lines
409 B
Makefile

gamedir = ${prefix}/games/zoom
bin_SCRIPTS = zoom
nobase_game_DATA = levels/level.dtd levels/level.lvl tex/*
nobase_game_PROGRAMS = zoom-bin
zoom_bin_SOURCES = zoom-bin.c
zoom_bin_CFLAGS = @libzoom_CFLAGS@
zoom_bin_LDADD = @libzoom_LIBS@
EXTRA_DIST = levels/level.dtd levels/*.xml tex/*
CLEANFILES = levels/*.lvl
.xml.lvl:
gzip -cn9 $< > $@