home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume15 / xmines2 / part01 / Imakefile < prev    next >
Makefile  |  1993-01-27  |  307b  |  17 lines

  1. WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp})
  2.  
  3. CC = gcc
  4. INCLUDES = -I${WHERE}/include
  5. LOCAL_LIBRARIES = -L${WHERE}/lib
  6.  
  7. SYS_LIBRARIES = -lxview -lolgx -lX11 -lm
  8.  
  9. SRCS = xmines.c 
  10. OBJS = xmines.o
  11.  
  12. /*CDEBUGFLAGS = -g  */
  13. /*CDEBUGFLAGS = -O4 */
  14. CDEBUGFLAGS = -O
  15.  
  16. ComplexProgramTarget(xmines)
  17.