home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume15
/
xmines2
/
part01
/
Imakefile
< prev
next >
Wrap
Makefile
|
1993-01-27
|
307b
|
17 lines
WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp})
CC = gcc
INCLUDES = -I${WHERE}/include
LOCAL_LIBRARIES = -L${WHERE}/lib
SYS_LIBRARIES = -lxview -lolgx -lX11 -lm
SRCS = xmines.c
OBJS = xmines.o
/*CDEBUGFLAGS = -g */
/*CDEBUGFLAGS = -O4 */
CDEBUGFLAGS = -O
ComplexProgramTarget(xmines)