makefile 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. -include ../makefile.init
  5. RM := rm
  6. # All of the sources participating in the build are defined here
  7. -include sources.mk
  8. -include samples/src/subdir.mk
  9. -include subdir.mk
  10. -include objects.mk
  11. ifneq ($(MAKECMDGOALS),clean)
  12. ifneq ($(strip $(C++_DEPS)),)
  13. -include $(C++_DEPS)
  14. endif
  15. ifneq ($(strip $(C_DEPS)),)
  16. -include $(C_DEPS)
  17. endif
  18. ifneq ($(strip $(CC_DEPS)),)
  19. -include $(CC_DEPS)
  20. endif
  21. ifneq ($(strip $(CPP_DEPS)),)
  22. -include $(CPP_DEPS)
  23. endif
  24. ifneq ($(strip $(CXX_DEPS)),)
  25. -include $(CXX_DEPS)
  26. endif
  27. ifneq ($(strip $(C_UPPER_DEPS)),)
  28. -include $(C_UPPER_DEPS)
  29. endif
  30. endif
  31. -include ../makefile.defs
  32. # Add inputs and outputs from these tool invocations to the build variables
  33. # All Target
  34. all: libgtest-tap-listener
  35. # Tool invocations
  36. libgtest-tap-listener: $(OBJS) $(USER_OBJS)
  37. @echo 'Building target: $@'
  38. @echo 'Invoking: GCC C++ Linker'
  39. g++ -shared -o "libgtest-tap-listener" $(OBJS) $(USER_OBJS) $(LIBS)
  40. @echo 'Finished building target: $@'
  41. @echo ' '
  42. # Other Targets
  43. clean:
  44. -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(LIBRARIES)$(CPP_DEPS)$(CXX_DEPS)$(C_UPPER_DEPS) libgtest-tap-listener
  45. -@echo ' '
  46. .PHONY: all clean dependents
  47. .SECONDARY:
  48. -include ../makefile.targets