62 lines
805 B
Text
62 lines
805 B
Text
head 2.1;
|
|
access;
|
|
symbols
|
|
V4_1_1_1:2.1
|
|
Rel_2_1:2.1;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
2.1
|
|
date 2000.05.29.13.08.51; author cibrario; state Rel;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@@
|
|
|
|
|
|
2.1
|
|
log
|
|
@*** empty log message ***
|
|
@
|
|
text
|
|
@# .+
|
|
#
|
|
# .identifier : $Id$
|
|
# .context : CHF, Condition Handling Facility
|
|
# .title : $RCSfile$, Makefile
|
|
# .kind : Makefile
|
|
# .author : Ivan Cibrario B.
|
|
# .site : CSTV-CNR
|
|
# .creation : 22-May-2000
|
|
# .keywords : *
|
|
# .description :
|
|
# Makefile for CHF library subdirectories
|
|
# .notes :
|
|
# $Log$
|
|
#
|
|
# .-
|
|
|
|
#
|
|
# Include common definitions
|
|
#
|
|
include ../Makefile_def
|
|
|
|
#
|
|
# Targets
|
|
#
|
|
all: $(LIB)
|
|
|
|
$(LIB): $(OBJ)
|
|
$(AR) $(ARFLAGS) $@@ $?
|
|
|
|
test: $(TBIN)
|
|
@@for b in $(TBIN) ; do \
|
|
./$$b ; \
|
|
done
|
|
|
|
depend: $(SRC)
|
|
@@makedepend $(HPATH) $(SRC)
|
|
@
|