/[oroborus]/oroborus/Makefile.cvs
ViewVC logotype

Diff of /oroborus/Makefile.cvs

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

revision 1.1 by dreamind, Mon Jul 1 01:12:05 2002 UTC revision 1.2 by dreamind, Wed Jul 31 11:05:30 2002 UTC
# Line 4  clean: Line 4  clean:
4          rm configure          rm configure
5          rm aclocal.m4          rm aclocal.m4
6          rm src/stamp-h.in          rm src/stamp-h.in
7    
8  all:  all:
9          aclocal          aclocal
10          autoconf          autoconf
11          autoheader          autoheader
12          automake          automake
13    
14    generate-tags:
15            find -iname '*.c' -print0 -o -iname '*.h' -print0 | xargs -0 ctags -f functions
16            find -iname '*.c' -print0 -o -iname '*.h' -print0 | xargs -0 ctags
17    
18    remove-tags:
19            find -iname 'tags' -print0 -o -iname 'functions' -print0 | xargs -0 rm

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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