#ifndef $(libName)_H #define $(libName)_H #include "stdio.h" extern void print_hello (); #endif