+Sat Sep 5 02:21:08 1998 Jeffrey A Law (law@cygnus.com)
+
+ * Makefile.in: Tweak to avoid building runtime. It's built
+ elsewhere now.
+
Thu Sep 3 15:32:03 1998 Dave Brolley <brolley@cygnus.com>
* typeck.c (layout_chill_range_type): set TYPE_SIZE_UNIT.
\f
# Now figure out from those variables how to compile and link.
-all.indirect: Makefile compiler
+all.indirect: Makefile ../chill ../cc1chill
# IN_GCC tells obstack.h that we are using gcc's <stddef.h> file.
INTERNAL_CFLAGS = $(CROSS) -DIN_GCC
OBJS = `cat ../stamp-objlist`
OBJDEPS = ../stamp-objlist
-compiler: ../chill ../cc1chill
- cd runtime; $(MAKE) $(FLAGS_TO_PASS) CC="$(CC)" all
-
../cc1chill: $(P) $(CHILL_OBJS) $(OBJDEPS) $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(CHILL_OBJS) \
$(OBJS) $(C_OBJS) $(LIBS)
#
check: ../cc1chill utils/printf
cd ..; $(MAKE) $(FLAGS_TO_PASS) xgcc gcov cpp cc1 ld
- cd runtime; make libchill.a
$(srcdir)/regression.sh -d -p
clean-tests:
rm -f *.o
clean: mostlyclean
- cd runtime; $(MAKE) clean
\f
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd ..; $(SHELL) config.status
-native: config.status ../cc1chill ../chill # runtime/libchill.a
+native: config.status ../cc1chill ../chill
\f
# Compiling object files from source files.