Last change
on this file since 6390 was 6390, checked in by vboxsync, 17 years ago |
export libpng and zlib so Windows and OS/2 builds cleanly.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
435 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 6390 2008-01-20 00:10:51Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Makefile for zlib
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2007 innotek GmbH
|
---|
8 | #
|
---|
9 | # innotek GmbH confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | LIBRARIES = VBox-zlib
|
---|
14 |
|
---|
15 | VBox-zlib_TEMPLATE = VBOXR3
|
---|
16 | VBox-zlib_DEFS = verbose=-1
|
---|
17 | VBox-zlib_SOURCES = \
|
---|
18 | adler32.c \
|
---|
19 | compress.c \
|
---|
20 | crc32.c \
|
---|
21 | gzio.c \
|
---|
22 | uncompr.c \
|
---|
23 | deflate.c \
|
---|
24 | trees.c \
|
---|
25 | zutil.c \
|
---|
26 | inflate.c \
|
---|
27 | infback.c \
|
---|
28 | inftrees.c \
|
---|
29 | inffast.c
|
---|
30 |
|
---|
31 | DEPTH = ../../..
|
---|
32 | include $(PATH_KBUILD)/rules.kmk
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.