File: Makefile.am

package info (click to toggle)
squishyball 0.1~svn19085-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 306
  • sloc: ansic: 4,777; sh: 115; makefile: 21
file content (17 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign 1.11

EXTRA_DIST = COPYING autogen.sh

bin_PROGRAMS = squishyball
##mandir = @MANDIR@
man_MANS = squishyball.1

squishyball_SOURCES = audio.c loader.c main.c mincurses.c tty.c main.h mincurses.h

debug:
	$(MAKE) all CFLAGS="@DEBUG@"

profile:
	$(MAKE) all CFLAGS="@PROFILE@"