VirtualBox

source: vbox/trunk/src/libs/zlib-1.2.1/Makefile.kmk@ 7692

Last change on this file since 7692 was 6786, checked in by vboxsync, 17 years ago

as zlib and png are in OSE, the Makefiles cannot be confidential

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 861 bytes
Line 
1# $Id: Makefile.kmk 6786 2008-02-04 16:23:15Z vboxsync $
2## @file
3# Makefile for zlib
4#
5
6#
7# Copyright (C) 2006-2008 innotek GmbH
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18LIBRARIES = VBox-zlib
19
20VBox-zlib_TEMPLATE = VBOXR3
21VBox-zlib_DEFS = verbose=-1
22VBox-zlib_SOURCES = \
23 adler32.c \
24 compress.c \
25 crc32.c \
26 gzio.c \
27 uncompr.c \
28 deflate.c \
29 trees.c \
30 zutil.c \
31 inflate.c \
32 infback.c \
33 inftrees.c \
34 inffast.c
35
36DEPTH = ../../..
37include $(PATH_KBUILD)/rules.kmk
38
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette