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

Diff of /global/gctags/Makefile.am

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

revision 1.13 by shigio, Wed Oct 6 04:27:05 2004 UTC revision 1.14 by h-iwamoto, Sat Oct 9 04:14:33 2004 UTC
# Line 12  Line 12 
12  #  #
13  bin_PROGRAMS= gctags  bin_PROGRAMS= gctags
14    
15  noinst_HEADERS = gctags.h c_res.h cpp_res.h java_res.h php_res.h asm_res.h  noinst_HEADERS = gctags.h c_res.h cpp_res.h java_res.h php_res.h asm_res.h \
16                    asm_parse.h
17    
18  gctags_SOURCES = gctags.c C.c Cpp.c assembler.c java.c php.c  gctags_SOURCES = gctags.c C.c Cpp.c asm_parse.c asm_scan.c java.c php.c
19    
20  INCLUDES = @INCLUDES@  INCLUDES = @INCLUDES@
21    
# Line 29  EXTRA_DIST = $(man_MANS) const.h manual. Line 30  EXTRA_DIST = $(man_MANS) const.h manual.
30                  cpp_res.in cpp_res.gpf \                  cpp_res.in cpp_res.gpf \
31                  java_res.in java_res.gpf \                  java_res.in java_res.gpf \
32                  php_res.in php_res.gpf php.l \                  php_res.in php_res.gpf php.l \
33                  asm_res.in asm_res.gpf                  asm_res.in asm_res.gpf asm_parse.y asm_scan.l

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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