-
Notifications
You must be signed in to change notification settings - Fork 2
/
ulwm2m.ppj
156 lines (140 loc) · 2.96 KB
/
ulwm2m.ppj
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#
# PROJECT FILE generated by "Pelles C for Windows, version 8.00".
# WARNING! DO NOT EDIT THIS FILE.
#
POC_PROJECT_VERSION = 7.00#
POC_PROJECT_TYPE = 3#
POC_PROJECT_OUTPUTDIR = output#
POC_PROJECT_RESULTDIR = .#
POC_PROJECT_ARGUMENTS = #
POC_PROJECT_WORKPATH = .#
POC_PROJECT_EXECUTOR = #
POC_PROJECT_ZIPEXTRA = #
CC = pocc.exe#
AS = poasm.exe#
RC = porc.exe#
LINK = polink.exe#
SIGN = posign.exe#
CCFLAGS = -std:C11 -Tx86-coff -Os -Ob1 -fp:precise -W1 -Gd -Ze -DCOAP_DBG_PRINT_PACKET#
ASFLAGS = -AIA32 -Gd#
RCFLAGS = #
LINKFLAGS = -subsystem:console -machine:x86 kernel32.lib advapi32.lib delayimp.lib#
SIGNFLAGS = -location:CU -store:MY -timeurl:http://timestamp.verisign.com/scripts/timstamp.dll -errkill#
INCLUDE = $(PellesCDir)\Include\Win;$(PellesCDir)\Include;libulwm2m#
LIB = $(PellesCDir)\Lib\Win;$(PellesCDir)\Lib#
WizCreator = Pelle Orinius#
#
# Build ulwm2m.exe.
#
ulwm2m.exe: \
output\coap.obj \
output\lwm2m.obj \
output\main.obj \
output\object_3300.obj \
output\object_3303.obj \
output\object_3341.obj \
output\object_device.obj \
output\object_security.obj \
output\object_server.obj \
output\tlv.obj \
output\udp.obj \
output\utils.obj
$(LINK) $(LINKFLAGS) -out:"$@" $**
#
# Build coap.obj.
#
output\coap.obj: \
libulwm2m\coap.c \
libulwm2m\coap.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build lwm2m.obj.
#
output\lwm2m.obj: \
libulwm2m\lwm2m.c \
libulwm2m\coap.h \
libulwm2m\lwm2m.h \
libulwm2m\tlv.h \
libulwm2m\utils.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_device.obj.
#
output\object_device.obj: \
libulwm2m\object_device.c \
libulwm2m\coap.h \
libulwm2m\lwm2m.h \
libulwm2m\object_device.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_security.obj.
#
output\object_security.obj: \
libulwm2m\object_security.c \
libulwm2m\coap.h \
libulwm2m\lwm2m.h \
libulwm2m\object_security.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_server.obj.
#
output\object_server.obj: \
libulwm2m\object_server.c \
libulwm2m\coap.h \
libulwm2m\lwm2m.h \
libulwm2m\object_server.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build tlv.obj.
#
output\tlv.obj: \
libulwm2m\tlv.c \
libulwm2m\tlv.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build main.obj.
#
output\main.obj: \
example\main.c \
example\object_3300.h \
example\object_3303.h \
example\object_3341.h \
example\udp.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_3303.obj.
#
output\object_3303.obj: \
example\object_3303.c \
example\object_3303.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_3341.obj.
#
output\object_3341.obj: \
example\object_3341.c \
example\object_3341.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build udp.obj.
#
output\udp.obj: \
example\udp.c \
example\udp.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build object_3300.obj.
#
output\object_3300.obj: \
example\object_3300.c \
example\object_3300.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build utils.obj.
#
output\utils.obj: \
libulwm2m\utils.c \
libulwm2m\utils.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
.EXCLUDEDFILES:
.SILENT: