head	1.5;
access;
symbols
	Release-0-58:1.1
	broken-signals-0-57:1.1.0.2
	Release-0-56-last:1.1
	Release-0-57:1.1;
locks; strict;
comment	@# @;


1.5
date	98.11.25.11.31.20;	author saw;	state dead;
branches;
next	1.4;

1.4
date	98.11.24.14.08.46;	author agalat;	state Exp;
branches;
next	1.3;

1.3
date	98.11.24.12.26.47;	author agalat;	state Exp;
branches;
next	1.2;

1.2
date	98.11.23.16.29.45;	author saw;	state Exp;
branches;
next	1.1;

1.1
date	97.01.29.03.37.02;	author morgan;	state Exp;
branches;
next	;


desc
@update for release
@


1.5
log
@The files were moved.
@
text
@#
# $Id: Makefile,v 1.4 1998/11/24 14:08:46 agalat Exp $
#

SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)

dummy:
	@@echo "*** This is not a top level Makefile!"

all: libsimpleapps.a

%.o: %.c
	$(CC) -c -L. -o $(@@) $(CFLAGS) $(<)

libsimpleapps.a: $(OBJS)
	ar rcs $(@@) $(^)

install:

remove:

clean:
	rm -f core *.a *.so *.o *~

extraclean: clean

.EXPORT_ALL_VARIABLES:

.PHONY: dummy all install remove clean extraclean
@


1.4
log
@Missing include files added.
ssCVS: Committing in lib
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1998/11/24 12:26:47 agalat Exp $
@


1.3
log
@-Constants declared.
-h-files included
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/11/23 16:29:45 saw Exp $
d17 1
a17 1
	$(CC) -o $(@@) $(^)
@


1.2
log
@Major making process reorganization.  A simple configure script
was written.  Makefiles were greatly simplified.  The common
make code was moved to Application.make include file.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1997/01/29 03:37:02 morgan Exp $
d14 1
a14 1
	$(CC) -c -o $(@@) $(CFLAGS) $(<)
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1996/12/01 02:32:53 morgan Exp morgan $
d5 3
d11 4
a14 2
all:
	@@echo "nothing to do in this directory"
d16 2
a17 1
install: all
d19 3
a21 1
remove: all
a26 1
	rm -f *.out
d28 3
@
