home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mdisp.zip / mdisp / Imakefile next >
Makefile  |  1992-04-21  |  497b  |  21 lines

  1. #define IHaveMotif YES
  2.  
  3. #define MotifDir /usr
  4.  
  5. MOTIFINCDIR = MotifDir/include
  6. MOTIFLIBDIR = MotifDir/lib
  7.       XMLIB = -L$(MOTIFLIBDIR) -lXm
  8.    DEPXMLIB = $(MOTIFLIBDIR)/libXm.a
  9.  
  10. #if IHaveMotif
  11. SYS_LIBRARIES =    $(XMLIB)    $(XTOOLLIB)    $(XLIB)
  12.       DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
  13.      INCLUDES = -I$(MOTIFINCDIR)
  14.       DEFINES = -D_NO_PROTO -DMotifWidgets -DDEBUG
  15. #else
  16. SYS_LIBRARIES = XawClientLibs
  17.       DEFINES = -DAthenaWidgets -DDEBUG
  18. #endif
  19.  
  20. SimpleProgramTarget(mdisp)
  21.