No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / hpc / stand / libz / libz.config
blob15784f9b67f1a157b22df85b8d02894f3ffb663e
1 #!/bin/sh
2 # $NetBSD: libz.config,v 1.7 2006/01/17 03:32:10 uwe Exp $
4 # config file/script to generate project file (.dsp/.vcp) for libz
6 TYPE=static_library
8 NAME='libz'
9 SRCFILE_LIST='
10 ../../../../../common/dist/zlib/adler32.c
11 ../../../../../common/dist/zlib/crc32.c
12 ../../../../../common/dist/zlib/inffast.c
13 ../../../../../common/dist/zlib/inflate.c
14 ../../../../../common/dist/zlib/inftrees.c
15 ../../../../../common/dist/zlib/uncompr.c
16 zalloc.c
18 CPPDEF_LIST='
19 _STANDALONE
20 __STDC__
21 __COMPILER_INT64__=__int64
22 __COMPILER_UINT64__="unsigned#__int64"
24 INCDIR_LIST='
26 ../../../../../common/dist/zlib
27 ../include
28 ../../../..
30 LIBDEP_LIST=''
31 LIBRARY_LIST=''