Annotation of researchv9/X11/src/X.V11R1/lib/oldX/Imakefile, revision 1.1.1.1

1.1       root        1:        INCLUDES = -I$(TOP) -I$(INCLUDESRC) -I$(XLIBSRC)
                      2:         DEFINES = -DUNIXCONN
                      3:    INSTALLFLAGS = -m 0644
                      4:            SRCS = *.c
                      5:         HEADERS = X10.h
                      6: 
                      7: OBJS =\
                      8:        XDraw.o \
                      9:        XCrAssoc.o \
                     10:        XDelAssoc.o \
                     11:        XDestAssoc.o \
                     12:        XLookAssoc.o \
                     13:        XMakeAssoc.o
                     14: 
                     15: #if DebugOldLibX && ProfileOldLibX
                     16: DebuggedAndProfiledLibraryObjectRule()
                     17: #else
                     18: # if DebugOldLibX
                     19: DebuggedLibraryObjectRule()
                     20: # else
                     21: #  if ProfileOldLibX
                     22: ProfiledLibraryObjectRule()
                     23: #  else
                     24: NormalLibraryObjectRule()
                     25: #  endif
                     26: # endif
                     27: #endif
                     28: 
                     29: NormalLibraryTarget(oldX,$(OBJS))
                     30: LintLibraryTarget(oldX,*.c)
                     31: InstallLibrary(oldX,$(USRLIBDIR))
                     32: InstallLintLibrary(oldX,$(USRLIBDIR))
                     33: InstallMultiple($(HEADERS),$(INCDIR))
                     34: 
                     35: 
                     36: #if ProfileOldLibX
                     37: ProfiledLibraryTarget(oldX,$(V10LIST))
                     38: InstallLibrary(oldX_p,$(USRLIBDIR))
                     39: #endif
                     40: 
                     41: #if DebugOldLibX
                     42: DebuggedLibraryTarget(oldX,$(V10LIST))
                     43: #endif
                     44: 
                     45: DependTarget()
                     46: 
                     47: # structure alignment errors can safely be ignored.
                     48: # complaints about qevent can be ignored too.
                     49: 
                     50: lint:
                     51:        $(LINT) -hubz ${INCLUDES} *.c > lint.log

unix.superglobalmegacorp.com

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