automake
[Top][All Lists]
Advanced

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

Generate objects in right directory


From: Sebastien REYNES
Subject: Generate objects in right directory
Date: Wed, 3 Sep 2008 17:41:29 +0200

Hello,

How to generate objects files in a dedicated directory ? When I launch the 
following Makefile.am in my current directory /home/devbdie/src/module1, the 
files *.o are generated in the same directory.

lib_LIBRARIES = libcomc.a
nodist_libcomc_a_SOURCES = prog1.c prog2.c prog3.c

Where can I specify a different target object directory ? 
(/home/devbdie/obj/module1 for instance)
Have I to set a parameter within the file configure.ac ? How can I do ?

Thank you in advance for your help

Sébastien


reply via email to

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