File: Makefile.am

package info (click to toggle)
cuyo 1.8.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,796 kB
  • ctags: 1,507
  • sloc: cpp: 8,494; yacc: 419; sh: 388; lex: 237; makefile: 97; ansic: 2
file content (24 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Die Daten sollen jetzt nicht mehr nach /usr/share/cuyo, sondern
# nach /usr/share/games/cuyo
# Erst mal noch auskommentiert, weil man das in jede einzelne Makefile.am
# schreiben msste, was irgendwie doof ist.
# pkgdatadir = $(datadir)/games/@PACKAGE@

SUBDIRS = src data docs

# Damit die GNU-Dateien nicht notwendig sind:
# AUTOMAKE_OPTIONS = foreign 


EXTRA_DIST = gwqt.m4 autogen.sh

# aclocal soll mit -I . aufgerufen werden. Auch, wenn es automatisch von
# make aufgerufen wird. Automake macht das aber ohne "-I ."; deshalb manuell
# setzen. (Dadurch, dass hier ACLOCAL gesetzt wird, lsst automake die sonst
# automatisch generierte Zeile "ACLOCAL = @ACLOCAL@" weg.

ACLOCAL = @ACLOCAL@ -I .


# Wenn ich die acconfig.h ndere, soll autoheader neu ausgefhrt werden...
config.h.in: acconfig.h