Last change
on this file since 6542 was 6393, 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:
493 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 6393 2008-01-20 00:23:20Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Makefile for libpng.
|
---|
4 | #
|
---|
5 |
|
---|
6 |
|
---|
7 | # Copyright (C) 2006-2007 innotek GmbH
|
---|
8 | #
|
---|
9 | # innotek GmbH confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | LIBRARIES = VBox-libpng
|
---|
14 |
|
---|
15 | VBox-libpng_TEMPLATE = VBOXR3
|
---|
16 | VBox-libpng_INCS = ../zlib-1.2.1
|
---|
17 | VBox-libpng_SOURCES = \
|
---|
18 | png.c \
|
---|
19 | pngset.c \
|
---|
20 | pngget.c \
|
---|
21 | pngrutil.c \
|
---|
22 | pngtrans.c \
|
---|
23 | pngwutil.c \
|
---|
24 | pngread.c \
|
---|
25 | pngrio.c \
|
---|
26 | pngwio.c \
|
---|
27 | pngwrite.c \
|
---|
28 | pngrtran.c \
|
---|
29 | pngwtran.c \
|
---|
30 | pngmem.c \
|
---|
31 | pngerror.c \
|
---|
32 | pngpread.c
|
---|
33 |
|
---|
34 | DEPTH = ../../..
|
---|
35 | include $(PATH_KBUILD)/rules.kmk
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.