~ubuntu-branches/ubuntu/quantal/poco/quantal

« back to all changes in this revision

Viewing changes to build/rules/exec

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2008-11-15 11:39:15 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081115113915-7kauhm2c3m2i7oid
Tags: 1.3.3p1-2
* Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
* Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
* Downgraded dependencies on -dbg packages (Closes: #504342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: //poco/1.3/build/rules/exec#3 $
 
2
# $Id: //poco/1.3/build/rules/exec#4 $
3
3
#
4
4
# exec
5
5
#
29
29
        $(RM) $(OBJPATH)
30
30
        $(RM) $(EXEC_RELEASE_STATIC) $(EXEC_DEBUG_STATIC) $(EXEC_RELEASE_SHARED) $(EXEC_DEBUG_SHARED)
31
31
 
 
32
distclean: clean
 
33
        $(RM) bin
 
34
        $(RM) obj
 
35
        $(RM) .dep
 
36
 
32
37
static_debug:   bindirs $(EXEC_DEBUG_STATIC)
33
38
static_release: bindirs $(EXEC_RELEASE_STATIC)
34
39
shared_debug:   bindirs $(EXEC_DEBUG_SHARED)