~ubuntu-branches/ubuntu/wily/openni/wily

« back to all changes in this revision

Viewing changes to Platform/Linux/Build/Common/CommonDefs.mak

  • Committer: Package Import Robot
  • Author(s): Jochen Sprickerhof, Fernando Seiti Furusato, Jochen Sprickerhof
  • Date: 2015-06-05 19:33:32 UTC
  • Revision ID: package-import@ubuntu.com-20150605193332-9t1zrw0l1z3eksc5
Tags: 1.5.4.0-10
[ Fernando Seiti Furusato ]
* Enabled ppc (Closes: #734110). Thanks Roland Stigge and Fernando Seiti
  Furusato.

[ Jochen Sprickerhof ]
* Clean up doxygen_sqlite3.db in override_dh_auto_clean
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        HOST_PLATFORM = x86
19
19
else ifneq (,$(findstring arm,$(MACHINE)))
20
20
        HOST_PLATFORM = Arm
 
21
else ifneq (,$(findstring ppc,$(MACHINE)))
 
22
        HOST_PLATFORM = Powerpc
21
23
else
22
24
        DUMMY:=$(error Can't determine host platform)
23
25
endif
59
61
# platform specific args
60
62
include $(COMMON_MAK_DIR)Platform.$(PLATFORM)
61
63
 
62
 
endif # _COMMON_DEFS_MAKE_
 
 
b'\\ No newline at end of file'
 
64
endif # _COMMON_DEFS_MAKE_