From 855974bd9dd642604b5c61110a896744b3270a8e Mon Sep 17 00:00:00 2001 From: toddb Date: Mon, 14 Sep 1987 17:48:06 +0000 Subject: Initial revision --- xc/lib/oldX/Imakefile | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 xc/lib/oldX/Imakefile (limited to 'xc/lib/oldX') diff --git a/xc/lib/oldX/Imakefile b/xc/lib/oldX/Imakefile new file mode 100644 index 000000000..487416dcf --- /dev/null +++ b/xc/lib/oldX/Imakefile @@ -0,0 +1,51 @@ + INCLUDES = -I$(TOP) -I$(INCLUDESRC) -I$(XLIBSRC) + DEFINES = -DUNIXCONN + INSTALLFLAGS = -m 0644 + SRCS = *.c + HEADERS = X10.h + +OBJS =\ + XDraw.o \ + XCrAssoc.o \ + XDelAssoc.o \ + XDestAssoc.o \ + XLookAssoc.o \ + XMakeAssoc.o + +#if DebugOldLibX && ProfileOldLibX +DebuggedAndProfiledLibraryObjectRule() +#else +# if DebugOldLibX +DebuggedLibraryObjectRule() +# else +# if ProfileOldLibX +ProfiledLibraryObjectRule() +# else +NormalLibraryObjectRule() +# endif +# endif +#endif + +NormalLibraryTarget(oldX,$(OBJS)) +LintLibraryTarget(oldX,*.c) +InstallLibrary(oldX,$(USRLIBDIR)) +InstallLintLibrary(oldX,$(USRLIBDIR)) +InstallMultiple($(HEADERS),$(INCDIR)) + + +#if ProfileOldLibX +ProfiledLibraryTarget(oldX,$(V10LIST)) +InstallLibrary(oldX_p,$(USRLIBDIR)) +#endif + +#if DebugOldLibX +DebuggedLibraryTarget(oldX,$(V10LIST)) +#endif + +DependTarget() + +# structure alignment errors can safely be ignored. +# complaints about qevent can be ignored too. + +lint: + $(LINT) -hubz ${INCLUDES} *.c > lint.log -- cgit v1.2.3