~ubuntu-branches/ubuntu/trusty/xfishtank/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 EXTRA_INCLUDES = -I./fishmaps
LOCAL_LIBRARIES = $(XLIB)
        DEPLIBS = $(DEPXLIB)
  SYS_LIBRARIES = -lImlib2 -lm
   MANSRCSUFFIX = 1x

           SRCS = xfish.c medcut.c
           OBJS = xfish.o medcut.o

ComplexProgramTarget(xfishtank)

xfishy.h: makeh FishList
	./makeh > xfishy.h

xfish.o: xfishy.h

install:: install.man

clean::
	$(RM) makeh xfishy.h