Makefile.am revision a4a4261f
1cbeba4aeSmrg# 
2cbeba4aeSmrg#  Copyright 2005  Red Hat, Inc.
3cbeba4aeSmrg# 
4cbeba4aeSmrg#  Permission to use, copy, modify, distribute, and sell this software and its
5cbeba4aeSmrg#  documentation for any purpose is hereby granted without fee, provided that
6cbeba4aeSmrg#  the above copyright notice appear in all copies and that both that
7cbeba4aeSmrg#  copyright notice and this permission notice appear in supporting
8cbeba4aeSmrg#  documentation, and that the name of Red Hat not be used in
9cbeba4aeSmrg#  advertising or publicity pertaining to distribution of the software without
10cbeba4aeSmrg#  specific, written prior permission.  Red Hat makes no
11cbeba4aeSmrg#  representations about the suitability of this software for any purpose.  It
12cbeba4aeSmrg#  is provided "as is" without express or implied warranty.
13cbeba4aeSmrg# 
14cbeba4aeSmrg#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15cbeba4aeSmrg#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16cbeba4aeSmrg#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17cbeba4aeSmrg#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18cbeba4aeSmrg#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19cbeba4aeSmrg#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20cbeba4aeSmrg#  PERFORMANCE OF THIS SOFTWARE.
21cbeba4aeSmrg
221a669bc9SmrgSUBDIRS = man
23cbeba4aeSmrgbin_PROGRAMS = listres
24cbeba4aeSmrg
25a4a4261fSmrgAM_CFLAGS = $(CWARNFLAGS) $(LISTRES_CFLAGS)
26a4a4261fSmrgAM_CPPFLAGS = -D_CONST_X_STRING -D_BSD_SOURCE
27cbeba4aeSmrglistres_LDADD = $(LISTRES_LIBS)
28cbeba4aeSmrg
29cbeba4aeSmrglistres_SOURCES =	\
30cbeba4aeSmrg        listres.c
31cbeba4aeSmrg
327bd0f98dSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
337bd0f98dSmrg
347bd0f98dSmrg.PHONY: ChangeLog INSTALL
357bd0f98dSmrg
367bd0f98dSmrgINSTALL:
377bd0f98dSmrg	$(INSTALL_CMD)
387bd0f98dSmrg
397bd0f98dSmrgChangeLog:
407bd0f98dSmrg	$(CHANGELOG_CMD)
417bd0f98dSmrg
427bd0f98dSmrgdist-hook: ChangeLog INSTALL
43a4a4261fSmrg
44a4a4261fSmrgEXTRA_DIST = README.md
45