Repositories
/
olsrd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor makefile restructurings
[olsrd.git]
/
make
/
Makefile.wince
1
#
2
# WINDOWS CE SPECIFIC CONFIGURATION
3
#
4
5
INSTALL_PREFIX ?=
6
LIBDIR = $(INSTALL_PREFIX)/usr/lib
7
8
SRCS += $(wildcard src/win32/*.c)
9
HDRS += $(wildcard src/win32/*.h)
10
11
DEFINES = -DWIN32 -DWINCE
12
LIBS = -lwinsock -liphlpapi
13
14
INCLUDES += -Isrc/win32 -Isrc/win32/ce
15
16
ifdef OLSRD_PLUGIN
17
CFLAGS +=
18
LDFLAGS += -lolsrd
19
endif
20
21
OS_LIB_PTHREAD =
22
OS_LIB_DYNLOAD =