~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST=test.msg
 
2
INCLUDES=-I$(top_srcdir)
 
3
LDADD=../mimetic/libmimetic.la
 
4
EXAMPLES=b64 qp exbin structure catpart buildidx search mbox mm
 
5
 
 
6
clean-local:
 
7
        rm -f b64 qp exbin structure catpart buildidx search mbox mm
 
8
 
 
9
examples: $(EXAMPLES)
 
10
 
 
11
EXTRA_PROGRAMS=$(EXAMPLES)
 
12
 
 
13
b64_SOURCES=b64.cxx
 
14
 
 
15
qp_SOURCES=qp.cxx
 
16
 
 
17
exbin_SOURCES=exbin.cxx
 
18
 
 
19
structure_SOURCES=structure.cxx
 
20
 
 
21
catpart_SOURCES=catpart.cxx
 
22
 
 
23
buildidx_SOURCES=buildidx.cxx
 
24
 
 
25
search_SOURCES=search.cxx
 
26
 
 
27
mbox_SOURCES=mbox.cxx
 
28
 
 
29
mm_SOURCES=mm.cxx mm.h engine.h engine.cxx cmdline.cxx cmdline.h