comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Linking IDL with FORTRAN routines under UNIX -- Makefile
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Linking IDL with FORTRAN routines under UNIX -- Makefile [message #179] Tue, 24 September 1991 12:51
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
This is the Makefile for the sample FORTRAN program on a Sun workstation

# Compile and link the sharable object, external.so

CC=cc -pic -fsingle -c
FF=f77 -fast -pic -c
OBJS= \
interpol_c.o interpol.o

external.so: $(OBJS)
ld -o external.so -assert pure-text $(OBJS)

interpol_c.o: interpol_c.c
$(CC) interpol_c.c

interpol.o: interpol.f
$(FF) interpol.f
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Linking IDL with FORTRAN routines under UNIX
Next Topic: Re: Linking IDL with FORTRAN routines under UNIX: interpol_c.c

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 00:50:56 PDT 2025

Total time taken to generate the page: 1.75914 seconds