~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/preAndPostBuildSteps/Benchmarks/subdir.mk

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# Automatically-generated file. Do not edit!
 
3
################################################################################
 
4
 
 
5
# Add inputs and outputs from these tool invocations to the build variables 
 
6
CXX_SRCS += \
 
7
../main.cxx 
 
8
 
 
9
OBJS += \
 
10
./main.o 
 
11
 
 
12
CXX_DEPS += \
 
13
./main.d 
 
14
 
 
15
 
 
16
# Each subdirectory must supply rules for building sources it contributes
 
17
%.o: ../%.cxx
 
18
        @echo 'Building file: $<'
 
19
        @echo 'Invoking: MBS30.compiler.gnu.cpp'
 
20
        g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "$@" "$<" && \
 
21
        echo -n '$(@:%.o=%.d)' $(dir $@) > '$(@:%.o=%.d)' && \
 
22
        g++ -MM -MG -P -w -O0 -g3 -Wall -c -fmessage-length=0   "$<" >> '$(@:%.o=%.d)'
 
23
        @echo 'Finished building: $<'
 
24
        @echo ' '
 
25
 
 
26