114c0a534Smrg# 
214c0a534Smrg#  Copyright 2005  Red Hat, Inc.
314c0a534Smrg# 
414c0a534Smrg#  Permission to use, copy, modify, distribute, and sell this software and its
514c0a534Smrg#  documentation for any purpose is hereby granted without fee, provided that
614c0a534Smrg#  the above copyright notice appear in all copies and that both that
714c0a534Smrg#  copyright notice and this permission notice appear in supporting
814c0a534Smrg#  documentation, and that the name of Red Hat not be used in
914c0a534Smrg#  advertising or publicity pertaining to distribution of the software without
1014c0a534Smrg#  specific, written prior permission.  Red Hat makes no
1114c0a534Smrg#  representations about the suitability of this software for any purpose.  It
1214c0a534Smrg#  is provided "as is" without express or implied warranty.
1314c0a534Smrg# 
1414c0a534Smrg#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1514c0a534Smrg#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
1614c0a534Smrg#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1714c0a534Smrg#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1814c0a534Smrg#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1914c0a534Smrg#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2014c0a534Smrg#  PERFORMANCE OF THIS SOFTWARE.
2114c0a534Smrg
221a054510SmrgSUBDIRS = man
2314c0a534Smrgbin_PROGRAMS = smproxy
2414c0a534Smrg
25bf2eeab3SmrgAM_CFLAGS = $(CWARNFLAGS) $(SMPROXY_CFLAGS)
2614c0a534Smrgsmproxy_LDADD = $(SMPROXY_LIBS)
2714c0a534Smrg
2814c0a534Smrgsmproxy_SOURCES =	\
2914c0a534Smrg        save.c \
3014c0a534Smrg        smproxy.c \
3114c0a534Smrg        smproxy.h
3214c0a534Smrg
33576bae58SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
34bf2eeab3Smrg
35576bae58Smrg.PHONY: ChangeLog INSTALL
36576bae58Smrg
37576bae58SmrgINSTALL:
38576bae58Smrg	$(INSTALL_CMD)
39bf2eeab3Smrg
40bf2eeab3SmrgChangeLog:
41bf2eeab3Smrg	$(CHANGELOG_CMD)
42bf2eeab3Smrg
43576bae58Smrgdist-hook: ChangeLog INSTALL
44bdc460c5Smrg
457015785aSmrgEXTRA_DIST = README.md meson.build
46