head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.1
	LIBC_4_5_18:1.1.1.1
	LIBC_4_5_17:1.1.1.1
	LIBC_4_5_16:1.1.1.1
	LIBC_4_5_15:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.02.01.13.52.41;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.02.01.13.52.42;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for crt0.o of Linux
#
#

LD=true
MV=true
override STATIC_SHARED=false
override SHARED=false
override DEBUG=false

TOPDIR=../../../..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

CFLAGS=
DEBUG_CFLAGS=
PROFILE_CFLAGS=
CHECKER_CFLAGS=

ifeq ($CHECKER),true)
lib::: $(CHECKER_DIR)/chkrcrt0.o
endif

ifeq ($(PROFILE),true)
lib:: $(PROFILE_DIR)/gcrt0.o
endif

ifeq ($(STATIC),true)
lib:: $(STATIC_DIR)/crt0.o
endif

lib::
	@@true

realclean clean:
	$(RM) -f core *.s *.o *.a tmp_make foo

depend:
	@@echo No dependency in `pwd`.
@


1.1.1.1
log
@LIBC_4_5_15
@
text
@@
