diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-09-04 09:02:56 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-09-04 09:02:56 +0000 |
commit | b214732b457cefb62d0bc5409cc62dd929e848ed (patch) | |
tree | 11773b9f7f19c5f22826dc72b51ddf42a601bb84 | |
parent | Fixed distfile makefile (diff) | |
download | misc-b214732b457cefb62d0bc5409cc62dd929e848ed.tar.gz misc-b214732b457cefb62d0bc5409cc62dd929e848ed.tar.bz2 misc-b214732b457cefb62d0bc5409cc62dd929e848ed.zip |
Added comment plugin
svn path=/local/; revision=337
-rw-r--r-- | z-distfiles/scripts-gw/semantic.cache | 13 | ||||
-rw-r--r-- | z-distfiles/semantic.cache | 14 |
2 files changed, 27 insertions, 0 deletions
diff --git a/z-distfiles/scripts-gw/semantic.cache b/z-distfiles/scripts-gw/semantic.cache new file mode 100644 index 0000000..f843f7d --- /dev/null +++ b/z-distfiles/scripts-gw/semantic.cache @@ -0,0 +1,13 @@ +;; Object semantic.cache +;; SEMANTICDB Tags save file +(semanticdb-project-database "semantic.cache" + :file "semantic.cache" + :tables (list + (semanticdb-table "Makefile" + :file "Makefile" + :pointmax 481 + :major-mode 'makefile-mode + :tokens '(("DESTDIR" variable nil (nil) nil nil nil [1 10]) ("SBINSCRIPTS" variable nil (("SVN-dump") ("SVN-monthly") ("birthDay") ("check-SUID") ("tripUpdate") ("SVN-daily") ("check-ALLWRITE") ("dailyRoutine") ("mysql-dump-all")) nil nil nil [11 130]) ("BINSCRIPTS" variable nil (("emerge-single") ("svm-replicate") ("svm-expanded") ("svm-start")) nil nil nil [130 194]) ("all" function nil (nil) nil nil nil [195 235]) ("install" function nil (("$(SBINSCRIPTS)") ("$(BINSCRIPTS)")) nil nil nil [235 481])) + ) + ) + ) diff --git a/z-distfiles/semantic.cache b/z-distfiles/semantic.cache new file mode 100644 index 0000000..bb604b4 --- /dev/null +++ b/z-distfiles/semantic.cache @@ -0,0 +1,14 @@ +;; Object semantic.cache +;; SEMANTICDB Tags save file +(semanticdb-project-database "semantic.cache" + :file "semantic.cache" + :tables (list + (semanticdb-table "Makefile" + :file "Makefile" + :pointmax 360 + :major-mode 'makefile-mode + :tokens '(("DOWNLOAD_DIR" variable nil (("/var/www/www.gunnarwrobel.de/htdocs/downloads/")) nil nil nil [1 61]) ("VERSION" variable nil (("1.2")) nil nil nil [61 73]) ("TAR" variable nil (("tar") ("cvfj")) nil nil nil [74 88]) ("TAREX" variable nil (("--exclude=\"CVS\"") ("--exclude=\".svn\"") ("--exclude=*~")) nil nil nil [88 140]) ("DEREF" variable nil (("--dereference")) nil nil nil [140 160]) ("scripts-gw" function nil (nil) nil nil nil [161 360])) + :unmatched-syntax '((shell-command 292 . 359)) + ) + ) + ) |