From: Matan Ziv-Av (matan@svgalib.org)
Date: Fri 30 Mar 2001 - 21:27:41 IST
On Fri, 30 Mar 2001, James Kennedy wrote:
> Now that I have a program running using the svgalib, I am starting
> to look at the Makefile for various reasons.
>
> Does it really have to be so big?
>
> Did the Makefile grow like topsy and has become quite different from
> what it would look like if started from scratch?
Do you mean the Makefile for svgalib itself, or for a program using
svgalib?
For svgalib, I think that if the build system is to be changed,
autoconf/automake/libtool is the best choice.
For programs using svgalib, you don't need more than
program: program.c
gcc -o $@ $< -lvga
--
Matan Ziv-Av. matan@svgalib.org
------------------------------------------------------------------
Unsubscribe: To: listbot@svgalib.org
Body: unsubscribe linux-svgalib
This archive was generated by hypermail 2.1.4 : Wed 21 Jan 2004 - 22:10:23 IST