~ubuntu-branches/ubuntu/lucid/geda-symbols/lucid

« back to all changes in this revision

Viewing changes to amphenol/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2006-11-14 23:49:05 UTC
  • mfrom: (1.3.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114234905-jbgkr3kh5205x83e
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## $Id: Makefile.am,v 1.1 2005/08/17 03:35:07 danmc Exp $
 
2
##
 
3
 
 
4
dataamphenoldir = @GEDADATADIR@/sym/amphenol
 
5
 
 
6
dataamphenol_DATA = @dataamphenol@
 
7
 
 
8
EXTRA_DIST = $(dataamphenol_DATA)
 
9
 
 
10
MOSTLYCLEANFILES = *.log *~
 
11
CLEANFILES = *.log *~
 
12
DISTCLEANFILES = *.log core FILE *~ prototype.bak
 
13
MAINTAINERCLEANFILES = *.log *~ Makefile.in configure
 
14