~ubuntu-branches/ubuntu/trusty/geda-utils/trusty

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-03-15 23:04:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050315230453-x3x6qtw9qv17zbnf
Tags: 20050313-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
noinst_HEADERS = \
 
4
        globals.h i_vars.h papersizes.h prototype.h
 
5
 
 
6
MOSTLYCLEANFILES = *.log core FILE *~
 
7
CLEANFILES = *.log core FILE *~
 
8
DISTCLEANFILES = *.log core FILE *~ prototype.bak
 
9
MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in configure
 
10