head	1.26;
access;
symbols
	OctansJune5:1.26
	Ver3-0:1.25
	Ver2-4:1.24
	Ver2-3-2:1.22
	Ver2-3:1.22
	Ver2-2:1.18
	Ver2-1:1.18
	Ver1-11:1.18
	Ver1-10:1.18
	Ver1-9:1.16
	Ver1-8:1.14
	Ver1-7:1.12
	Ver1-6:1.12
	Ver1-5:1.11
	Ver1-4-1:1.10
	Ver1-4:1.10
	Ver1-3:1.10
	Ver1-2:1.9
	Ver1-1:1.8
	Validate1:1.8
	OdysseyMatch2:1.6;
locks; strict;
comment	@# @;


1.26
date	2001.06.02.22.11.28;	author hthomas;	state Exp;
branches;
next	1.25;

1.25
date	2001.03.24.01.39.01;	author rob;	state Exp;
branches;
next	1.24;

1.24
date	2000.09.13.23.59.53;	author rob;	state Exp;
branches;
next	1.23;

1.23
date	2000.09.13.21.02.57;	author rob;	state Exp;
branches;
next	1.22;

1.22
date	2000.08.20.18.54.12;	author oreilly;	state Exp;
branches;
next	1.21;

1.21
date	2000.08.11.17.43.31;	author oreilly;	state Exp;
branches;
next	1.20;

1.20
date	2000.07.21.19.12.27;	author oreilly;	state Exp;
branches;
next	1.19;

1.19
date	2000.07.17.18.06.37;	author oreilly;	state Exp;
branches;
next	1.18;

1.18
date	2000.04.10.22.49.08;	author oreilly;	state Exp;
branches;
next	1.17;

1.17
date	2000.03.21.21.58.53;	author oreilly;	state Exp;
branches;
next	1.16;

1.16
date	2000.03.20.20.46.41;	author oreilly;	state Exp;
branches;
next	1.15;

1.15
date	2000.03.14.18.38.32;	author oreilly;	state Exp;
branches;
next	1.14;

1.14
date	2000.02.15.19.39.37;	author pean;	state Exp;
branches;
next	1.13;

1.13
date	2000.02.03.23.45.43;	author pean;	state Exp;
branches;
next	1.12;

1.12
date	2000.01.19.06.13.21;	author oreilly;	state Exp;
branches;
next	1.11;

1.11
date	2000.01.18.03.03.55;	author amarsh;	state Exp;
branches;
next	1.10;

1.10
date	2000.01.17.02.58.45;	author oreilly;	state Exp;
branches;
next	1.9;

1.9
date	2000.01.16.19.00.37;	author oreilly;	state Exp;
branches;
next	1.8;

1.8
date	99.12.27.19.51.21;	author oreilly;	state Exp;
branches;
next	1.7;

1.7
date	99.12.27.18.31.47;	author oreilly;	state Exp;
branches;
next	1.6;

1.6
date	99.12.15.20.11.31;	author oreilly;	state Exp;
branches;
next	1.5;

1.5
date	99.12.15.01.30.34;	author oreilly;	state Exp;
branches;
next	1.4;

1.4
date	99.12.15.00.11.43;	author pean;	state Exp;
branches;
next	1.3;

1.3
date	99.12.13.22.10.15;	author pean;	state Exp;
branches;
next	1.2;

1.2
date	99.12.08.17.00.38;	author pean;	state Exp;
branches;
next	1.1;

1.1
date	99.12.07.23.03.05;	author pean;	state Exp;
branches;
next	;


desc
@@


1.26
log
@fixed makedepend rule
@
text
@##########################################################################
# Copyright 1999 MBARI                                             
##########################################################################
# Summary  : Makefile for utils subdirectory
# Filename : Makefile
# Author   : Andrew Pearce
# Project  : 
# Version  : Version 1.0
# Created  : 12/06/99
# Modified : 12/06/99
# Archived :
##########################################################################
# Modification History:
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.25 2001/03/24 01:39:01 rob Exp $
#
##########################################################################

CC	    = cc
CCPP	    = cc
LD	    = cc
AR 	    = wlib
DEPEND_TOOL = makedepend

DEBUG 	    = -g
EXCEPTION_HANDLING = -WC,-xs

## OPTIMIZE = -4 -Os
OPTIMIZE = 

## MAP_OUTPUT = -S -ms -M
MAP_OUTPUT =

AUV_BIN_DIR = ../bin

CFLAGS	    = -c $(DEBUG) $(MAP_OUTPUT) $(OPTIMIZE) -D_QNX -DUNIX  
CPPFLAGS    = -c $(DEBUG) $(MAP_OUTPUT) $(OPTIMIZE) -D_QNX -DUNIX \
	         $(EXCEPTION_HANDLING)

INCLUDES    = -I.  \
	      -I .. \
	      -I../utils \
	      -I../taskIF \
	      -I../framework \
	      -I/usr/include 


LDFLAGS	    = -g
LIBPATH	    = 

LIBS        =   ../utils/utils.lib \
		../taskIF/taskInterfaces.lib 

OBJS 	    =	AngleAttribute.o \
		AngleData.o \
		Attribute.o \
		AttributeParser.o \
		Attributes.o \
		BooleanAttribute.o \
		CharData.o \
		Chebyshev.o \
		DataField.o \
		DataFieldFactory.o \
		DeviceUtils.o \
		DoubleData.o \
		FixedFieldStringMessage.o \
		FloatAttribute.o \
		FloatData.o \
		IntegerAttribute.o \
		IntegerData.o \
		Item.o \
		ItemList.o \
		Math.o \
		NavUtils.o \
		RealTimeClock.o \
		ShortData.o \
		StringAttribute.o \
		StringData.o \
		StringConverter.o \
		StringMessage.o \
		Syslog.o \
		SyslogUtils.o \
		System.o \
		Time.o \
		TimeTag.o \
		parseComplex.tab.o \
		parseComplex.yy.o \
		matherr.o \
		matrixMath.o

OBJS_TD =	td.o \
		Syslog.o \
		System.o 

TARGETS =	utils.lib semtest SyslogTest td 

all:		$(TARGETS)

parseComplex.tab.cc:	parseComplex.y
	yacc -b parseComplex -d -v parseComplex.y
	mv parseComplex.tab.c parseComplex.tab.cc

parseComplex.yy.cc:	parseComplex.l
	lex parseComplex.l
	mv lex.yy.c parseComplex.yy.cc


utils.lib: 	$(OBJS)
		$(AR) utils.lib +- $(OBJS)

stringTest:	stringTest.o $(OBJS)
	$(LD) $(LDFLAGS) stringTest.o $(OBJS) /usr/local/lib/gctpc/geolib.a -o $@@

SyslogTest:	SyslogTest.o Syslog.o

td:		td.o $(LIBS)
	$(LD) $(LDFLAGS) $(OBJS_TD) $(LIBS) -o $@@

install:	$(TARGETS)
		cp -f semtest	$(AUV_BIN_DIR)/. 
		cp -f td	$(AUV_BIN_DIR)/. 
		cp -f copybin	$(AUV_BIN_DIR)/. 
		cp -f copyconfig $(AUV_BIN_DIR)/. 
		cp -f mkSharedData $(AUV_BIN_DIR)/. 
		cp -f mkDriverOutput $(AUV_BIN_DIR)/. 

##########################################################################
# Do not modify anything below this line unless absolutely necessary

.SUFFIXES:
.SUFFIXES:	.o .c .cc .d .idl

%.d: %.c
	    @@echo Generating dependencies for $?
	    @@$(DEPEND_TOOL) $(INCLUDES) $? -f $@@.tmp
	    @@mv $@@.tmp $@@

%.d: %.cc
	    @@echo Generating dependencies for $?
	    @@$(DEPEND_TOOL) $(INCLUDES) $? -f $@@.tmp
	    @@mv $@@.tmp $@@

%.o: %.c 
	    $(CC) $(CFLAGS) $(INCLUDES) $< -o $@@	
	    @@echo
%.o: %.cc
	    $(CCPP) $(CPPFLAGS) $(INCLUDES) $< -o $@@
	    @@echo
DEST	    = .

MAKEFILE    = Makefile

include     $(OBJS:.o=.d)

depend:	

clean:
	rm -f core *.o $(OBJS:.o=.d) *.lib *.yy *.tab.* $(TARGETS)

update:
	cvs update $(CC_SRCS) $MAKEFILE

commit:
	cvs commit $(CC_SRCS) $MAKEFILE

##########################################################################









@


1.25
log
@Added matrix math routines to the library.
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.24 2000/09/13 23:59:53 rob Exp $
d134 2
a135 1
	    @@$(DEPEND_TOOL) $(INCLUDES) $? -f $@@
d139 2
a140 1
	    @@$(DEPEND_TOOL) $(INCLUDES) $? -f $@@ 
@


1.24
log
@Removed unnecessary librarys in LIBS that were passed to the target td.
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.23 2000/09/13 21:02:57 rob Exp $
d87 2
a88 1
		matherr.o
d94 1
a95 2
TARGETS =	utils.lib semtest SyslogTest td

a108 1

@


1.23
log
@Added the target td for td.cc.
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.22 2000/08/20 18:54:12 oreilly Exp $
d51 1
a51 4
		../taskIF/taskInterfaces.lib \
		../DataLog/dataLog.lib \
		../framework/auvFramework.lib

@


1.22
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.21 2000/08/11 17:43:31 oreilly Exp $
d44 1
a44 1
	      -I/usr/include           
d50 4
a53 1
LIBS        = 
d55 1
d92 3
a94 1
TARGETS =	utils.lib semtest SyslogTest
d96 3
d119 4
a122 1
install:
d124 1
a124 1

@


1.21
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.20 2000/07/21 19:12:27 oreilly Exp $
d104 3
a106 1
semtest:   	semtest.o  
@


1.20
log
@Added Chebyshev
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.19 2000/07/17 18:06:37 oreilly Exp $
d64 1
d76 1
@


1.19
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.18 2000/04/10 22:49:08 oreilly Exp $
d59 1
d62 1
@


1.18
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.17 2000/03/21 21:58:53 oreilly Exp $
d74 1
@


1.17
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.16 2000/03/20 20:46:41 oreilly Exp $
d69 1
@


1.16
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.15 2000/03/14 18:38:32 oreilly Exp $
d22 1
a22 1
DEPEND_TOOL = /usr/altex/bin/makedepend
@


1.15
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.14 2000/02/15 19:39:37 pean Exp $
d66 2
d78 2
a79 2
		attributes.yy.o \
		parseAttributes.tab.o \
d86 3
a88 3
parseAttributes.tab.cc:	parseAttributes.y
	yacc -b parseAttributes -d -v parseAttributes.y
	mv parseAttributes.tab.c parseAttributes.tab.cc
d90 3
a92 3
attributes.yy.cc:	attributes.l
	lex attributes.l
	mv lex.yy.c attributes.yy.cc
@


1.14
log
@moved killauv.cc to apps directory from utils
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.13 2000/02/03 23:45:43 pean Exp $
a71 1
		SyslogTest.o \
d80 1
a80 1
TARGETS =	utils.lib semtest
d97 2
@


1.13
log
@Merged conflicts. semtest auvkill added to target
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.12 2000/01/19 06:13:21 oreilly Exp $
d81 1
a81 1
TARGETS =	utils.lib semtest killauv
d97 1
a97 1
semtest:   semtest.o  
a98 3
killauv:   killauv.o Syslog.o
	$(LD) $(LDFLAGS) killauv.o Syslog.o -o killauv

a100 1
		cp -f killauv	$(AUV_BIN_DIR)/. 
@


1.12
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.11 2000/01/18 03:03:55 amarsh Exp $
d42 1
d81 1
a81 1
TARGETS =	utils.lib semtest
d99 3
d104 2
a109 1

@


1.11
log
@Modified makefiles to also delete executables and libraries
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.10 2000/01/17 02:58:45 oreilly Exp $
d77 2
a78 1
		parseAttributes.tab.o 
@


1.10
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.9 2000/01/16 19:00:37 oreilly Exp $
d79 1
d81 1
a81 1
all:		utils.lib semtest
d134 1
a134 1
	rm -f core *.o $(OBJS:.o=.d) *.lib *.yy *.tab.* 
@


1.9
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.8 1999/12/27 19:51:21 oreilly Exp $
d98 2
a99 2
		cp -f copyBin	$(AUV_BIN_DIR)/. 
		cp -f copyConfig $(AUV_BIN_DIR)/. 
@


1.8
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.7 1999/12/27 18:31:47 oreilly Exp $
d98 4
@


1.7
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.6 1999/12/15 20:11:31 oreilly Exp $
d129 1
a129 1
	rm -f core $(OBJS) $(OBJS:.o=.d) *.lib *.yy *.tab.* 
@


1.6
log
@Added AttributeParser
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.5 1999/12/15 01:30:34 oreilly Exp $
d33 2
d80 1
a80 1
all:		utils.lib
d93 6
@


1.5
log
@*** empty log message ***
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.3 1999/12/13 22:10:15 pean Exp $
d52 1
@


1.4
log
@Added lines to make parseAttributes.tab.y and attributes.yy
@
text
@d43 1
d70 1
d73 2
a74 2
		parseAttributes.tab.o \
		attributes.yy.o
a78 3
utils.lib: 	$(OBJS)
		$(AR) utils.lib +- $(OBJS)

d87 4
d95 1
a95 1
.SUFFIXES:	.o .c .cc .d .idl 
@


1.3
log
@Moved files to utils subdirectory
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.2 1999/12/08 17:00:38 pean Exp $
d70 3
a72 1
		TimeTag.o 
d80 8
d92 1
a92 1
.SUFFIXES:	.o .c .cc .d .idl
@


1.2
log
@Added automatic dependency generation to makefile. Minor changes to
place source for each subsystem in a separate directory
@
text
@d14 1
a14 1
# $Header: /usr/local/cvs/auv/altex/onboard/utils/Makefile,v 1.1 1999/12/07 23:03:05 pean Exp $
d38 1
a40 1
	      -I../system \
d48 18
a65 1
OBJS        =	Math.o \
d67 4
a70 1
		SyslogUtils.o 
d72 1
d75 2
a76 2
utils.lib: $(OBJS)
	$(AR) -n utils.lib $(OBJS)
@


1.1
log
@Created utils subdirectory and moved source files here to help manage sources
@
text
@d4 1
a4 1
# Summary  : Makefile for Syslog Class
d14 1
a14 1
# $Header:$
d40 1
d44 1
a44 1
LIBPATH	    = /usr/lib:../lib
d52 1
a52 1
all:		$(OBJS)
d54 3
d73 1
a73 1

d76 1
a76 1

d86 1
a86 1
	rm -f core $(OBJS) $(OBJS:.o=.d) *.yy *.tab.* 
@
