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

  1.    INSTALLFLAGS = $(INSTBINFLAGS)
  2.        INCLUDES = -I$(TOP) -I$(TOP)/X11 -I/usr/include/bsd
  3.   SYS_LIBRARIES = -lm
  4. LOCAL_LIBRARIES = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  5.  
  6. CDEBUGFLAGS = -g
  7.  
  8. SRCS=  xinfo.c Info.c
  9. OBJS=  xinfo.o Info.o
  10.  
  11. ComplexProgramTarget(xinfo)
  12.  
  13. install::
  14.     cp xinfo.ad XAppLoadDir/XInfo
  15.