initial load of upstream version 1.06.32
[xmlrpc-c] / lib / wininet_transport / Makefile
1 ifeq ($(SRCDIR)x,x)
2 SRCDIR = $(CURDIR)/../..
3 endif
4
5 include $(SRCDIR)/Makefile.config
6
7 CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD)
8 LDFLAGS = -lpthread $(LADD)
9
10 INCLUDES = -I$(SRCDIR) -I$(SRCDIR)/src
11
12 default: all
13
14 .PHONY: all
15 all: xmlrpc_wininet_transport.lo
16
17 .PHONY: clean
18 clean: clean-common
19
20 .PHONY: distclean
21 distclean: clean distclean-common
22
23 .PHONY: tags
24 tags: TAGS
25
26 .PHONY: distdir
27 distdir:
28
29 .PHONY: install
30 install:
31
32 .PHONY: dep
33 dep: dep-common
34
35 include $(SRCDIR)/Makefile.common
36
37 include Makefile.depend
38
39 xmlrpc_wininet_transport.lo:%.lo:%.c
40         $(LIBTOOL) --mode=compile $(CC) -c $(INCLUDES) $(CFLAGS) $<