help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to do conditional include


From: Peng Yu
Subject: How to do conditional include
Date: Tue, 22 Jul 2008 20:35:17 -0500

Hi,

I want to include a file only once use the technique that is commonly
used in any C++ include files, such as

#ifndef FILENAME_H
#define FILENAME_H

#endif

Could you let me know how to do the similar thing in gnu make?

Thanks,
Peng




reply via email to

[Prev in Thread] Current Thread [Next in Thread]