pike.git
/
src
/
modules
/
Image
/
Makefile
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/Makefile:1:
-
# $Id: Makefile,v 1.
12
1998
/
05
/
21
11
:
55
:
25
grubba
Exp $
+
# $Id: Makefile,v 1.
13
1999
/
01
/
24
01
:
14
:
18
mirar
Exp $
DOCFILES = doc-header \ image.c \ ../_Image_JPEG/acconfig.h \ ../_Image_JPEG/image_jpeg.c \ ../_Image_XFace/acconfig.h \ ../_Image_XFace/image_xface.c \ acconfig.h \ blit.c \ blit_layer_include.h \
pike.git/src/modules/Image/Makefile:23:
font.c \ image.h \ matrix.c \ operator.c \ orient.c \ pattern.c \ pnm.c \ polyfill.c \ togif.c \ x.c \
+
colors.c \
doc-footer WMMLDOCPLACE = ../../../tutorial/Image.wmml pike=pike default: echo "This makefile only builds documentation. Please run configure." echo "To build HTML documentation, type 'make doc'." echo "To build WMML documentation, type 'make wmml'."