Update dependencies
[xfishtank.git] / Imakefile
CommitLineData
2ac45f02
MG
1 EXTRA_INCLUDES = -I./fishmaps
2LOCAL_LIBRARIES = $(XLIB)
3 DEPLIBS = $(DEPXLIB)
4deccbc9 4 SYS_LIBRARIES = -lImlib2 -lm
2ac45f02
MG
5 MANSRCSUFFIX = 1x
6
4deccbc9
MG
7 SRCS = xfish.c medcut.c
8 OBJS = xfish.o medcut.o
2ac45f02
MG
9
10ComplexProgramTarget(xfishtank)
11
12xfishy.h: makeh FishList
13 ./makeh > xfishy.h
14
15xfish.o: xfishy.h
16
17install:: install.man
18
19clean::
20 $(RM) makeh xfishy.h
21
This page took 0.011221 seconds and 4 git commands to generate.