head	1.3;
access;
symbols
	ansi-20040405-merged:1.1.1.1.6.1
	premerge-autoconf:1.2
	ansi-20040316-freeze:1.1.1.1
	postmerge-20040315-windows:1.2
	premerge-20040315-windows:1.2
	windows-20040315-freeze:1.1.1.1.8.1
	autoconf-20031203:1.2
	autoconf-20031202:1.2
	phong-branch:1.1.1.1.0.12
	photonmap-branch:1.1.1.1.0.10
	rel-6-1-DP:1.1.1.1
	windows-branch:1.1.1.1.0.8
	rel-6-0-2:1.1.1.1
	ansi-branch:1.1.1.1.0.6
	rel-6-0-1-branch:1.1.1.1.0.4
	hartley-6-0-post:1.1.1.1
	hartley-6-0-pre:1.1.1.1
	rel-6-0-1:1.1.1.1
	rel-6-0:1.1.1.1
	rel-5-4:1.1.1.1
	offsite-5-3-pre:1.1.1.1
	rel-5-3:1.1.1.1
	rel-5-2:1.1.1.1
	rel-5-1-branch:1.1.1.1.0.2
	rel-5-1:1.1.1.1
	rel-5-0:1.1.1.1
	rel-5-0-beta:1.1.1.1
	AUTOCONF:1.2.0.2
	libpng_1_0_2:1.1.1.1
	libpng:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2004.03.18.18.25.15;	author erikg;	state dead;
branches;
next	1.2;

1.2
date	2003.09.27.01.24.18;	author morrison;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.06.24.20.00.14;	author jra;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.06.24.20.00.14;	author jra;	state Exp;
branches
	1.1.1.1.6.1
	1.1.1.1.8.1;
next	;

1.1.1.1.6.1
date	2004.03.17.21.18.34;	author morrison;	state Exp;
branches;
next	;

1.1.1.1.8.1
date	2004.03.11.23.43.19;	author morrison;	state Exp;
branches;
next	;

1.2.2.1
date	2004.03.18.18.10.29;	author erikg;	state dead;
branches;
next	;


desc
@@


1.3
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *		libpng/Cakefile
 */

#define SRCDIR	libpng
#define PRODUCTS	libpng.ARCH_SUF
#define SRCSUFF	.c
#define MANSECTION	3

#include "../Cakefile.defs"

#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libz.sp3 -lz
#endif

#define FILES png pngset pngget pngrutil pngtrans pngwutil \
	pngread pngrio pngwio pngwrite pngrtran \
	pngwtran pngmem pngerror pngpread

#define VERSION_VARIABLE	png_version
#define LIBRARY_TITLE		"PNG Reference Library"

#include "../Cakefile.lib"

#include "../Cakefile.rules"

@


1.2
log
@Added a RESOLVE_LIBRARIES section to support linking fully resolved libraries (which are preferred library styles on aix and macosx); this section presently only supports AIX
@
text
@@


1.2.2.1
log
@merge from head
@
text
@@


1.1
log
@Initial revision
@
text
@d12 4
@


1.1.1.1
log
@libpng 1.0.2
@
text
@@


1.1.1.1.6.1
log
@sync branch with HEAD
@
text
@a11 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libz.sp3 -lz
#endif

@


1.1.1.1.8.1
log
@sync to HEAD...
@
text
@a11 4
#if defined(RESOLVE_LIBRARIES)
#	define EXTRA_OBJ_NO_DEPENDENCY -lc -lm -brtl -L../.libz.sp3 -lz
#endif

@

