1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# bin/FvwmPrompt/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/fvwm3
73pkgincludedir = $(includedir)/fvwm3
74pkglibdir = $(libdir)/fvwm3
75pkglibexecdir = $(libexecdir)/fvwm3
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-pc-linux-gnu
89host_triplet = x86_64-pc-linux-gnu
90subdir = bin/FvwmPrompt
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_$(V))
102am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_$(V))
106am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_$(V))
110am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115am__can_run_installinfo = \
116  case $$AM_UPDATE_INFO_DIR in \
117    n|no|NO) false;; \
118    *) (install-info --version) >/dev/null 2>&1;; \
119  esac
120am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
121am__DIST_COMMON = $(srcdir)/Makefile.in
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123ACLOCAL = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/missing aclocal-1.16
124ALL_DOMAINS = fvwm  FvwmScript
125ALL_LINGUAS = ar da de fr sv_SE zh_CN ru es
126AMTAR = $${TAR-tar}
127AM_DEFAULT_VERBOSITY = 0
128AR_FLAGS =
129ASCIIDOC = asciidoctor
130AUTOCONF = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/missing autoconf
131AUTOHEADER = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/missing autoheader
132AUTOMAKE = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/missing automake-1.16
133AWK = gawk
134Bidi_CFLAGS =
135Bidi_LIBS = -lfribidi
136CATALOGS =  ar.gmo da.gmo de.gmo fr.gmo sv_SE.gmo zh_CN.gmo ru.gmo es.gmo
137CATOBJEXT = .gmo
138CC = gcc
139CCDEPMODE = depmode=gcc3
140CFLAGS = -Wall -Wno-implicit-int -fno-common -Wno-error=format-security -g -O2 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
141CPP = gcc -E
142CPPFLAGS =
143CYGPATH_W = echo
144DEFS = -DHAVE_CONFIG_H
145DEPDIR = .deps
146DUMMYPOFILES =  fvwm.ar.nop FvwmScript.ar.nop fvwm.da.nop FvwmScript.da.nop fvwm.de.nop FvwmScript.de.nop fvwm.fr.nop FvwmScript.fr.nop fvwm.sv_SE.nop FvwmScript.sv_SE.nop fvwm.zh_CN.nop FvwmScript.zh_CN.nop fvwm.ru.nop FvwmScript.ru.nop fvwm.es.nop FvwmScript.es.nop
147ECHO_C =
148ECHO_N = -n
149ECHO_T =
150EGREP = /bin/grep -E
151EXEEXT =
152FC_CFLAGS = -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
153FC_CONFIG = no
154FC_LIBS = -L/usr/lib64 -lfontconfig -lfreetype
155FRIBIDI_CONFIG = /bin/pkg-config fribidi
156FVWMHOMEPAGE = http://fvwm.org/
157FVWMLIST = fvwm@fvwm.org
158FVWMNAMELONG = F? Virtual Window Manager
159FVWMSCRIPT_DOMAIN = FvwmScript
160FVWMTASKBAR_DOMAIN =
161FVWMWORKERSLIST = fvwm-workers@fvwm.org
162FVWMWORKERSLISTLONG = fvwm workers list <fvwm-workers@fvwm.org>
163FVWM_CONFDIR = ${sysconfdir}
164FVWM_DATADIR = ${datadir}/fvwm3
165FVWM_DOCDIR = ${datadir}
166FVWM_DOMAIN = fvwm
167FVWM_IMAGEPATH = /usr/include/X11/bitmaps:/usr/include/X11/pixmaps
168FVWM_MODULEDIR = ${libexecdir}/fvwm3/1.0.4
169FVWM_PERLLIB = perllib
170FVWM_PERLLIBDIR = ${datadir}/fvwm3/perllib
171GDK_IMLIB_CFLAGS =
172GDK_IMLIB_LIBS =
173GMOFILES =  fvwm.ar.gmo FvwmScript.ar.gmo fvwm.da.gmo FvwmScript.da.gmo fvwm.de.gmo FvwmScript.de.gmo fvwm.fr.gmo FvwmScript.fr.gmo fvwm.sv_SE.gmo FvwmScript.sv_SE.gmo fvwm.zh_CN.gmo FvwmScript.zh_CN.gmo fvwm.ru.gmo FvwmScript.ru.gmo fvwm.es.gmo FvwmScript.es.gmo
174GMSGFMT = /bin/msgfmt
175GO =
176GREP = /bin/grep
177IMLIBCONF = no
178INSTALL = /bin/install -c
179INSTALL_DATA = ${INSTALL} -m 644
180INSTALL_PROGRAM = ${INSTALL}
181INSTALL_SCRIPT = ${INSTALL}
182INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
183INST_LINGUAS =  ar da de fr sv_SE zh_CN ru es
184ISRELEASED =
185LDFLAGS =
186LIBOBJS =
187LIBS =  -L/usr/lib64 -lfontconfig -lfreetype
188LN_S = ln -s
189LOCALEDIR = ${datadir}/fvwm3/locale
190LTLIBOBJS =
191MAKEINFO = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/missing makeinfo
192MANPAGE_PREAMBLE = .\" WARNING: This file was automatically generated.  Edit the .in file instead.
193MKDIR_P = /bin/mkdir -p
194MKINSTALLDIRS = etc/mkinstalldirs
195MSGFMT = /bin/msgfmt
196MSGMERGE = /bin/msgmerge
197MSGUNIQ = /bin/msguniq
198OBJEXT = o
199PACKAGE = fvwm3
200PACKAGE_BUGREPORT = fvwm-workers@fvwm.org
201PACKAGE_NAME = fvwm3
202PACKAGE_STRING = fvwm3 1.0.4
203PACKAGE_TARNAME = fvwm3
204PACKAGE_URL =
205PACKAGE_VERSION = 1.0.4
206PATH_SEPARATOR = :
207PERL = /bin/perl
208PKG_CONFIG = /bin/pkg-config
209PKG_CONFIG_LIBDIR =
210PKG_CONFIG_PATH =
211POFILES =  fvwm.ar.po FvwmScript.ar.po fvwm.da.po FvwmScript.da.po fvwm.de.po FvwmScript.de.po fvwm.fr.po FvwmScript.fr.po fvwm.sv_SE.po FvwmScript.sv_SE.po fvwm.zh_CN.po FvwmScript.zh_CN.po fvwm.ru.po FvwmScript.ru.po fvwm.es.po FvwmScript.es.po
212POSUB = po
213PYTHON = /bin/python3
214RANLIB = ranlib
215RELDATELONG = 17 July 21
216RELDATENUM = 21-07-17
217RELDATESHORT = 17-Jul-21
218REQUIRED_PERL_VERSION = 5.004
219REQUIRED_PYTHON_VERSION = 3.0
220SED = sed
221SET_MAKE =
222SHELL = /bin/sh
223STRIP =
224UPDATEPOFILES =  fvwm.ar.po-update FvwmScript.ar.po-update fvwm.da.po-update FvwmScript.da.po-update fvwm.de.po-update FvwmScript.de.po-update fvwm.fr.po-update FvwmScript.fr.po-update fvwm.sv_SE.po-update FvwmScript.sv_SE.po-update fvwm.zh_CN.po-update FvwmScript.zh_CN.po-update fvwm.ru.po-update FvwmScript.ru.po-update fvwm.es.po-update FvwmScript.es.po-update
225USE_NLS = yes
226VERSION = 1.0.4
227VERSIONINFO = released
228XFT_CFLAGS = -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
229XFT_CONFIG = no
230XFT_LIBS = -lXft
231XGETTEXT = /bin/xgettext
232XMKMF =
233XRandR_CFLAGS =
234XRandR_LIBS = -lXrandr
235X_CFLAGS =
236X_EXTRA_LIBS =
237X_LIBS =
238X_PRE_LIBS =  -lSM -lICE
239Xcursor_CFLAGS =
240Xcursor_LIBS = -lXcursor
241Xft_CFLAGS = -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
242Xft_LIBS = -lXft
243Xrender_CFLAGS =
244Xrender_LIBS = -lXrender
245abs_builddir = /home/n6tadam/projects/fvwm/fvwm3/bin/FvwmPrompt
246abs_srcdir = /home/n6tadam/projects/fvwm/fvwm3/bin/FvwmPrompt
247abs_top_builddir = /home/n6tadam/projects/fvwm/fvwm3
248abs_top_srcdir = /home/n6tadam/projects/fvwm/fvwm3
249ac_ct_CC = gcc
250am__include = include
251am__leading_dot = .
252am__quote =
253am__tar = $${TAR-tar} chof - "$$tardir"
254am__untar = $${TAR-tar} xf -
255bindir = ${exec_prefix}/bin
256build = x86_64-pc-linux-gnu
257build_alias =
258build_cpu = x86_64
259build_os = linux-gnu
260build_vendor = pc
261builddir = .
262datadir = ${datarootdir}
263datarootdir = ${prefix}/share
264docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
265dvidir = ${docdir}
266exec_prefix = ${prefix}
267freetype_CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16
268freetype_LIBS = -L/usr/lib64 -lfreetype
269host = x86_64-pc-linux-gnu
270host_alias =
271host_cpu = x86_64
272host_os = linux-gnu
273host_vendor = pc
274htmldir = ${docdir}
275iconv_CFLAGS =
276iconv_LIBS =
277includedir = ${prefix}/include
278infodir = ${datarootdir}/info
279install_sh = ${SHELL} /home/n6tadam/projects/fvwm/fvwm3/etc/install-sh
280intl_CFLAGS =
281intl_LIBS =
282libdir = ${exec_prefix}/lib
283libevent_CFLAGS =
284libevent_LIBS = -L/usr/lib64 -levent
285libexecdir = ${exec_prefix}/libexec
286localedir = ${datarootdir}/locale
287localstatedir = ${prefix}/var
288mandir = ${datarootdir}/man
289mkdir_p = $(MKDIR_P)
290oldincludedir = /usr/include
291pdfdir = ${docdir}
292png_CFLAGS = -I/usr/include/libpng16
293png_LIBS = -lpng16 -lz
294prefix = /usr/local
295program_transform_name = s,x,x,
296psdir = ${docdir}
297readline_CFLAGS =
298readline_LIBS = -lreadline -lncurses
299rsvg_CFLAGS =
300rsvg_LIBS =
301sbindir = ${exec_prefix}/sbin
302sharedstatedir = ${prefix}/com
303srcdir = .
304sysconfdir = ${prefix}/etc
305target_alias =
306top_build_prefix = ../../
307top_builddir = ../..
308top_srcdir = ../..
309with_bidi = yes
310with_gdkimlib = no
311with_gettext = yes
312with_iconv = yes
313with_perllib = yes
314with_png = yes
315with_readline = yes
316with_rsvg = no
317with_shape = yes
318with_shm = yes
319with_sm = yes
320with_xcursor = yes
321with_xft = yes
322with_xpm = yes
323with_xrandr =
324with_xrender = yes
325xpm_CFLAGS =
326xpm_LIBS = -lXpm
327xrandr_CFLAGS =
328xrandr_LIBS = -lXrandr
329xt_CFLAGS =
330xt_LIBS = -L/usr/lib64 -lXt -lX11
331GOCMD = go
332GOBUILD = $(GOCMD) build
333GOCLEAN = $(GOCMD) clean
334BINARY_NAME = FvwmPrompt
335all: all-am
336
337.SUFFIXES:
338$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
339	@for dep in $?; do \
340	  case '$(am__configure_deps)' in \
341	    *$$dep*) \
342	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
343	        && { if test -f $@; then exit 0; else break; fi; }; \
344	      exit 1;; \
345	  esac; \
346	done; \
347	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/FvwmPrompt/Makefile'; \
348	$(am__cd) $(top_srcdir) && \
349	  $(AUTOMAKE) --foreign bin/FvwmPrompt/Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351	@case '$?' in \
352	  *config.status*) \
353	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354	  *) \
355	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
356	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
357	esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362$(top_srcdir)/configure:  $(am__configure_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366$(am__aclocal_m4_deps):
367tags TAGS:
368
369ctags CTAGS:
370
371cscope cscopelist:
372
373
374distdir: $(BUILT_SOURCES)
375	$(MAKE) $(AM_MAKEFLAGS) distdir-am
376
377distdir-am: $(DISTFILES)
378	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380	list='$(DISTFILES)'; \
381	  dist_files=`for file in $$list; do echo $$file; done | \
382	  sed -e "s|^$$srcdirstrip/||;t" \
383	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
384	case $$dist_files in \
385	  */*) $(MKDIR_P) `echo "$$dist_files" | \
386			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
387			   sort -u` ;; \
388	esac; \
389	for file in $$dist_files; do \
390	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391	  if test -d $$d/$$file; then \
392	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
393	    if test -d "$(distdir)/$$file"; then \
394	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395	    fi; \
396	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
398	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399	    fi; \
400	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401	  else \
402	    test -f "$(distdir)/$$file" \
403	    || cp -p $$d/$$file "$(distdir)/$$file" \
404	    || exit 1; \
405	  fi; \
406	done
407check-am: all-am
408check: check-am
409all-am: Makefile
410installdirs:
411#install: install-am
412install-exec: install-exec-am
413install-data: install-data-am
414#uninstall: uninstall-am
415
416install-am: all-am
417	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
419installcheck: installcheck-am
420install-strip:
421	if test -z '$(STRIP)'; then \
422	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424	      install; \
425	else \
426	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
429	fi
430mostlyclean-generic:
431
432clean-generic:
433
434distclean-generic:
435	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
437
438maintainer-clean-generic:
439	@echo "This command is intended for maintainers to use"
440	@echo "it deletes files that may require special tools to rebuild."
441#clean: clean-am
442
443clean-am: clean-generic mostlyclean-am
444
445distclean: distclean-am
446	-rm -f Makefile
447distclean-am: clean-am distclean-generic
448
449dvi: dvi-am
450
451dvi-am:
452
453html: html-am
454
455html-am:
456
457info: info-am
458
459info-am:
460
461install-data-am:
462
463install-dvi: install-dvi-am
464
465install-dvi-am:
466
467install-exec-am:
468
469install-html: install-html-am
470
471install-html-am:
472
473install-info: install-info-am
474
475install-info-am:
476
477install-man:
478
479install-pdf: install-pdf-am
480
481install-pdf-am:
482
483install-ps: install-ps-am
484
485install-ps-am:
486
487installcheck-am:
488
489maintainer-clean: maintainer-clean-am
490	-rm -f Makefile
491maintainer-clean-am: distclean-am maintainer-clean-generic
492
493mostlyclean: mostlyclean-am
494
495mostlyclean-am: mostlyclean-generic
496
497pdf: pdf-am
498
499pdf-am:
500
501ps: ps-am
502
503ps-am:
504
505uninstall-am:
506
507.MAKE: install-am install-strip
508
509.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
510	ctags-am distclean distclean-generic distdir dvi dvi-am html \
511	html-am info info-am install install-am install-data \
512	install-data-am install-dvi install-dvi-am install-exec \
513	install-exec-am install-html install-html-am install-info \
514	install-info-am install-man install-pdf install-pdf-am \
515	install-ps install-ps-am install-strip installcheck \
516	installcheck-am installdirs maintainer-clean \
517	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
518	pdf-am ps ps-am tags-am uninstall uninstall-am
519
520.PRECIOUS: Makefile
521
522
523all: build
524build:
525	$(GOBUILD) -mod=vendor -o $(BINARY_NAME) -v
526clean:
527	$(GOCLEAN)
528	rm -f $(BINARY_NAME)
529	rm -f $(BINARY_UNIX)
530run:
531	$(GOBUILD) -mod=vendor -o $(BINARY_NAME) -v ./...
532	./$(BINARY_NAME)
533
534install:
535	rm -f $(DESTDIR)$(bindir)/$(BINARY_NAME)
536	install $(BINARY_NAME) $(DESTDIR)$(bindir)
537
538uninstall:
539	rm -f $(DESTDIR)$(bindir)/$(BINARY_NAME)
540
541# Tell versions [3.59,3.63) of GNU make to not export all variables.
542# Otherwise a system limit (for SysV at least) may be exceeded.
543.NOEXPORT:
544