This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: *.o not in src_dir
- To: Carsten Menn <menn at fzi dot de>
- Subject: Re: *.o not in src_dir
- From: Raja R Harinath <harinath at cs dot umn dot edu>
- Date: 27 Feb 2001 11:55:48 -0600
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <200102271510.QAA05273@relay.xlink.net>
Hi,
Carsten Menn <menn@fzi.de> writes:
> 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=...
- Hari
--
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash