~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/RDP/client/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-04 13:02:31 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110704130231-l843es6wqhx614n7
Tags: 4.0.10-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Add the Modaliases control field manually for maximum backportability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
.PHONY: distclean
96
96
distclean: clean
97
 
        rm -rf autom4te.cache config.log config.status Makefile
 
97
        rm -rf autom4te.cache config.log config.status Makefile rdesktop-$(VERSION).tar.gz
98
98
 
99
99
.PHONY: dist
100
100
dist: rdesktop-$(VERSION).tar.gz
159
159
.c.o:
160
160
        $(CC) $(CFLAGS) -o $@ -c $<
161
161
 
162
 
.cpp.o:
163
 
        $(CXX) $(CFLAGS) -o $@ -c $<
 
162
.PHONY: doc/AUTHORS
 
163
doc/AUTHORS:
 
164
        ./genauthors *.c