File: Imakefile

package info (click to toggle)
xfishtank 2.2-13
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,184 kB
  • ctags: 1,778
  • sloc: ansic: 27,951; makefile: 1,522
file content (19 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
       EXTRA_INCLUDES = -I. -I./fishmaps
LOCAL_LIBRARIES = $(XLIB)
        DEPLIBS = $(DEPXLIB)
  SYS_LIBRARIES = -lm
    CDEBUGFLAGS = -O3

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

ComplexProgramTarget(xfishtank)

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

xfish.o: xfishy.h

clean::
	$(RM) makeh xfishy.h