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.
8
1998/
03
/
28
14
:
49
:
20
grubba
Exp $
+
# $Id: Makefile,v 1.
9
1998/
04
/
16
00
:
38
:
52
mirar
Exp $
DOCFILES = doc-header \
-
blit
.c
blit
_
layer
_
include
.h
colortable.c
colortable.h
dct
.c
font
.
c
\
-
image.c
image
.h
matrix.c
operator
.c
pattern
.
c
pnm
.c \
-
polyfill
.
c
togif
.
c
x
.c encodings/gif.c encodings/gif_lzw.c \
-
encodings/gif_lzw.h encodings/
pnm
.c
..
/
_Image_JPEG/image_jpeg
.c \
+
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
\
+
colortable
.c \
+
colortable
.
h
\
+
colortable_lookup
.
h
\
+
dct
.c
\
+
encodings/gif.c
\
+
encodings/gif_lzw.c \
+
encodings/gif_lzw.h
\
+
encodings/
png
.c
\
+
encodings
/
pnm
.c \
encodings/x.c \
-
+
encodings/xwd.c \
+
font.c \
+
image.h \
+
matrix.c \
+
myorient.c \
+
operator.c \
+
orient.c \
+
pattern.c \
+
pnm.c \
+
polyfill.c \
+
togif.c \
+
x.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'." doc: $(DOCFILES) mkdoc.pike Makefile $(pike) mkdoc.pike $(DOCFILES) $(WMMLDOCPLACE): $(DOCFILES) mkwmml.pike Makefile $(pike) mkwmml.pike --nonverbose $(DOCFILES) >$(WMMLDOCPLACE) wmml: $(WMMLDOCPLACE)