X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/3c6b3682c70be84db86e70c191016913a9836c31..HEAD:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 6aa57d1..0e16ce5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,3 +1,5 @@ +# vim:set ts=8 sw=8 sts=8 noet: +# # darkstat 3 # copyright (c) 2001-2014 Emil Mikulic. # @@ -21,9 +23,6 @@ sbindir = @sbindir@ datarootdir = @datarootdir@ mandir = @mandir@ -# Optimizations FIXME: dead code. push into autoconf? -#CPPFLAGS += -D__OPTIMIZE__ - SRCS = \ acct.c \ addr.c \ @@ -78,9 +77,6 @@ depend: config.status $(STATICHS) ./config.status rm -f Makefile.in.old -show-dep: - @echo $(CPP) $(CPPFLAGS) -MM $(SRCS) - graphjs.h: static/graph.js $(AM_V_CIFY) $(AM_V_at)./c-ify graph_js $@ @@ -100,7 +96,7 @@ install: darkstat $(INSTALL) -d $(DESTDIR)$(mandir)/man8 $(INSTALL) -m 444 darkstat.8 $(DESTDIR)$(mandir)/man8 -.PHONY: all install clean depend show-dep +.PHONY: all install clean depend # silent-rules AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ @@ -132,9 +128,9 @@ darkstat.o: darkstat.c acct.h cap.h cdefs.h config.h conv.h daylog.h \ graph_db.h db.h dns.h err.h hosts_db.h addr.h http.h localip.h ncache.h \ now.h pidfile.h str.h daylog.o: daylog.c cdefs.h err.h daylog.h graph_db.h str.h now.h -db.o: db.c cdefs.h err.h hosts_db.h addr.h graph_db.h db.h +db.o: db.c err.h cdefs.h hosts_db.h addr.h graph_db.h db.h decode.o: decode.c cdefs.h decode.h addr.h err.h opt.h -dns.o: dns.c cdefs.h conv.h decode.h addr.h dns.h err.h hosts_db.h \ +dns.o: dns.c cdefs.h cap.h conv.h decode.h addr.h dns.h err.h hosts_db.h \ queue.h str.h tree.h bsd.h config.h err.o: err.c cdefs.h err.h opt.h pidfile.h bsd.h config.h graph_db.o: graph_db.c cap.h conv.h db.h acct.h err.h cdefs.h str.h \