File: Makefile.am

package info (click to toggle)
lbreakout2 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,888 kB
  • sloc: ansic: 29,983; sh: 4,352; makefile: 958; yacc: 288; sed: 16
file content (19 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEFS = @network_flag@ @sdlnet_flag@ @arch_flag@ @inst_flag@ @DEFS@ 

noinst_LIBRARIES = libgame.a

libgame_a_SOURCES = \
  game.c \
  levels.c \
  shots.c \
  bricks.c \
  paddle.c \
  extras.c \
  balls.c \
  mathfuncs.c \
  comm.c
  
EXTRA_DIST = game.h levels.h shots.h balls.h \
bricks.h extras.h paddle.h mathfuncs.h comm.h \
gamedefs.h