summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/Debug/src/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'customdhcpcd/Debug/src/subdir.mk')
-rw-r--r--customdhcpcd/Debug/src/subdir.mk85
1 files changed, 0 insertions, 85 deletions
diff --git a/customdhcpcd/Debug/src/subdir.mk b/customdhcpcd/Debug/src/subdir.mk
deleted file mode 100644
index 38890b3..0000000
--- a/customdhcpcd/Debug/src/subdir.mk
+++ /dev/null
@@ -1,85 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-O_SRCS += \
-../src/arp.o \
-../src/client.o \
-../src/common.o \
-../src/configure.o \
-../src/dhcp.o \
-../src/dhcpcd.o \
-../src/duid.o \
-../src/info.o \
-../src/interface.o \
-../src/ipv4ll.o \
-../src/logger.o \
-../src/logwriter.o \
-../src/signal.o \
-../src/socket.o
-
-C_SRCS += \
-../src/arp.c \
-../src/client.c \
-../src/common.c \
-../src/configure.c \
-../src/customdhcpcd.c \
-../src/dhcp.c \
-../src/dhcpcd.c \
-../src/discover.c \
-../src/duid.c \
-../src/info.c \
-../src/interface.c \
-../src/ipv4ll.c \
-../src/logger.c \
-../src/logwriter.c \
-../src/signal.c \
-../src/socket.c
-
-OBJS += \
-./src/arp.o \
-./src/client.o \
-./src/common.o \
-./src/configure.o \
-./src/customdhcpcd.o \
-./src/dhcp.o \
-./src/dhcpcd.o \
-./src/discover.o \
-./src/duid.o \
-./src/info.o \
-./src/interface.o \
-./src/ipv4ll.o \
-./src/logger.o \
-./src/logwriter.o \
-./src/signal.o \
-./src/socket.o
-
-C_DEPS += \
-./src/arp.d \
-./src/client.d \
-./src/common.d \
-./src/configure.d \
-./src/customdhcpcd.d \
-./src/dhcp.d \
-./src/dhcpcd.d \
-./src/discover.d \
-./src/duid.d \
-./src/info.d \
-./src/interface.d \
-./src/ipv4ll.d \
-./src/logger.d \
-./src/logwriter.d \
-./src/signal.d \
-./src/socket.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/%.o: ../src/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C Compiler'
- gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-