This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: *.o not in src_dir


>> I have a simple (I hope so) problem. What I want to do is
>> to compile my project for/on  different operating-systems.
>> I want to have only one src-directory and several
>> subdirectories like '$(srcdir)/bin-i686-linux' or 
>> '$(srcdir)/bin-sun-solaris-2.7', etc...
>
>Very simple.
>
>     $ cd $(srcdir)
>     $ mkdir bin-i686-linux; cd bin-i686-linux
>     $ ../configure --prefix=...


Hi Hari,

thank you for your quick response. 
Unfortunately that's not exactly what I wanted.
The OS and the architecture should be determined automatically.
So it should be possible for the users of our package not to
generate a special OS-directory by themself. 

Best regards,
Carsten



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]