Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
23
cde/programs/dtlogin/bls/Imakefile
Normal file
23
cde/programs/dtlogin/bls/Imakefile
Normal file
@@ -0,0 +1,23 @@
|
||||
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))
|
||||
Reference in New Issue
Block a user