~ubuntu-branches/ubuntu/saucy/octave-miscellaneous/saucy-proposed

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Package Import Robot
  • Author(s): Thomas Weber, Rafael Laboissiere, Sébastien Villemot
  • Date: 2012-03-11 23:14:58 UTC
  • Revision ID: package-import@ubuntu.com-20120311231458-s8nkjp69yz5c9t4u
Tags: 1.0.11-2
[ Rafael Laboissiere ]
* Bump the debhelper compatibility level to 9
* debian/control: Bump standards version to 3.9.3, no changes needed

[ Sébastien Villemot ]
* Add Sébastien Villemot to Uploaders
* Build-Depend on octave-pkg-dev >= 1.0.0
* debian/copyright: update using machine-readable format 1.0
* debian/patches/match-cell-array.patch: new patch
* debian/rules: fix wrong +x perms in upstream tarball
* debian/patches/waitbar-rename.patch: new patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        TERM_LIB=-ltermcap
5
5
endif
6
6
 
7
 
TARGETS=waitbar.oct $(LISTEN) xmlread.oct  \
 
7
TARGETS=text_waitbar.oct $(LISTEN) xmlread.oct  \
8
8
        csvexplode.oct csv2cell.oct csvconcat.oct cell2csv.oct \
9
9
        cell2cell.oct partarray.oct
10
10
 
11
11
all:    $(TARGETS)
12
12
 
13
 
waitbar.oct: waitbar.cc
14
 
        $(MKOCTFILE) $(MISCDEFS) waitbar.cc $(TERM_LIB)
 
13
text_waitbar.oct: text_waitbar.cc
 
14
        $(MKOCTFILE) $(MISCDEFS) text_waitbar.cc $(TERM_LIB)
15
15
 
16
16
server.oct: server.o listencanfork.o stringmatch.o
17
17
        $(MKOCTFILE) server.o listencanfork.o stringmatch.o