Sun, 21 Jan 2007 21:55:07 +0000
Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
| 14509 | 1 | # |
| 2 | # Makefile.mingw | |
| 3 | # | |
| 4 | # Description: Makefile for perl plugin loader plugin. | |
| 5 | # | |
| 6 | ||
| 7 | GAIM_TOP := ../../.. | |
|
15438
c3e93cd038c5
Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
8 | include $(GAIM_TOP)/libpurple/win32/global.mak |
| 14509 | 9 | |
| 10 | ## | |
| 11 | ## TARGET DEFINITIONS | |
| 12 | ## | |
|
14638
b0fa76dac93f
[gaim-migrate @ 17300]
Daniel Atallah <datallah@pidgin.im>
parents:
14509
diff
changeset
|
13 | .PHONY: all install clean |
| 14509 | 14 | |
| 15 | all: | |
| 16 | $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) | |
| 17 | ||
| 18 | install: all $(GAIM_INSTALL_PLUGINS_DIR) | |
| 19 | $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install | |
| 20 | ||
| 21 | ## | |
| 22 | ## CLEAN RULES | |
| 23 | ## | |
| 24 | clean: | |
| 25 | $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean |