Patches from pkgsrc-WIP
[oweals/cde.git] / cde / programs / dtlogin / bls / Imakefile
1 XCOMM $XConsortium: Imakefile /main/3 1995/10/27 16:19:32 rswiston $
2    INSTALLFLAGS = $(INSTINCFLAGS)
3        LINTLIBS = 
4
5   DEFINES = -DTAC3
6
7 SRCS = get_level.c validate.c debug.c
8
9 OBJS = get_level.o validate.o debug.o
10
11
12 all::
13
14 NormalLibraryObjectRule()
15
16 NormalLibraryTarget(bls,$(OBJS))
17
18 LintLibraryTarget(bls,$(SRCS))
19
20
21 DependTarget()
22
23 NormalLintTarget($(SRCS))