File:  [Research Unix] / researchv9 / X11 / src / X.V11R1 / lib / oldXrm / Imakefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:22:00 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

       INCLUDES = -I. -I$(TOP) -I$(INCLUDESRC) -I$(XLIBSRC)
        DEFINES = -DUNIXCONN
   INSTALLFLAGS = -m 0644
        HEADERS =

SRCS = \
	Conversion.c \
	ParseCmd.c \
	Quarks.c \
	Xrm.c \
	XrmConvert.c \
	XErrDes.c
OBJS = \
	Conversion.o \
	ParseCmd.o \
	Quarks.o \
	Xrm.o \
	XrmConvert.o \
	XErrDes.o

#if DebugOldLibXrm && ProfileOldLibXrm
DebuggedAndProfiledLibraryObjectRule()
#else
# if DebugOldLibXrm
DebuggedLibraryObjectRule()
# else
#  if ProfileOldLibXrm
ProfiledLibraryObjectRule()
#  else
NormalLibraryObjectRule()
#  endif
# endif
#endif

NormalLibraryTarget(oldXrm,$(OBJS))
LintLibraryTarget(oldXrm,$(SRCS))
InstallLibrary(oldXrm,$(USRLIBDIR))
InstallLintLibrary(oldXrm,$(USRLIBDIR))
/* InstallMultiple($(HEADERS),$(INCDIR)) */

#if ProfileOldLibXrm
ProfiledLibraryTarget(oldXrm,$(OBJS))
InstallLibrary(oldXrm_p,$(USRLIBDIR))
#endif

#if DebugOldLibXrm
DebuggedLibraryTarget(oldXrm,$(OBJS))
#endif

DependTarget()

# structure alignment errors can safely be ignored.
# complaints about qevent can be ignored too.

lint:
	$(LINT) -hubz ${INCLUDES} $(SRCS) > lint.log

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.