Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dd9bf4f47e37d21f225ca87575cc654281bac31d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
FOO_SRCS += \
../somefile.foo 

BAR_FILES += \
./this_is_a_test_prefix_with_a_macro_for_the_project_name_between_here_testMacroSupportInBuildDefinitions_and_heresomefile.bar 


# Each subdirectory must supply rules for building sources it contributes
this_is_a_test_prefix_with_a_macro_for_the_project_name_between_here_testMacroSupportInBuildDefinitions_and_here%.bar: ../%.foo subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: Foo Tool'
	cp "$<" "$@"
	@echo 'Finished building: $<'
	@echo ' '


clean: clean--2e-

clean--2e-:
	-$(RM) ./this_is_a_test_prefix_with_a_macro_for_the_project_name_between_here_testMacroSupportInBuildDefinitions_and_heresomefile.bar

.PHONY: clean--2e-

Back to the top