]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Mon, 4 Sep 2000 13:10:09 +0000 (13:10 +0000)
committerthib <thib>
Mon, 4 Sep 2000 13:10:09 +0000 (13:10 +0000)
Makefile.in

index 9c989f877a7ef6c752f1d23edb52b01f1873e35b..f1024fefa16d29d2fbf044599bef71a7ac885c65 100644 (file)
@@ -2,11 +2,14 @@
 # fcron's Makefile  ########
 ############################
 
-# $Id: Makefile.in,v 1.27 2000-09-03 19:03:08 thib Exp $
+# $Id: Makefile.in,v 1.28 2000-09-04 13:10:09 thib Exp $
 
 # ********************************************************* #
 # *** Begin of configurable stuffs ************************ #
 
+#
+# take also a look at "config.h" for more config
+#
 
 # Where should we install it ?
 DESTSBIN= /usr/sbin/
@@ -26,17 +29,17 @@ ETC=/etc/
 #      -DDEBUG         even more verbose
 #      -DCHECKJOBS     send a mail containing the exact shell command
 #                      for each execution of each job.
-#OPTIM=        -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2
+OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2
 #OPTIM=        -DDEBUG -g -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
 #OPTIM=        -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
-OPTIM= -O2 -Wall
+#OPTIM=        -O2 -Wall
 #OPTIM=        -O3 -mcpu=i686 -Wall
 
 
 # Options
-#      -DFOREGROUND [0|1]    default run in foreground ?
-#
-OPTION = 
+#      -DFOREGROUND=[0|1]    default run in foreground ?
+#       -DPROC_LOADAVG=[0|1]  do we have a mounted procfs with loadavg file ?
+OPTION = -DPROC_LOADAVG=1
 
 
 # Want other flags ?
@@ -63,7 +66,7 @@ INSTALL= install
 # Should not be changed under this #
 ####################################
 
-VERSION= 0.9.1
+VERSION= 0.9.2
 CFLAGS= $(INCLUDE) $(OPTIM) $(OTHERFLAGS) $(OPTION) -DVERSION=\"$(VERSION)\" -DFCRONTABS=\"$(FCRONTABS)\" -DETC=\"$(ETC)\"
 OBJSD = fcron.o subs.o database.o job.o log.o conf.o
 OBJS= fcrontab.o fileconf.o subs.o log.o allow.c