Fix patches
[xfishtank.git] / Imakefile
CommitLineData
2ac45f02
MG
1 EXTRA_INCLUDES = -I./fishmaps
2LOCAL_LIBRARIES = $(XLIB)
3 DEPLIBS = $(DEPXLIB)
4 SYS_LIBRARIES = -lm
5 MANSRCSUFFIX = 1x
6
7 SRCS = xfish.c medcut.c read.c
8 OBJS = xfish.o medcut.o read.o
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.010035 seconds and 4 git commands to generate.