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

« back to all changes in this revision

Viewing changes to examples/tragesym/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
EXTRA_DIST = 4099.src AT90S8535_TQFP.src alltest template.src test1.src \
 
4
             test2.src test3.src
 
5
 
 
6
MOSTLYCLEANFILES = *.log *.ps core FILE *~
 
7
CLEANFILES = *.log *.ps core FILE *~ 
 
8
DISTCLEANFILES = *.log core FILE *~ prototype.bak
 
9
MAINTAINERCLEANFILES = *.log *.ps core FILE *~  Makefile.in configure
 
10