~ubuntu-branches/ubuntu/gutsy/libcorelinux/gutsy

« back to all changes in this revision

Viewing changes to src/testdrivers/ex6/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2001-12-29 17:43:34 UTC
  • Revision ID: james.westby@ubuntu.com-20011229174334-ejlsuilsiro5vmzr
Tags: 0.4.32-4
* fix config.{guess,sub} out of date on hppa and s390 (closes: #124296,#121830)
* try to be more descriptive in the description of the package  (closes: #115758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: makefile  -*-
 
2
# SUMMARY:      
 
3
# USAGE:        make <make-target>
 
4
# AUTHOR:       Christophe Prud'homme
 
5
# ORG:          Christophe Prud'homme
 
6
# E-MAIL:       Christophe.Prudhomme@ann.jussieu.fr
 
7
# ORIG-DATE:    10-Apr-00 at 08:34:22
 
8
# LAST-MOD:     23-Apr-00 at 16:14:14 by Christophe Prud'homme
 
9
# DESCRIPTION:  
 
10
# DESCRIP-END.  
 
11
 
 
12
SUFFIXES        = .cpp .hpp .c .h .f .F .o .moc
 
13
 
 
14
SUBDIRS         = include
 
15
 
 
16
bin_PROGRAMS    = ex6
 
17
 
 
18
ex6_SOURCES     = examp6.cpp EquipmentComposite.cpp PowerSupply.cpp HardDrive.cpp Equipment.cpp
 
19
ex6_LDADD       = ${top_builddir}/src/classlibs/corelinux/libcl++.la
 
20