From: Dave Barach Date: Wed, 3 Oct 2018 20:10:04 +0000 (-0400) Subject: LISP ONLY: maintain the emacs lisp plugin generator X-Git-Tag: v18.10-rc1~36 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3f2e775e45e9c42819cd950a96135e83a00b8bbd;hp=3f2e775e45e9c42819cd950a96135e83a00b8bbd;p=vpp.git LISP ONLY: maintain the emacs lisp plugin generator Add a generator for CMakeLists.txt, remove autotools input generator. Add missing extern declarations for node registrations in .h. Remove extern from the _main_t declaration in .c, so it won't come up undefined at runtime. Reposition forward node declaration relative to CLIB_MARCH_VARIANT conditional, to avoid multiple definition / "_node changed size from X to Y" warnings. Change-Id: I8cc00bca5c40fa3ea00549411a3a9027f97a4826 Signed-off-by: Dave Barach ---