Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> proc.mk or demo_proc.mk?

proc.mk or demo_proc.mk?

From: Eric Gorely <eric.gorely_at_mci.com>
Date: Wed, 10 Nov 1999 23:16:26 GMT
Message-ID: <e1nW3.5542$dz1.465891@pm02news>


Hi all,

I hope I am posting in the correct newsgroup...please advise if I should be in .misc or elsewhere.
We are switching from Informix to Oracle and I am learning about the makefiles and how Oracle uses them. From what I understand, there are 'sample' makefiles that should be used. I have seen a lot of mention of proc.mk on deja.com, but I don't have this makefile on my system...we have demo_proc.mk, but I'm not sure this is what I am supposed to be using. It does have the following lines in it:
build: $(OBJS)

$(CC) -o $(EXE) $(OBJS) -L$(LIBHOME) $(PROLDLIBS)
build_static: $(OBJS)

$(CC) -o $(EXE) $(OBJS) -L$(LIBHOME) $(STATICPROLDLIBS)
$(SAMPLES) $(OBJECT_SAMPLES):
$(MAKE) -f $(MAKEFILE) OBJS=$@.o EXE=$@ build

Is this the correct makefile for me?

OS: DEC UNIX 4.0D
Pro*C/C++: Release 8.1.5.0.0 (Oracle 8.1.5)

TIA for your help! Received on Wed Nov 10 1999 - 17:16:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US