Thu, 06 Oct 2016 10:07:48 -0400
Merge with provide-uri-handler-desktop-file
| 14509 | 1 | # |
| 2 | # Makefile.mingw | |
| 3 | # | |
| 4 | # Description: Makefile for perl plugin loader plugin. | |
| 5 | # | |
| 6 | ||
|
16100
a0ab70986c10
This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents:
15438
diff
changeset
|
7 | PIDGIN_TREE_TOP := ../../.. |
|
a0ab70986c10
This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents:
15438
diff
changeset
|
8 | include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
| 14509 | 9 | |
| 35605 | 10 | #we cannot include win32dep.h, but we need struct sockaddr_in6 definition |
| 11 | CFLAGS += -include ws2tcpip.h | |
| 12 | ||
| 14509 | 13 | ## |
| 14 | ## TARGET DEFINITIONS | |
| 15 | ## | |
|
14638
b0fa76dac93f
[gaim-migrate @ 17300]
Daniel Atallah <datallah@pidgin.im>
parents:
14509
diff
changeset
|
16 | .PHONY: all install clean |
| 14509 | 17 | |
| 18 | all: | |
|
33937
f15e97d8758e
win32: silence build even more
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
16100
diff
changeset
|
19 | $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) |
| 14509 | 20 | |
|
16100
a0ab70986c10
This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents:
15438
diff
changeset
|
21 | install: all $(PIDGIN_INSTALL_PLUGINS_DIR) |
|
33937
f15e97d8758e
win32: silence build even more
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
16100
diff
changeset
|
22 | $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) install |
| 14509 | 23 | |
| 24 | ## | |
| 25 | ## CLEAN RULES | |
| 26 | ## | |
| 27 | clean: | |
|
33937
f15e97d8758e
win32: silence build even more
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
16100
diff
changeset
|
28 | $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean |