/[gnats]/gnats/send-pr/Makefile.in
ViewVC logotype

Diff of /gnats/send-pr/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by pdm, Thu Sep 6 18:58:19 2001 UTC revision 1.11 by pdm, Mon Dec 10 22:01:16 2001 UTC
# Line 20  Line 20 
20  # Start of system configuration section.  # Start of system configuration section.
21    
22  srcdir = @srcdir@  srcdir = @srcdir@
23    sysconfdir = @sysconfdir@
24  VPATH = @srcdir@  VPATH = @srcdir@
25    
26  # The username for the gnats user.  # The username for the gnats user.
# Line 65  LDFLAGS = -g Line 66  LDFLAGS = -g
66    
67  ECHON = @ECHON@  ECHON = @ECHON@
68    
 EMACS = `if [ -f ./../emacs19/Makefile ] ; then \  
                 echo "EMACSLOADPATH=\`cd $(srcdir)/../emacs19/lisp ; pwd\` ; \  
                       export EMACSLOADPATH ; \  
                       ./../emacs19/src/emacs" ; \  
         else  \  
                 echo emacs ; \  
         fi`  
   
69  prefix = @prefix@  prefix = @prefix@
70    
71  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
# Line 107  DISTFILES= COPYING ChangeLog Makefile.in Line 100  DISTFILES= COPYING ChangeLog Makefile.in
100  install-sid.sh send-pr-el.in send-pr.man send-pr.texi fields.texi \  install-sid.sh send-pr-el.in send-pr.man send-pr.texi fields.texi \
101  states.texi s-usage.texi categ.texi send-pr.sh  states.texi s-usage.texi categ.texi send-pr.sh
102    
103  # Gordon took out send-pr.elc, instead installing send-pr.el.  all: send-pr install-sid send-pr.1 version.texi
 # all: send-pr install-sid send-pr.elc send-pr.1  
 all: send-pr install-sid send-pr.el send-pr.1 version.texi  
104  all-gnats: all  all-gnats: all
105  all-tools: all  all-tools: all
106    
# Line 135  install-sid: install-sid.sh Makefile Line 126  install-sid: install-sid.sh Makefile
126          mv $@-t $@          mv $@-t $@
127          chmod 755 $@          chmod 755 $@
128    
 send-pr.el: send-pr-el.in Makefile  
         sed -e 's,xVERSIONx,$(VERSION),' \  
             -e 's,xDATADIRx,$(datadir),' \  
             -e 's,xDEFAULT_SUBMITTERx,$(SUBMITTER),' \  
             -e 's,xDEFAULT_RELEASEx,$(DEFAULT_RELEASE),' \  
                 $(srcdir)/send-pr-el.in \  
             > $@-t  
         mv $@-t $@  
   
 send-pr.elc: send-pr.el  
         -PWD=`pwd` eval $(EMACS) -batch -q -f batch-byte-compile send-pr.el  
   
129  install: $(SEND_PR_INSTALL)  install: $(SEND_PR_INSTALL)
130  install-arch-dep: $(SEND_PR_INSTALL_ARCH_DEP)  install-arch-dep: $(SEND_PR_INSTALL_ARCH_DEP)
131    
# Line 159  install-gnats-arch-dep: install-norm-arc Line 138  install-gnats-arch-dep: install-norm-arc
138  install-norm: install-norm-arch-indep install-norm-arch-dep  install-norm: install-norm-arch-indep install-norm-arch-dep
139    
140  install-norm-arch-indep:  install-norm-arch-indep:
         $(INSTALL_DATA) send-pr.el $(lispdir)/send-pr.el  
         if [ -f send-pr.elc ]; then \  
           $(INSTALL_DATA) send-pr.elc $(lispdir)/send-pr.elc; \  
         else true; fi  
141    
142  install-norm-arch-dep:  install-norm-arch-dep:
143          $(INSTALL_SCRIPT) send-pr $(bindir)/send-pr          $(INSTALL_SCRIPT) send-pr $(bindir)/send-pr
# Line 173  uninstall: Line 148  uninstall:
148          -rm -f $(bindir)/send-pr $(bindir)/install-sid          -rm -f $(bindir)/send-pr $(bindir)/install-sid
149          -rmdir $(datadir)/gnats          -rmdir $(datadir)/gnats
150          -rm -f $(man1dir)/send-pr.1          -rm -f $(man1dir)/send-pr.1
         -rm -f $(lispdir)/send-pr.el $(lispdir)/send-pr.elc  
151    
152  TAGS:  TAGS:
153    
# Line 207  stamp-gnats: Makefile Line 181  stamp-gnats: Makefile
181  # Clean things up.  # Clean things up.
182    
183  clean: mostlyclean  clean: mostlyclean
184          -rm -f send-pr install-sid send-pr.1 send-pr.el send-pr.elc stamp-gnats          -rm -f send-pr install-sid send-pr.1 stamp-gnats
185          -rm -f *.dvi          -rm -f *.dvi
186    
187  mostlyclean:  mostlyclean:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26