awips2/ldm/src/misc/Makefile
root 7dbd17a5aa Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 9bb8decbcf [formerly 8e80217e59] [formerly 377dcd10b9 [formerly 3360eb6c5f]]
Former-commit-id: 377dcd10b9
Former-commit-id: e2ecdcfe33
2012-01-06 08:55:05 -06:00

72 lines
1.1 KiB
Makefile

# $Id: Makefile,v 1.1.18.4 2005/06/24 21:05:18 steve Exp $
#
# Development Makefile for ldm library misc routines
#
include ../macros.make
INCLUDES = -I../config -I../ulog
LIBRARY = ../libldm.a
LINT_LIBRARY = misc
HEADERS = \
ldmalloc.h \
alrm.h \
error.h \
fdnb.h \
fsStats.h \
inetutil.h \
mkdirs_open.h \
paths.h \
pattern.h \
RegularExpressions.h \
rpcutil.h \
setenv.h \
statsMath.h
LIB_CSRCS = \
error.c \
fdnb.c \
fsStats.c \
inetutil.c \
mkdirs_open.c \
pattern.c \
RegularExpressions.c \
rpcutil.c \
setenv.c \
statsMath.c \
StringBuf.c
TAG_SRCS = ../ulog/*.c ../ulog/*.h
PACKING_LIST = \
depends \
Makefile \
ldmalloc.h \
alrm.h \
depends \
error.c \
error.h \
fdnb.c \
fdnb.h \
fsStats.c \
fsStats.h \
inetutil.c \
inetutil.h \
mkdirs_open.c \
mkdirs_open.h \
paths.h \
pattern.h \
pattern.c \
RegularExpressions.c \
RegularExpressions.h \
rpcutil.c \
rpcutil.h \
setenv.c \
setenv.h \
statsMath.c \
statsMath.h \
StringBuf.c \
StringBuf.h
all: archived_files
lint: llib-l$(LINT_LIBRARY).ln
include ../rules.make
include depends