~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to lisp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-01-14 14:18:11 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050114141811-k2x3wczuc17qai2v
Tags: 0.17-7
Build with -Oo for amd64

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.in for rep's Lisp files
2
2
# Copyright (C) 1998 John Harper <john@dcs.warwick.ac.uk>
3
 
# $Id: Makefile.in,v 1.27 2001/03/26 21:51:10 jsh Exp $
 
3
# $Id: Makefile.in,v 1.28 2002/06/22 23:12:26 jsh Exp $
4
4
#
5
5
# This file is part of rep.
6
6
#
26
26
INSTALL_DIRS := . rep rep rep/lang rep/vm rep/vm/compiler rep/io \
27
27
        rep/io/file-handlers rep/io/file-handlers/remote rep/i18n \
28
28
        rep/data rep/www rep/util rep/mail rep/threads rep/system \
29
 
        rep/net rep/test scheme unscheme
 
29
        rep/net rep/test rep/xml scheme unscheme
30
30
 
31
31
all : lisp
32
32