forked from jackburton79/ocs-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubdir.mk
70 lines (63 loc) · 1.46 KB
/
subdir.mk
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Agent.cpp \
../Configuration.cpp \
../Inventory.cpp \
../LoggedUsers.cpp \
../Machine.cpp \
../NetworkInterface.cpp \
../NetworkRoster.cpp \
../ProcReader.cpp \
../RunningProcessesList.cpp \
../Screens.cpp \
../Storages.cpp \
../Support.cpp \
../VolumeReader.cpp \
../XML.cpp \
../edid-decode.c \
../main.cpp
OBJS += \
./Agent.o \
./Configuration.o \
./Inventory.o \
./LoggedUsers.o \
./Machine.o \
./NetworkInterface.o \
./NetworkRoster.o \
./ProcReader.o \
./RunningProcessesList.o \
./Screens.o \
./Storages.o \
./Support.o \
./VolumeReader.o \
./XML.o \
./edid-decode.o \
./main.o
CPP_DEPS += \
./Agent.d \
./Configuration.d \
./Drives.d \
./Inventory.d \
./LoggedUsers.d \
./Machine.d \
./NetworkInterface.d \
./NetworkRoster.d \
./ProcReader.d \
./RunningProcessesList.d \
./Screens.d \
./Storages.d \
./Support.d \
./VolumeReader.d \
./XML.d \
./edid-decode.d \
./main.d
# Each subdirectory must supply rules for building sources it contributes
%.o: ./%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -DTIXML_USE_STL -O2 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '