1995-02-25 17:18:23 +00:00
|
|
|
*** examples/generic/makefile.ORIG Thu Jan 12 23:13:41 1995
|
|
|
|
--- examples/generic/makefile Sat Feb 25 15:30:02 1995
|
|
|
|
***************
|
|
|
|
*** 17,23 ****
|
|
|
|
PRECISION= SINGLE
|
|
|
|
DORELIB= -ldore
|
|
|
|
|
|
|
|
! INCDIR=/usr/include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
|
|
|
OFILES= render.o run.o
|
|
|
|
|
|
|
|
--- 17,23 ----
|
|
|
|
PRECISION= SINGLE
|
|
|
|
DORELIB= -ldore
|
|
|
|
|
|
|
|
! INCDIR=../../include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
|
|
|
OFILES= render.o run.o
|
|
|
|
|
|
|
|
*** examples/util/makefile.ORIG Thu Jan 12 23:13:44 1995
|
|
|
|
--- examples/util/makefile Sat Feb 25 15:33:09 1995
|
|
|
|
***************
|
|
|
|
*** 19,25 ****
|
|
|
|
OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
|
|
|
|
prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
|
|
|
|
|
|
|
|
! INCDIR=/usr/include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
|
|
|
|
|
|
|
all: libdore_util.a
|
|
|
|
--- 19,25 ----
|
|
|
|
OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
|
|
|
|
prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
|
|
|
|
|
|
|
|
! INCDIR=../../include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
|
|
|
|
|
|
|
all: libdore_util.a
|
1995-03-19 14:36:06 +00:00
|
|
|
*** examples/programs/simple/makefile.orig Thu Jan 12 23:13:55 1995
|
|
|
|
--- examples/programs/simple/makefile Sun Mar 19 14:05:29 1995
|
1995-02-25 17:18:23 +00:00
|
|
|
***************
|
1995-03-19 14:36:06 +00:00
|
|
|
*** 15,25 ****
|
1995-02-25 17:18:23 +00:00
|
|
|
# EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
PRECISION= SINGLE
|
|
|
|
! DORELIB = -ldore
|
|
|
|
|
|
|
|
! INCDIR=/usr/include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
1995-03-19 14:36:06 +00:00
|
|
|
! LIBS= $(DORELIB) -lX11 -lm
|
1995-02-25 17:18:23 +00:00
|
|
|
|
1995-03-19 14:36:06 +00:00
|
|
|
all: render
|
|
|
|
|
|
|
|
--- 15,25 ----
|
1995-02-25 17:18:23 +00:00
|
|
|
# EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
PRECISION= SINGLE
|
|
|
|
! DORELIB = -L../../../lib/i386 -ldore
|
|
|
|
|
|
|
|
! INCDIR=../../../include
|
|
|
|
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
1995-03-29 19:18:28 +00:00
|
|
|
! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm
|
1995-03-19 14:36:06 +00:00
|
|
|
|
|
|
|
all: render
|
1995-02-25 17:18:23 +00:00
|
|
|
|