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