git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'github/pr/13'
[users/jgh/exim.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index ec573b5d64a48255ac274e0e85b9e7436543199b..b913aec8a87938cee06ff7c9b69e23aa0965d214 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-2,7
+2,7
@@
# appropriate links, and then creating and running the main makefile in that
# directory.
# appropriate links, and then creating and running the main makefile in that
# directory.
-# Copyright (c) University of Cambridge, 1995 - 20
07
+# Copyright (c) University of Cambridge, 1995 - 20
14
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
@@
-85,6
+85,16
@@
clean_exim:; cd build-$(buildname); \
$(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \
routers/*.o routers/*.a transports/*.o transports/*.a lookups/*.so
$(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \
routers/*.o routers/*.a transports/*.o transports/*.a lookups/*.so
-distclean:; $(RM_COMMAND) -rf build-*
+distclean:; $(RM_COMMAND) -rf build-* cscope*
+
+cscope.files: FRC
+ echo "-q" > $@
+ echo "-p3" >> $@
+ find src Local OS -name "*.[cshyl]" -print \
+ -o -name "os.h*" -print \
+ -o -name "*akefile*" -print \
+ -o -name EDITME -print >> $@
+
+FRC:
# End of top-level makefile
# End of top-level makefile