24 lines
365 B
Plaintext
24 lines
365 B
Plaintext
XCOMM $XConsortium: Imakefile /main/3 1995/10/27 16:19:32 rswiston $
|
|
INSTALLFLAGS = $(INSTINCFLAGS)
|
|
LINTLIBS =
|
|
|
|
DEFINES = -DTAC3
|
|
|
|
SRCS = get_level.c validate.c debug.c
|
|
|
|
OBJS = get_level.o validate.o debug.o
|
|
|
|
|
|
all::
|
|
|
|
NormalLibraryObjectRule()
|
|
|
|
NormalLibraryTarget(bls,$(OBJS))
|
|
|
|
LintLibraryTarget(bls,$(SRCS))
|
|
|
|
|
|
DependTarget()
|
|
|
|
NormalLintTarget($(SRCS))
|