From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C19EDA4.2030601@domain.hid> Date: Thu, 17 Jun 2010 11:40:52 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] application make file List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Everett Wang Cc: xenomai@xenomai.org Everett Wang wrote: > Hi All, > > Now my application based user space xenomai has a few files and I want > to construct a Makefile to compile them. I looked at the > Makefiles in examples folder. It is not straight forward to modify one > for myself. I have c files and header files. It is possible to get > a makefile with minor changes so it can automatically find the > dependence of c and h files? You can do this quite easily with GNU make. However, you are probably better off using the autotools. -- Gilles.