Former-commit-id:133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]] Former-commit-id:06a8b51d6d
Former-commit-id:9bb8decbcf
[formerly8e80217e59
] [formerly377dcd10b9
[formerly3360eb6c5f
]] Former-commit-id:377dcd10b9
Former-commit-id:e2ecdcfe33
72 lines
1.1 KiB
Makefile
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
|