~ubuntu-branches/ubuntu/raring/openmotif/raring-proposed

« back to all changes in this revision

Viewing changes to demos/programs/fileview/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-29 09:42:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100629094221-yee9gtet2dngu6cv
Tags: 2.3.3-1
* New upstream release
* Drop patch for autoconf-bug as this was fixed upstream
* Applied patch to fix implicit pointer conversion (Closes: #587461)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MAINTAINERCLEANFILES = Makefile.in
2
2
 
 
3
bindir = ${prefix}/share/Xm/fileview
3
4
datadir = ${prefix}/share/Xm/fileview
4
5
 
5
6
bin_PROGRAMS = fileview
12
13
 
13
14
LDADD = ../../../lib/Xm/libXm.la ../../../lib/Mrm/libMrm.la
14
15
 
15
 
INCLUDES = -I$(srcdir)/../../../lib ${X_CFLAGS} 
 
16
INCLUDES = -I$(srcdir)/../../../lib -I$(top_builddir)/lib ${X_CFLAGS} 
16
17
 
17
18
all: French.uid German.uid English.uid
18
19
 
19
20
French.uid: French.uil
20
 
        ../../../clients/uil/uil -o $@ $< -I$(srcdir)/../../../clients/uil -I../../../clients/uil
 
21
        ../../../clients/uil/uil -o $@ $? -I$(srcdir)/../../../clients/uil -I../../../clients/uil
21
22
 
22
23
German.uid: German.uil
23
 
        ../../../clients/uil/uil -o $@ $< -I$(srcdir)/../../../clients/uil -I../../../clients/uil
 
24
        ../../../clients/uil/uil -o $@ $? -I$(srcdir)/../../../clients/uil -I../../../clients/uil
24
25
 
25
26
English.uid: English.uil
26
 
        ../../../clients/uil/uil -o $@ $< -I$(srcdir)/../../../clients/uil -I../../../clients/uil
 
27
        ../../../clients/uil/uil -o $@ $? -I$(srcdir)/../../../clients/uil -I../../../clients/uil
27
28
 
28
29
clean-local:
29
30
        $(RM) French.uid German.uid English.uid