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:
920 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 6786 2008-02-04 16:23:15Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Makefile for libpng.
|
---|
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 |
|
---|
18 | LIBRARIES = VBox-libpng
|
---|
19 |
|
---|
20 | VBox-libpng_TEMPLATE = VBOXR3
|
---|
21 | VBox-libpng_INCS = ../zlib-1.2.1
|
---|
22 | VBox-libpng_SOURCES = \
|
---|
23 | png.c \
|
---|
24 | pngset.c \
|
---|
25 | pngget.c \
|
---|
26 | pngrutil.c \
|
---|
27 | pngtrans.c \
|
---|
28 | pngwutil.c \
|
---|
29 | pngread.c \
|
---|
30 | pngrio.c \
|
---|
31 | pngwio.c \
|
---|
32 | pngwrite.c \
|
---|
33 | pngrtran.c \
|
---|
34 | pngwtran.c \
|
---|
35 | pngmem.c \
|
---|
36 | pngerror.c \
|
---|
37 | pngpread.c
|
---|
38 |
|
---|
39 | DEPTH = ../../..
|
---|
40 | include $(PATH_KBUILD)/rules.kmk
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.