Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View 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))