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

1.1       root        1:        INCLUDES = -I$(TOP)
                      2:         HEADERS = XMenu.h
                      3: 
                      4: SRCS =  Activate.c \
                      5:        AddPane.c \
                      6:        AddSel.c \
                      7:        ChgPane.c \
                      8:        ChgSel.c \
                      9:        Create.c \
                     10:        DelPane.c \
                     11:        DelSel.c \
                     12:        Destroy.c \
                     13:        Error.c \
                     14:        EvHand.c \
                     15:        FindPane.c \
                     16:        FindSel.c \
                     17:        InsPane.c \
                     18:        InsSel.c \
                     19:        Internal.c \
                     20:        Locate.c \
                     21:        Post.c \
                     22:        Recomp.c \
                     23:        SetAEQ.c \
                     24:        SetFrz.c \
                     25:        SetPane.c \
                     26:        SetSel.c
                     27: 
                     28: OBJS =  Activate.o \
                     29:        AddPane.o \
                     30:        AddSel.o \
                     31:        ChgPane.o \
                     32:        ChgSel.o \
                     33:        Create.o \
                     34:        DelPane.o \
                     35:        DelSel.o \
                     36:        Destroy.o \
                     37:        Error.o \
                     38:        EvHand.o \
                     39:        FindPane.o \
                     40:        FindSel.o \
                     41:        InsPane.o \
                     42:        InsSel.o \
                     43:        Internal.o \
                     44:        Locate.o \
                     45:        Post.o \
                     46:        Recomp.o \
                     47:        SetAEQ.o \
                     48:        SetFrz.o \
                     49:        SetPane.o \
                     50:        SetSel.o
                     51: 
                     52: #if DebugOldLibXMenu && ProfileOldLibXMenu
                     53: DebuggedAndProfiledLibraryObjectRule()
                     54: #else
                     55: # if DebugOldLibXMenu
                     56: DebuggedLibraryObjectRule()
                     57: # else
                     58: #  if ProfileOldLibXMenu
                     59: ProfiledLibraryObjectRule()
                     60: #  else
                     61: NormalLibraryObjectRule()
                     62: #  endif
                     63: # endif
                     64: #endif
                     65: 
                     66: NormalLibraryTarget(XMenu,$(OBJS))
                     67: AliasedLibraryTarget(XMenu,XMenu11)
                     68: LintLibraryTarget(XMenu,$(SRCS))
                     69: InstallLibrary(XMenu,$(USRLIBDIR))
                     70: InstallLibraryAlias(XMenu,XMenu11,$(USRLIBDIR))
                     71: InstallLintLibrary(XMenu,$(USRLIBDIR))
                     72: 
                     73: #if ProfileOldLibXMenu
                     74: ProfiledLibraryTarget(XMenu,$(OBJS))
                     75: AliasedLibraryTarget(XMenu_p,XMenu11_p)
                     76: InstallLibrary(XMenu_p,$(USRLIBDIR))
                     77: InstallLibraryAlias(XMenu_p,XMenu11_p,$(USRLIBDIR))
                     78: #endif
                     79: 
                     80: #if DebugOldLibXMenu
                     81: DebuggedLibraryTarget(XMenu,$(OBJS))
                     82: AliasedLibraryTarget(XMenu_d,XMenu11_d)
                     83: #endif
                     84: 
                     85: DependTarget()
                     86: 
                     87: lint:
                     88:        $(LINT) -buz ${INCLUDES} \
                     89:                -DLIBDIR=\"${LIBDIR}\" \
                     90:                ${SRCS} \
                     91:                $(XLIBSRC)/llib-lX.ln

unix.superglobalmegacorp.com

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