Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IS_PLOP_DEFINED = $(shell echo -e "\#ifndef PLOP\n\#error PLAP\n\#endif" | gcc -x c -c - )
- ifneq ("$(IS_PLOP_DEFINED)","")
- $(info PLOP is not defined)
- else
- $(info PLOP is defined)
- endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement