pike.git
/
src
/
modules
/
Image
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/Makefile.in:1:
-
# $Id: Makefile.in,v 1.
29
1999/10/
04
06
:
16
:
37
hubbe Exp $
+
# $Id: Makefile.in,v 1.
30
1999/10/
05
05
:
32
:
40
hubbe Exp $
SRCDIR=@srcdir@ VPATH=@srcdir@:@srcdir@/../..:../.. OBJS = image_module.o \ image.o font.o matrix.o blit.o pattern.o dct.o \ operator.o colortable.o polyfill.o \ orient.o colors.o search.o layers.o default_font.o \ poly.o MODNAME=image MODULE_SUBDIRS=encodings MODULE_ARCHIVES=encodings/encodings.a
pike.git/src/modules/Image/Makefile.in:13:
REAL_TESTSUITE=module_testsuite.in CONFIG_HEADERS=@CONFIG_HEADERS@ @SET_MAKE@ @dynamic_module_makefile@
-
.SUFFIXES: .c .o
-
-
# GCC dumps core on some files @ OSF1
-
# This kluge should work around that...
-
.c.o:
-
$(CC) $(CFLAGS) -c $< -o $@ || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c $< -o $@
-
+
pike: all cd ../..; $(MAKE) "AR=$(AR)" pure: all cd ../..; $(MAKE) "AR=$(AR)" pure @dependencies@