6 top_srcdir = @top_srcdir@
9 FLAGS = -batch -q -no-site-file -l $(srcdir)/dgnushack.el
11 INSTALL_DATA = @INSTALL_DATA@
14 PACKAGEDIR = @PACKAGEDIR@
17 rm -f *.elc auto-autoloads.el custom-load.el
18 srcdir=$(srcdir) $(EMACS) $(FLAGS) -f dgnushack-compile
22 srcdir=$(srcdir) $(EMACS) $(FLAGS) --eval '(dgnushack-compile t)' 2>&1 | egrep -v "variable G|inhibit-point-motion-hooks|coding-system|temp-results|variable gnus|variable nn|scroll-in-place|deactivate-mark|filladapt-mode|byte-code-function-p|print-quoted|ps-right-header|ps-left-header|article-inhibit|print-escape|ssl-program-arguments|message-log-max"
24 # The "clever" rule is unsafe, since redefined macros are loaded from
25 # .elc files, and not the .el file.
27 srcdir=$(srcdir) $(EMACS) $(FLAGS) -f dgnushack-compile
31 $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
33 if test "$$p" != "dgnuspath.el"; then \
34 echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
35 $(INSTALL_DATA) $$p $(lispdir)/$$p; \
36 if test -f $$p"c"; then \
37 echo " $(INSTALL_DATA) $$p""c"" $(lispdir)/$$p""c"; \
38 $(INSTALL_DATA) $$p"c" $(lispdir)/$$p"c"; \
44 srcdir=$(srcdir) $(EMACS) $(FLAGS) -f dgnushack-make-package
46 install-package: clever
48 srcdir=$(srcdir) $(EMACS) $(FLAGS) -f dgnushack-make-package \
49 -f dgnushack-install-package $(PACKAGEDIR)
55 rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $$i; done
58 xpot -drgnus -r`cat ./version` *.el > rgnus.pot
61 echo ";;; gnus-load.el --- automatically extracted custom dependencies" > gnus-load.el
62 echo ";;" >> gnus-load.el
63 echo ";;; Code:" >> gnus-load.el
65 $(EMACS) $(FLAGS) -l ./dgnushack.el -l cus-edit.el *.el \
66 -f custom-make-dependencies >> gnus-load.el
68 echo "(provide 'gnus-load)" >> gnus-load.el
70 echo ";;; gnus-load.el ends here" >> gnus-load.el
73 rm -f *.orig *.rej *.elc *~
74 rm -f auto-autoloads.el custom-load.el
77 rm -f Makefile dgnuspath.el
79 Makefile: $(srcdir)/Makefile.in ../config.status
81 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
83 # Tell versions [3.59,3.63) of GNU make to not export all variables.
84 # Otherwise a system limit (for SysV at least) may be exceeded.