File: Imakefile

package info (click to toggle)
xlander 19920427-4
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 168 kB
  • ctags: 147
  • sloc: ansic: 1,028; makefile: 48
file content (10 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm
        DEFINES = -DPOSIX
           SRCS = xlander.c globals.c initialize.c functions.c \
     instrument.c game.c resource.c
           OBJS = xlander.o globals.o initialize.o functions.o \
     instrument.o game.o resource.o

ComplexProgramTarget(xlander)