Deleted Added
full compact
Makefile (115013) Makefile (117392)
1# Makefile for IPF unwind express library, libuwx.
2#
3# To build a cross-unwind library (i.e., one hosted on a
4# non-IPF, non-HP-UX system), omit the "self" callbacks
5# and the dependency on libuca by setting SELFOBJS and
6# SELFLIBS to empty strings.
7
8AR = ar
9RANLIB = :
10
1# Makefile for IPF unwind express library, libuwx.
2#
3# To build a cross-unwind library (i.e., one hosted on a
4# non-IPF, non-HP-UX system), omit the "self" callbacks
5# and the dependency on libuca by setting SELFOBJS and
6# SELFLIBS to empty strings.
7
8AR = ar
9RANLIB = :
10
11# OTHERCFLAGS = -DDISABLE_TRACE # Disables trace output
11# OTHERCFLAGS = -DUWX_TRACE_ENABLE # Enables trace output
12# OTHERCFLAGS = +DD64 # Builds 64-bit library
13OTHERCFLAGS =
14
15CFLAGS = +W944 -O $(OTHERCFLAGS)
16
17OBJS = uwx_bstream.o uwx_context.o uwx_env.o uwx_scoreboard.o \
18 uwx_step.o uwx_str.o uwx_swap.o uwx_trace.o uwx_uinfo.o \
19 uwx_utable.o

--- 45 unchanged lines hidden ---
12# OTHERCFLAGS = +DD64 # Builds 64-bit library
13OTHERCFLAGS =
14
15CFLAGS = +W944 -O $(OTHERCFLAGS)
16
17OBJS = uwx_bstream.o uwx_context.o uwx_env.o uwx_scoreboard.o \
18 uwx_step.o uwx_str.o uwx_swap.o uwx_trace.o uwx_uinfo.o \
19 uwx_utable.o

--- 45 unchanged lines hidden ---