# Make file for compress
#
# Written by: Douglas C. MacKenzie
#
# Copyright 1996-2003.  All Rights Reserved.                      
# Mobile Intelligence Corporation                                
# Livonia, Michigan, USA                                           
#                                                              
#********************************************************************

# $Id: makefile,v 1.1.1.1 2008/07/14 16:44:16 endo Exp $

# ---------------------------------------------------

# Get system wide defaults
include $(SUPPORT_DIR)/make.include
include ../../make.local

# ---------------------------------------------------

CC_SRCS = adler32.cc crc32.cc inflate.cc uncompr.cc zcompress.cc \
   deflate.cc inffast.cc inftrees.cc trees.cc zutil.cc

# ---------------------------------------------------

INCLUDES = -I. 

../$(ARCHIVE): $(OBJS)
	$(AR) $(ARFLAGS) $@ $^
	
all: ../$(ARCHIVE)

LLIBS = -L../../$(ADIR) -l$(ALIB)

doc: 

# Get general, invariant targets
include $(SUPPORT_DIR)/make.targets

#######################################################################
# $Log: makefile,v $
# Revision 1.1.1.1  2008/07/14 16:44:16  endo
# MAST Project (based on MissionLab-MINOS-20071018.tar.gz)
#
# Revision 1.1.1.1  2006/07/20 17:17:46  endo
# MINOS Project (based on MissionLab-7.0.20060712.tar.gz)
#
# Revision 1.1.1.1  2006/07/12 13:37:55  endo
# MissionLab 7.0
#
# Revision 1.1  2006/07/01 00:30:30  endo
# CMDLi from MARS 2020 migrated into AO-FNC repository.
#
# Revision 1.1.1.1  2006/06/29 20:42:07  endo
# cmdli local repository.
#
# Revision 1.12  2004/06/22 20:58:06  doug
# working on getting matcon to build
#
# Revision 1.11  2004/06/16 21:08:01  doug
# builds
#
# Revision 1.10  2004/04/06 15:51:05  doug
# working on test_reader.exe on win32
#
# Revision 1.9  2004/04/06 15:04:25  doug
# the functions are still C for linux
#
# Revision 1.8  2004/04/06 14:05:02  doug
# snap
#
# Revision 1.7  2004/04/05 22:19:20  doug
# multicasting works on linux.  Trying to build test_reader.exe on win32
#
# Revision 1.6  2004/04/05 21:04:00  doug
# working on win32
#
# Revision 1.5  2004/03/26 17:02:53  doug
# switched to using make.target
#
# Revision 1.4  2004/03/26 16:57:14  doug
# switched to using make.target
#
# Revision 1.3  2004/03/25 20:32:34  doug
# fix depend flags
#
# Revision 1.2  2004/03/24 15:11:52  doug
# builds under win32
#
# Revision 1.1  2004/03/23 22:07:22  doug
# moving to win32 local
#
#######################################################################



###########################################################################
# dependencies generated by makedepend

# DO NOT DELETE

