cheat-engine/Cheat Engine/ceserver/Debug-linux/subdir.mk
Eric Heijnen 008b9e9173 fix the debug build compilation and add support for modulepaths
containing more than 255 characters
2015-07-20 19:22:55 +02:00

48 lines
1.1 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../api.c \
../ceserver.c \
../ceservertest.c \
../context.c \
../extensionfunctions.c \
../extensionloader.c \
../porthelp.c \
../symbols.c \
../threads.c
OBJS += \
./api.o \
./ceserver.o \
./ceservertest.o \
./context.o \
./extensionfunctions.o \
./extensionloader.o \
./porthelp.o \
./symbols.o \
./threads.o
C_DEPS += \
./api.d \
./ceserver.d \
./ceservertest.d \
./context.d \
./extensionfunctions.d \
./extensionloader.d \
./porthelp.d \
./symbols.d \
./threads.d
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '