head     1.6;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.6
date     92.06.24.12.56.49;  author reti;  state Exp;
branches ;
next     1.5;

1.5
date     92.06.24.12.12.24;  author thoth;  state Exp;
branches ;
next     1.4;

1.4
date     92.06.17.15.24.23;  author thoth;  state Exp;
branches ;
next     1.3;

1.3
date     92.06.10.11.55.42;  author thoth;  state Exp;
branches ;
next     1.2;

1.2
date     92.06.10.11.39.23;  author thoth;  state Exp;
branches ;
next     1.1;

1.1
date     92.06.08.22.35.45;  author thoth;  state Exp;
branches ;
next     ;


desc
@a GNUmakefile
@


1.6
log
@added target for t
@
text
@TARGET_ARCH=
TOP=../..

LOBJS = Coord.o
HEADERS = Coord.h

SIMPLETESTS = test001 test002 test006 test007
TESTS =  t test003 test004 ${SIMPLETESTS}

include /cis/vision/src/iac++/src/gnumake.templ

#all:  ${TESTS}

#${TESTS}: ${WORKLIB}

clean::
	rm -f ${TESTS}

Coord.o : Coord.h ${INCDIR}/ia.h


test003 test004:	test%:	test%.o gork.o lib
	${LINK.cc} -o $@@ $@@.o gork.o ${LDLIBS}

t: t.o
	${LINK.cc} -o $@@ t.o ${LDLIBS}

## g++ -MM
test001.o : test001.cc Coord.h 
test002.o : test002.cc Coord.h 
test003.o : test003.cc Coord.h gork.h 
test004.o : test004.cc Coord.h gork.h 
test006.o : test006.cc Coord.h 
@


1.5
log
@new gnumake.templ convention
@
text
@d8 1
a8 1
TESTS =  test003 test004 ${SIMPLETESTS}
d24 3
@


1.4
log
@added test007 target.
@
text
@d10 1
a10 1
include ${TOP}/src/gnumake.templ
@


1.3
log
@updated some more, to reflect new conventions.
@
text
@d7 1
a7 1
SIMPLETESTS = test001 test002 test006
@


1.2
log
@updated with test targets
@
text
@d12 1
a12 1
all:  ${TESTS}
d14 1
a14 1
${TESTS}: ${WORKLIB}
@


1.1
log
@Initial revision
@
text
@d7 3
a11 1
TESTS =  test6
d19 1
a19 1
Coord.o test6.o: Coord.h ${INCDIR}/ia.h
a20 2
test6:	test6.o lib
	${LINK.cc} -o $@@ test6.o ${LDLIBS}
d22 9
@
