~ubuntu-branches/debian/sid/genius/sid

« back to all changes in this revision

Viewing changes to lib/combinatorics/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-21 12:57:45 UTC
  • Revision ID: james.westby@ubuntu.com-20060821125745-sl9ks8v7fq324bdf
Tags: upstream-0.7.6.1
ImportĀ upstreamĀ versionĀ 0.7.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Librarydir = $(datadir)/genius/gel/combinatorics
 
2
SUBDIRS =
 
3
 
 
4
GELFILES = factorial.gel misc.gel recursive_sequences.gel
 
5
 
 
6
EXTRA_DIST = $(GELFILES)
 
7
 
 
8
Library_DATA = $(GELFILES) loader.gel
 
9
 
 
10
MOSTLYCLEANFILES = loader.gel
 
11
 
 
12
loader.gel: $(GELFILES)
 
13
        cd $(top_builddir)/lib/combinatorics && $(top_srcdir)/lib/make_loader_gel.sh $^ > loader.gel