| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | ## Makefile for the toplevel directory of mcron. | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | ## Copyright (C) 2003 Dale Mellor | 
					
						
							|  |  |  | ## Copyright (C) 2015 Mathieu Lirzin | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | ## | 
					
						
							| 
									
										
										
										
											2008-02-21 19:11:23 +00:00
										 |  |  | #    This file is part of GNU mcron. | 
					
						
							|  |  |  | #  | 
					
						
							|  |  |  | #    GNU mcron is free software: you can redistribute it and/or modify it under | 
					
						
							|  |  |  | #    the terms of the GNU General Public License as published by the Free | 
					
						
							|  |  |  | #    Software Foundation, either version 3 of the License, or (at your option) | 
					
						
							|  |  |  | #    any later version. | 
					
						
							|  |  |  | #  | 
					
						
							|  |  |  | #    GNU mcron is distributed in the hope that it will be useful, but WITHOUT | 
					
						
							|  |  |  | #    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 
					
						
							|  |  |  | #    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for | 
					
						
							|  |  |  | #    more details. | 
					
						
							|  |  |  | #  | 
					
						
							|  |  |  | #    You should have received a copy of the GNU General Public License along | 
					
						
							|  |  |  | #    with GNU mcron.  If not, see <http://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | ## Process this file with automake to produce Makefile.in | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-25 14:57:37 +01:00
										 |  |  | SUBDIRS = scm/mcron . | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | ED = @ED@   # !!!! Are these needed? | 
					
						
							| 
									
										
										
										
											2003-08-03 15:14:54 +00:00
										 |  |  | CP = @CP@ | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | MAINTAINERCLEANFILES = configure makefile makefile.in config.guess config.sub \ | 
					
						
							|  |  |  |                        install-sh missing texinfo.tex INSTALL \ | 
					
						
							|  |  |  |                        aclocal.m4 compile depcomp doc/mcron.1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CLEANFILES = mcron.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | EXTRA_DIST = makefile.ed mcron.c.template BUGS | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-26 23:17:01 +02:00
										 |  |  | info_TEXINFOS = doc/mcron.texi | 
					
						
							| 
									
										
										
										
											2008-01-25 21:49:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-26 23:17:01 +02:00
										 |  |  | dist_man_MANS = doc/mcron.1 | 
					
						
							| 
									
										
										
										
											2010-06-12 22:39:20 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | bin_PROGRAMS = mcron | 
					
						
							|  |  |  | mcron_SOURCES = mcron.c | 
					
						
							| 
									
										
										
										
											2014-04-28 11:47:55 +01:00
										 |  |  | mcron_LDADD = @GUILE_LIBS@ | 
					
						
							| 
									
										
										
										
											2003-08-03 15:14:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-25 14:57:37 +01:00
										 |  |  | # The second option is so that we can execute the binary in the local directory, | 
					
						
							|  |  |  | # in turn so that we can do mcron --help during the build process. | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | mcron_CFLAGS  = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir):./scm:...\" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | mcron.c : scm/mcron/main.scm scm/mcron/crontab.scm makefile.ed mcron.c.template | 
					
						
							|  |  |  | 	@echo 'Building mcron.c...' | 
					
						
							|  |  |  | 	@$(ED) < makefile.ed > /dev/null 2>&1 | 
					
						
							|  |  |  | 	@rm -f mcron.escaped.scm > /dev/null 2>&1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-10-23 12:29:19 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-06 05:46:30 +01:00
										 |  |  | # Full program prefix. | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | fpp = $(DESTDIR)$(bindir)/@real_program_prefix@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-12 22:57:55 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | install-exec-hook: | 
					
						
							| 
									
										
										
										
											2010-06-13 03:49:39 +01:00
										 |  |  | 	@if [ "x@NO_VIXIE_CLOBBER@" != "xyes"   -a   "`id -u`" -eq "0" ]; then \ | 
					
						
							| 
									
										
										
										
											2010-06-12 22:57:55 +01:00
										 |  |  |        rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1; \ | 
					
						
							|  |  |  |        $(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT); \ | 
					
						
							|  |  |  |        rm -f $(fpp)crontab$(EXEEXT) > /dev/null 2>&1; \ | 
					
						
							|  |  |  |        $(INSTALL) --mode='u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT); \ | 
					
						
							| 
									
										
										
										
											2010-06-13 04:32:51 +01:00
										 |  |  |        $(INSTALL) -d --mode='u=rwx' $(DESTDIR)/var/cron; \ | 
					
						
							|  |  |  |        $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)/var/run; \ | 
					
						
							|  |  |  |        $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)@GUILE_SITE@; \ | 
					
						
							|  |  |  |        $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)@GUILE_SITE@/mcron; \ | 
					
						
							| 
									
										
										
										
											2010-06-13 03:49:39 +01:00
										 |  |  |     elif [ "x@NO_VIXIE_CLOBBER@" = "xyes" ]; then \ | 
					
						
							|  |  |  |        echo "Not installing Vixie-style programs"; \ | 
					
						
							| 
									
										
										
										
											2005-10-23 12:29:19 +00:00
										 |  |  |     else \ | 
					
						
							|  |  |  |        echo "+++ WARNING: NON-ROOT INSTALL: ONLY mcron WILL BE INSTALLED, NOT ANY OF THE VIXIE REPLACEMENT PROGRAMS"; \ | 
					
						
							| 
									
										
										
										
											2010-06-12 22:57:55 +01:00
										 |  |  |     fi | 
					
						
							| 
									
										
										
										
											2005-10-23 12:29:19 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-04 08:09:04 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | uninstall-hook: | 
					
						
							| 
									
										
										
										
											2010-06-13 03:49:39 +01:00
										 |  |  | 	if [ "`id -u`" -eq "0" ]; then \ | 
					
						
							| 
									
										
										
										
											2010-06-12 22:57:55 +01:00
										 |  |  |         rm -f $(fpp){cron,crontab}$(EXEEXT); \ | 
					
						
							|  |  |  |     fi | 
					
						
							| 
									
										
										
										
											2010-06-13 11:02:25 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Not part of formal package building, but a rule for manual use to get the | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | # elemental man page.  Will only work once the mcron program is installed. | 
					
						
							|  |  |  | $(dist_man_MANS): mcron.c | 
					
						
							| 
									
										
										
										
											2014-05-25 14:57:37 +01:00
										 |  |  | 	$(HELP2MAN) -n 'a program to run tasks at regular (or not) intervals' \ | 
					
						
							| 
									
										
										
										
											2017-09-27 23:10:29 +02:00
										 |  |  | 	    ./mcron > $@ | 
					
						
							| 
									
										
										
										
											2015-07-06 05:46:30 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | maintainer-clean-local: | 
					
						
							|  |  |  | 	rm -r build-aux |