File:  [Research Unix] / researchv9 / X11 / src / X.V11R1 / lib / Xrm / 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 = Xresource.h

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

#if DebugLibXrm && ProfileLibXrm
DebuggedAndProfiledLibraryObjectRule()
#else
# if DebugLibXrm
DebuggedLibraryObjectRule()
# else
#  if ProfileLibXrm
ProfiledLibraryObjectRule()
#  else
NormalLibraryObjectRule()
#  endif
# endif
#endif

NormalLibraryTarget(Xrm,$(OBJS))
LintLibraryTarget(Xrm,$(SRCS))
InstallLibrary(Xrm,$(USRLIBDIR))
InstallLintLibrary(Xrm,$(USRLIBDIR))
InstallMultiple($(HEADERS),$(INCDIR))

#if ProfileLibXrm
ProfiledLibraryTarget(Xrm,$(OBJS))
InstallLibrary(Xrm_p,$(USRLIBDIR))
#endif

#if DebugLibXrm
DebuggedLibraryTarget(Xrm,$(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.