~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to Makefile.rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-07 09:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110507090500-lqpmdtwndor6e7os
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Rules for building various sorts of files
 
3
#
 
4
 
 
5
.c.o:
 
6
        ${CCTOOLS_CC} ${CCTOOLS_INTERNAL_CCFLAGS} -c $< -o $@
 
7
 
 
8
.cc.o:
 
9
        ${CCTOOLS_CXX} ${CCTOOLS_INTERNAL_CXXFLAGS} -c $< -o $@
 
10
 
 
11
.C.o:
 
12
        ${CCTOOLS_CXX} ${CCTOOLS_INTERNAL_CXXFLAGS} -c $< -o $@
 
13
 
 
14
.o.a:
 
15
        ${CCTOOLS_AR} rv $@ $^