Mark Aubin (aubin++at++mustang.engr.sgi.com)
Thu, 13 May 1999 07:49:30 -0700 (PDT)
make OBJECT_STYLE=32
make OBJECT_STYLE=N32
make OBJECT_STYLE=64
--Mark Aubin
---------------------------------------------------
#!smake
include $(ROOT)/usr/include/make/commondefs
CFILES = \
aux.c \
font.c \
image.c \
shapes.c \
teapot.c \
vect3d.c \
xform.c \
$(NULL)
LCOPTS = -I../libtk
TARGETS = libaux.a
default all! targets
CTPREF=ct
include $(COMMONRULES)
targets: $(TARGETS)
libaux.a: $(OBJECTS)
$(AR) cr $++at++ $?
---------------------------------------------------
On May 13, 9:02pm, Li Yonglin wrote:
> Subject: libaux makefile
> Hi, performer,
> Can Somebody send me a copy of the makefile of libaux.a so that I
> can make it as a N32 version. My makefile at hand can only make the libaux.a
> a O32 version.
> Thanks in advance.
>
> Bye
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>-- End of excerpt from Li Yonglin
This archive was generated by hypermail 2.0b2 on Thu May 13 1999 - 07:49:36 PDT