Lines Matching +full:software +full:- +full:configurable
5 ## Copyright (c) 1997 by Internet Software Consortium.
7 ## Permission to use, copy, modify, and distribute this software for any
11 ## THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
12 ## ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
13 ## OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
18 ## SOFTWARE.
35 # the configurable stuff in this makefile consists of compilation
36 # options (use -O, cron runs forever) and destination directories.
44 # put 'bitstring.h' in a non-standard place (i.e., not intuited by
46 # directory for cc. INCLUDE should be `-Isomethingorother'.
50 #################################### begin configurable stuff
57 INCLUDE = -I.
62 #CDEBUG = -O
63 CDEBUG = -g
65 LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING)
67 CC = gcc -Wall -Wno-unused -Wno-comment
71 #DEFS = -D_BSD_SIGNALS -Dconst=
72 #<<the name of the BSD-like install program>>
77 #################################### end configurable stuff
99 |grep -v "constant argument to NOT" 2>&1
101 |grep -v "constant argument to NOT" 2>&1
104 $(CC) $(LDFLAGS) -o cron $(CRON_OBJ) $(LIBS)
107 $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
110 $(INSTALL) -c -m 111 -o root -s cron $(DESTSBIN)/
111 $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
116 clean :; rm -f *.o cron crontab a.out core tags *~ #*
121 makekit -m -s99k $(SHAR_SOURCE)