# # Top level automake Makefile.am for LxDoom # # $Id: Makefile.am,v 1.6.2.1 2001/09/29 18:35:15 cph Exp $ # # From "GNU autoconf, automake and libtool" Vaughan, Elliston, # Tromey and Taylor, publisher New Riders, p.134 # They made me do it! :-) AUX_DIST_GEN = \ $(ac_aux_dir)/config.guess \ $(ac_aux_dir)/config.sub \ $(ac_aux_dir)/install-sh \ $(ac_aux_dir)/missing \ $(ac_aux_dir)/mkinstalldirs MAINTAINERCLEANFILES = $(AUX_DIST_GEN) docdir=$(prefix)/share/doc/@PACKAGE@ SUBDIRS = doc data src ICONS VISUALC5 VISUALC6 EXTRA_DIST = ChangeLog prboom.spec.in prboom.spec config.h bootstrap $(AUX_DIST_GEN) doc_DATA = README COPYING AUTHORS NEWS rpm: dist rpm -tb @PACKAGE@-@VERSION@.tar.gz