Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88110 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line  Link Here
0
-- lam-7.1.1/romio/mpi-io/Makefile.in.orig     2005-05-15 23:12:33.317533904 +0200
0
++ lam-7.1.1/romio/mpi-io/Makefile.in  2005-05-15 23:15:25.733322720 +0200
Lines 1-6 Link Here
1
CC          = @CC@
1
CC          = @CC@
2
AR          = @AR@
2
AR          = @AR@
3
LIBNAME     = @LIBNAME@
3
LIBNAME     = @LIBNAME@
4
PICFLAGS    = -fPIC -DPIC
5
SOFLAGS     = -shared
6
SONAME      = $(basename @LIBNAME@).so
4
RANLIB      = @RANLIB@
7
RANLIB      = @RANLIB@
5
srcdir      = @srcdir@
8
srcdir      = @srcdir@
Lines 55-64 Link Here
55
all: $(LIBNAME)
58
all: $(LIBNAME)
59
dir:
60
       mkdir -p shared/
61
56
.SUFFIXES: $(SUFFIXES) .p
62
.SUFFIXES: $(SUFFIXES) .p
57
.c.o:
63
.c.o:
58
       $(CC) $(CFLAGS) -c $<
64
       $(CC) $(CFLAGS) -c $<
65
       $(CC) $(CFLAGS) $(PICFLAGS) -c -o shared/$@ $<
59
.c.p:
66
.c.p:
60
       @cp $(srcdir)/$*.c _$*.c
67
       @cp $(srcdir)/$*.c _$*.c
Lines 69-76 Link Here
69
       $(AR) $(LIBNAME) $(MPIO_REAL_POBJECTS)
76
       $(AR) $(LIBNAME) $(MPIO_REAL_POBJECTS)
70
       @rm -f _*.o
77
       @rm -f _*.o
71
$(LIBNAME): $(MPIO_OBJECTS)
78
$(LIBNAME): dir $(MPIO_OBJECTS)
72
       $(AR) $(LIBNAME) $(MPIO_OBJECTS)
79
       $(AR) $(LIBNAME) $(MPIO_OBJECTS)
80
       $(CC) $(SOFLAGS) -o $(SONAME) $(addprefix shared/, $(MPIO_OBJECTS))
73
clean:
81
clean:
74
       @rm -f *.o
82
       @rm -f *.o
83
       @rm -f shared/*.o
(-)lam-7.1.1/romio/util/romioinstall.in.orig (+1 lines)
Lines 128-133 Link Here
128
# Library files
128
# Library files
129
dir="$libdir"
129
dir="$libdir"
130
append "$ROMIO_TOP_BUILDDIR/lib/liblammpio.a:$dir/liblammpio.a"
130
append "$ROMIO_TOP_BUILDDIR/lib/liblammpio.a:$dir/liblammpio.a"
131
append "$ROMIO_TOP_BUILDDIR/lib/liblammpio.so:$dir/liblammpio.so"
131
132
132
# Man pages
133
# Man pages
133
dir="$mandir/man3"
134
dir="$mandir/man3"

Return to bug 88110