Skip to content

Instantly share code, notes, and snippets.

@cmoore
Created October 7, 2017 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoore/6ed663c0eb4c85ba01b9572fc17c695e to your computer and use it in GitHub Desktop.
Save cmoore/6ed663c0eb4c85ba01b9572fc17c695e to your computer and use it in GitHub Desktop.
grovel.lisp
(in-package :efl)
#+ (or freebsd darwin)
(progn
(include "time.h")
(include "sys/time.h"))
(cc-flags #+freebsd "-I/usr/local/include -I/usr/local/include/elementary-1 -I/usr/local/include/efl-1 -I/usr/local/include/eina-1/eina -I/usr/local/include/eina-1 -I/usr/local/include/eet-1 -I/usr/local/include/emile-1 -I/usr/local/include/evas-1 -I/usr/local/include/eo-1 -I/usr/local/include/ecore-1 -I/usr/local/include/ecore-evas-1 -I/usr/local/include/ecore-con-1 -I/usr/local/include/ecore-file-1 -I/usr/local/include/ecore-imf-1 -I/usr/local/include/ecore-input-1 -I/usr/local/include/ecore-x-1 -I/usr/local/include/edje-1 -I/usr/local/include/eldbus-1 -I/usr/local/include/efreet-1 -I/usr/local/include/ethumb-1 -I/usr/local/include/ethumb-client-1")
(include "Elementary.h")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment