~ubuntu-branches/ubuntu/intrepid/ydpdict/intrepid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marcin Owsiany
  • Date: 2005-12-03 16:34:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051203163410-1wpo4yusify3g8cj
Tags: 0.65-1
* New upstream version
  - adds support for pl/de de/pl dictionary files
  - some fixes, including those for amd64 Closes: #341594, #338720, #338731
  - adds support for .ogg files
* debian/control:
  - adjusted description to de support
  - added upstream homepage URL to the description
* debian/rules: fixed (unused --libexecdir path to configure)
* debian/ydpdict.conf.example: removed
* debain/ydpdict.examples: use ydpdict.conf.example
* ydpdict.conf.example: changed mnt to media

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CC = @CC@
2
2
LIBS = @LIBS@
3
3
CFLAGS = @CFLAGS@ -Wall
4
 
OBJS = ydpcore.o ydpconfig.o ydpsound.o ydpconvert.o xmalloc.o
 
4
OBJS = ydpcore.o ydpconfig.o ydpsound.o ydpconvert.o ydpdict.o xmalloc.o
5
5
 
6
6
prefix = @prefix@
7
7
exec_prefix = @exec_prefix@
11
11
all:    ydpdict
12
12
 
13
13
ydpdict:        $(OBJS)
14
 
        $(CC) $(CFLAGS) ydpdict.c -o ydpdict $(LIBS) $(OBJS)
 
14
        $(CC) $(CFLAGS) -o ydpdict $(LIBS) $(OBJS)
15
15
 
16
16
install:
17
17
        install -d $(bindir)