File: Makefile.am

package info (click to toggle)
orbital-eunuchs-sniper 1.30%2Bsvn20070601-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 5,216 kB
  • ctags: 783
  • sloc: cpp: 5,938; sh: 3,659; ansic: 1,352; makefile: 98
file content (27 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
bin_PROGRAMS = snipe2d
snipe2d_SOURCES = \
 ai.cpp \
 binds.cpp \
 binds.h \
 gameover.cpp \
 highscores.cpp \
 logoscreen.cpp \
 petopt.cpp \
 petopt.h \
 prefs.cpp \
 prints.cpp \
 render_ai.cpp \
 snipe2d.cpp \
 snipe2d.h \
 target.cpp \
 ui.cpp \
 ui.h \
 zooms.cpp \
 sexpr/faststack.h \
 sexpr/sexp.c \
 sexpr/sexp.h \
 sexpr/sexp_ops.c \
 sexpr/sexp_ops.h \
 sexpr/faststack.c \
 sexpr/io.c \
 sexpr/parser.c