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.
28
1999/10/
03
23
:
47
:
40
hubbe Exp $
+
# $Id: Makefile.in,v 1.
29
1999/10/
04
06
:
16
:
37
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@
-
# GCC dumps core on image
.
c @ OSF1
-
# This kluge should work around that.
-
image.o
:
$(SRCDIR)/image
.c
-
$(CC) $(CFLAGS) -c $(SRCDIR)/image
.
c -
o
image.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c $(SRCDIR)/image.c -o image.o
+
.
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@