home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / xpt / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1993-04-28  |  331 b   |  19 lines

  1. # @(#)Imakefile 23.7 91/06/11
  2. # Imakefile - xlock
  3. #
  4. TARGETS = xpt
  5.  
  6. SRCS = xpt.c init.c Xprogs.c table.c
  7.  
  8. OBJS = xpt.o init.o Xprogs.o table.o
  9.  
  10. LCL_LIB = XawClientLibs
  11. DEPLIBS = XawClientDepLibs
  12. SYS_LIBRARIES = -lm
  13.  
  14. AllTarget($(TARGETS))
  15.  
  16. NormalProgramTarget($(TARGETS), $(OBJS), $(DEPLIBS), $(LCL_LIB), $(SYS_LIB))
  17.  
  18. DependTarget()
  19.