Lines Matching +full:comp +full:- +full:config
36 # options (use -O, cron runs forever) and destination directories.
43 # available from me or from the comp.sources.unix archive. if you
44 # put 'bitstring.h' in a non-standard place (i.e., not intuited by
46 # directory for cc. INCLUDE should be `-Isomethingorother'.
48 # there's more configuration info in config.h; edit that first!
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>>
84 HEADERS = bitstring.h cron.h config.h pathnames.h externs.h
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)
123 $(CRON_OBJ) : cron.h config.h externs.h pathnames.h Makefile
124 $(CRONTAB_OBJ) : cron.h config.h externs.h pathnames.h Makefile