Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
db9692d0
Commit
db9692d0
authored
Jan 05, 2003
by
Christoph Frick
Committed by
Alexandre Julliard
Jan 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Creation of a tags file with the ctags tool.
parent
07f12693
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.in
Makefile.in
+4
-1
No files found.
Makefile.in
View file @
db9692d0
...
...
@@ -146,6 +146,9 @@ crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
TAGS etags
:
etags
`
find
$(TOPSRCDIR)
-name
'*.[ch]'
-a
-not
-name
'*.spec.c'
-a
-not
-name
'*.glue.c'
-a
-not
-name
'*.dbg.c'
-print
`
tags ctags
:
ctags
--c-types
=
+px
`
find
$(TOPSRCDIR)
-name
'*.[ch]'
-a
-not
-name
'*.spec.c'
-a
-not
-name
'*.glue.c'
-a
-not
-name
'*.dbg.c'
-print
`
manpages
:
$(MKINSTALLDIRS)
$(TOPOBJDIR)
/documentation/man3w
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
man
)
;
done
...
...
@@ -158,7 +161,7 @@ clean::
$(RM)
wine
distclean
:
clean
$(RM)
config.
*
configure.lineno TAGS Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h
$(RM)
config.
*
configure.lineno TAGS
tags
Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h
$(RM)
-r
autom4te.cache
$(RM)
`
find
.
\(
-name
Makefile
-o
-size
0
\)
-print
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment