Re: libaux makefile

New Message Reply Date view Thread view Subject view Author view

Mark Aubin (aubin++at++mustang.engr.sgi.com)
Thu, 13 May 1999 07:49:30 -0700 (PDT)


Here is the one I use, which includes the commondefs and commonrules.
These will determine what object style gets compiled. To specify
a style other than the default, "make clobber", then one of these:

        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


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Thu May 13 1999 - 07:49:36 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.