[H-GEN] next makefile issue

Mick mickhowe at bigpond.net.au
Wed Dec 8 20:04:25 EST 2004


In my quest to repair & update the broken make files for a package I now need 
to build some shared libraries but can't recognise the right part of the 
autoconf, automake docs.

the existing rule reads:
------------------
<snip>
all: photos

photos:
	gcc --shared  -g -O3  gyach-photos.c -I. -I.. -I../.. ${MY_INCLUDES}  -o 
gyach-photos.so
	strip -s gyach-photos.so
-----------------------

the WRONG makefile.am rule I am working on currently reads:
_________________________
bin_PROGRAMS = photos

photos_SOURCES = \
	gyach-photos.c
------------------------------------
I believe I need to change 'bin_PROGRAMS' but can't see what it should be.

I hope this is enough information

/]/]ik 





More information about the General mailing list