automake
[Top][All Lists]
Advanced

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

need to install (but not build or distribute) something to the bin direc


From: Ed Hartnett
Subject: need to install (but not build or distribute) something to the bin directory...
Date: Wed, 02 Aug 2006 19:30:47 -0600
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Howdy all!

I have just managed to get my library to build with mingw and produce
windows DLLs. Yipee!

Part of the process called for me to add a flag to the LD_FLAGS which
causes gcc to produce an extra output file, called libnetcdf.def.

This extra file is not a binary, but I want to install it in the same
directory as the binaries. (Because that's where the DLL is getting
installed, and I want the .def file to be installed with it.)

Since the .def file is a byproduct of my linking, there is no command
to build it, and it is not in the distribution.

So how do I tell automake that there is a file I would like installed,
but not specially built nor included in the distribution?

I'm sure there is something very easy I am missing here...

Thanks!

Ed
-- 
Ed Hartnett  -- address@hidden





reply via email to

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