~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to libanjuta/interfaces/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
RANLIB = @RANLIB@
395
395
RENDER_LIBS = @RENDER_LIBS@
396
396
SED = @SED@
 
397
SERF_CFLAGS = @SERF_CFLAGS@
 
398
SERF_LIBS = @SERF_LIBS@
397
399
SET_MAKE = @SET_MAKE@
398
400
SHELL = @SHELL@
399
401
SHM_LIBS = @SHM_LIBS@
1077
1079
        touch iface-built.stamp && \
1078
1080
        echo "changing to $$savedir" && \
1079
1081
        cd $$savedir && \
1080
 
        make
 
1082
        $(MAKE)
1081
1083
 
1082
1084
anjuta-marshal.h: interfaces/anjuta-marshal.list
1083
1085
        $(AM_V_GEN)@GLIB_GENMARSHAL@ \