blob: f98fab6f713d56c1abd14475f28f922d743c2d1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
XCOMM $XConsortium: Imakefile,v 1.2 94/04/13 18:04:53 rws Exp $
#include <Library.tmpl>
SRCS = compress_lzw.c lzwio.c
OBJS = compress_lzw.o lzwio.o
INCLUDES = -I$(INCLUDESRC) -I$(EXTINCSRC) -I$(SERVERSRC)/include -I../../../include/extensions
SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))
DependTarget()
|