File: Makefile.am

package info (click to toggle)
lbreakouthd 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,908 kB
  • sloc: cpp: 6,527; ansic: 5,444; sh: 4,755; makefile: 247; sed: 16
file content (18 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_LIBRARIES = libgame.a

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