~ubuntu-branches/ubuntu/jaunty/dicelab/jaunty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Lemmen
  • Date: 2007-12-10 17:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071210170615-q1av8grz0vjiv397
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTOMAKE_OPTIONS = gnu
 
2
bin_PROGRAMS = dicelab
 
3
BUILT_SOURCES = par.h tree.h
 
4
AM_YFLAGS = -d
 
5
dicelab_SOURCES = main.c roll.c util.c par.y lex.l tree.tc roll.tc \
 
6
        printtree.tc symtab.tc tree.c
 
7
dicelab_LDADD = -lm -ll
 
8
noinst_HEADERS = roll.h util.h tree.h
 
9
man_MANS=dicelab.1
 
10
EXTRA_DIST=$(man_MANS) test
 
11
dist-hook:
 
12
        rm -rf `find $(distdir)/test -name .svn`
 
13
 
 
14
tree.h: tree.tc roll.tc printtree.tc symtab.tc
 
15
        $(TREECC) -o tree.c $<
 
16
 
 
17
CLEANFILES = tree.c tree.h par.h par.c lex.c