File: Imakefile

package info (click to toggle)
xinvaders 2.0-12
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 312 kB
  • ctags: 443
  • sloc: ansic: 2,364; makefile: 256; sh: 6
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

OBJS = spacers.o base.o widget.o main.o vaders.o shot.o score.o

SRCS = spacers.c base.c widget.c main.c vaders.c shot.c score.c

INCLUDES = -I$(TOP) -I$(TOP)/X11

ComplexProgramTarget(xinvaders)