home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / Imakefile < prev    next >
Encoding:
Makefile  |  1995-06-29  |  178 b   |  11 lines

  1. MOTIF_LIB = -lXm -lXext -lXt -lX11
  2.  
  3. LOCAL_LIBRARIES = $(MOTIF_LIB)
  4.  
  5. OBJS = xstr.o
  6.  
  7. SRCS =    xstr.c
  8.  
  9. AllTarget(xstr)
  10. NormalProgramTarget(xstr,$(OBJS),,$(LOCAL_LIBRARIES),$(LDLIBS))
  11.