File: Makefile.am

package info (click to toggle)
criticalmass 1%3A1.0.0-1.5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 18,740 kB
  • sloc: ansic: 47,628; cpp: 25,167; sh: 12,025; xml: 3,532; perl: 3,271; makefile: 662; python: 66; awk: 40; lisp: 33
file content (18 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The top-level auto Makefile for Critical Mass

# require automake 1.4
AUTOMAKE_OPTIONS = 1.4

## Any directories that you want built and installed should go here.
SUBDIRS = curl tinyxml utils utilssdl utilsgl tools data game

## Any directories you want a part of the distribution should be listed
## here, as well as have a Makefile generated at the end of configure.in
##
## This only works for subdirectories one level deep.
DIST_SUBDIRS = $(SUBDIRS)

man_MANS = critter.6
EXTRA_DIST = $(man_MANS)

MAINTAINERCLEANFILES = Makefile.bak Makefile.in aclocal.m4 configure install-sh missing mkinstalldirs stamp-h.in config.guess config.sub depcomp defines.h.in~