/[global]/global/htags/Makefile.am
ViewVC logotype

Diff of /global/htags/Makefile.am

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

revision 1.17 by h-iwamoto, Sun Sep 26 06:24:55 2004 UTC revision 1.18 by shigio, Fri Oct 29 07:07:06 2004 UTC
# Line 12  Line 12 
12  #  #
13  bin_PROGRAMS= htags  bin_PROGRAMS= htags
14    
 if DJGPP  
 bin_SCRIPTS = htags.pl htags.bat  
 else  
 bin_SCRIPTS = htags.pl  
 endif  
   
15  htags_SOURCES = htags.c defineindex.c dupindex.c fileindex.c src2html.c \  htags_SOURCES = htags.c defineindex.c dupindex.c fileindex.c src2html.c \
16                  anchor.c cache.c common.c incop.c assoc.c path2url.c \                  anchor.c cache.c common.c incop.c assoc.c path2url.c \
17                  c.c cpp.c java.c php.c asm.c                  c.c cpp.c java.c php.c asm.c
# Line 31  LDADD = @LDADD@ Line 25  LDADD = @LDADD@
25    
26  htags_DEPENDENCIES = $(LDADD)  htags_DEPENDENCIES = $(LDADD)
27    
 PERL = @PERL@  
   
 body = $(srcdir)/const.pl $(top_srcdir)/gctags/htags_res.pl $(srcdir)/htags.in  
   
 htags.pl: $(body)  
         echo "#! @PERL@" | cat - $(body) | \  
         sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''BINDIR''@,$(bindir),g' >htags.tmp && \  
         chmod +x htags.tmp && mv htags.tmp htags.pl  
   
28  man_MANS = htags.1  man_MANS = htags.1
29    
30  EXTRA_DIST = $(man_MANS) htags.in manual.in const.pl htags.bat \  EXTRA_DIST = $(man_MANS) manual.in \
31                  const.h global.cgi.tmpl.in bless.sh.tmpl \                  const.h global.cgi.tmpl.in bless.sh.tmpl \
32                  c.l cpp.l java.l php.l asm.l                  c.l cpp.l java.l php.l asm.l
33  const.h: manual.in  const.h: manual.in

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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