discovery makefile
src/subdir.mk
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/pango.c OBJS += \ ./src/pango.o C_DEPS += \ ./src/pango.d # Each subdirectory must supply rules for building sources it contributes src/pango.o: ../src/pango.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' gcc -I/home/u01/usr/include -I/home/u01/usr/include/fontconfig -I/home/u01/usr/include/freetype2 -I/home/u01/usr/include/pango-1.0 -I/home/u01/usr/include/cairo -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"src/pango.d" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ -include ../makefile.init RM := rm -rf # All of the sources participating in the build are defined here -include sources.mk -include src/subdir.mk -include subdir.mk -include objects.mk ifneq ($(MAKECMDGOALS),clean) ifneq ($(strip $(C_DEPS)),) -include $(C_DEPS) endif endif -include ../makefile.defs # Add inputs and outputs from these tool invocations to the build variables # All Target all: pango dependents: -cd /home/u01/workspace/pango/Release && $(MAKE) clean all # Tool invocations pango: $(OBJS) $(USER_OBJS) /home/u01/workspace/pango/Release/pango @echo 'Building target: $@' @echo 'Invoking: GCC C Linker' gcc -o "pango" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' # Other Targets clean: -$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) pango -@echo ' ' .PHONY: all clean dependents .SECONDARY: /home/u01/workspace/pango/Release/pango: -include ../makefile.targets
sources.mk
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ OBJ_SRCS := ASM_SRCS := C_SRCS := O_SRCS := S_UPPER_SRCS := EXECUTABLES := OBJS := C_DEPS := # Every subdirectory with source files must be described here SUBDIRS := \ src \
objects.mk
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ USER_OBJS := LIBS :=