home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / oldXMenu / Imakefile < prev    next >
Makefile  |  1996-09-28  |  1KB  |  88 lines

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