home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume10
/
xboard
/
part01
/
Imakefile
< prev
next >
Wrap
Makefile
|
1990-12-17
|
604b
|
26 lines
#
# Imakefile -- to generate a Makefile for xboard use:
# /dc0/X11/R4/mit/config/imake \
# -I/dc0/X11/R4/mit/config \
# -DTOPDIR=/dc0/X11/R4/mit \
# -DCURDIR=/dc0/X11/R4/mit \
# -DDESTDIR=/dc0/X11/R4/mit
#
PROGRAMS = xboard
LOCAL_LIBRARIES = -lX11 -lm
EXTRA_INCLUDES =
SRCS = xboard.c
OBJS = xboard.o
CDEBUGFLAGS = -g
CCOPTIONS =
AllTarget(xboard)
NormalProgramTarget(xboard, $(OBJS), /* */, $(LOCAL_LIBRARIES), /* */)
DependTarget()
lint::
lint $(EXTRA_INCLUDES) xboard.c -lX11 -lm
tags::
ctags xboard.c