Added -LIB where needed

This commit is contained in:
ceriel 1993-10-07 10:56:25 +00:00
parent df61cc8c4b
commit 861f4afc0c
5 changed files with 6 additions and 6 deletions

View file

@ -9,10 +9,10 @@ SRC_DIR = $(SRC_HOME)/lang/cem/libcc.ansi
.SUFFIXES: .o .e .c .m .s .so
.c.o .c.m .c.s .c.so:
$(MACH) $(MACHFL) -ansi -c $<
$(MACH) $(MACHFL) -LIB -ansi -c $<
.e.o .e.m .e.s .e.so:
$(MACH) $(MACHFL) -c $<
$(MACH) $(MACHFL) -c -LIB $<
fake:
all: copy head tail

View file

@ -13,7 +13,7 @@ end_o.a:
RANLIB="$(RANLIB)" ; export RANLIB ; \
MACH="$(MACH)" ; export MACH ; \
SUF="$(SUF)" ; export SUF ; \
MACHFL="$(MACHFL)" ; export MACHFL ; \
MACHFL="$(MACHFL) -LIB" ; export MACHFL ; \
LIB=`head -1 $(SRC_DIR)/LIST` ; export LIB ; \
if [ $(SUF) = o -o $(SUF) = m ] ; then march $(SRC_DIR) end_o.a $(SRC_HOME)/mach/proto/libg/compmodule ; else cp $(SRC_DIR)/$$LIB end_o.a ; fi

View file

@ -9,7 +9,7 @@ SRC_DIR = $(SRC_HOME)/lang/fortran/lib
.SUFFIXES: .o .e .c .m .s .so
.c.o .c.m .c.s .c.so .e.o .e.m .e.s .e.so:
$(MACH) $(MACHFL) -DSkip_f2c_Undefs -ansi -DNON_UNIX_STDIO -wo -c $<
$(MACH) $(MACHFL) -LIB -DSkip_f2c_Undefs -ansi -DNON_UNIX_STDIO -wo -c $<
fake:
all: copy tail

View file

@ -13,7 +13,7 @@ libmon: $(SRC_DIR)/libmon_s.a
RANLIB="$(RANLIB)" ; export RANLIB ; \
MACH="$(MACH)" ; export MACH ; \
SUF="$(SUF)" ; export SUF ; \
MACHFL="$(MACHFL)" ; export MACHFL ; \
MACHFL="$(MACHFL) -LIB" ; export MACHFL ; \
if [ $(SUF) = o ] ; then march $(SRC_DIR) libmon $(SRC_HOME)/mach/proto/libg/compmodule ; else cp $(SRC_DIR)/libmon_s.a libmon ; fi
head: $(SRC_DIR)/head_em.s

View file

@ -13,7 +13,7 @@ libmon: $(SRC_DIR)/libmon_s.a
RANLIB="$(RANLIB)" ; export RANLIB ; \
MACH="$(MACH)" ; export MACH ; \
SUF="$(SUF)" ; export SUF ; \
MACHFL="$(MACHFL) -I$(SRC_DIR) -I$(TARGET_HOME)/h" ; export MACHFL ; \
MACHFL="$(MACHFL) -LIB -I$(SRC_DIR) -I$(TARGET_HOME)/h" ; export MACHFL ; \
if [ $(SUF) = o ] ; then march $(SRC_DIR) libmon $(SRC_HOME)/mach/proto/libg/compmodule ; else cp $(SRC_DIR)/libmon_s.a libmon ; fi
head: $(SRC_DIR)/head_em.s