Mercurial > pidgin
comparison libgaim/protocols/zephyr/Makefile.mingw @ 14576:5d03b309b482
[gaim-migrate @ 17300]
Fix mingw makefile .PHONY targets.
Fix gtkwin32dep.h missing includes.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 18 Sep 2006 01:13:07 +0000 |
parents | 12cb76aeb21c |
children |
comparison
equal
deleted
inserted
replaced
14575:7a8bbd6d1c2d | 14576:5d03b309b482 |
---|---|
125 include $(GAIM_COMMON_RULES) | 125 include $(GAIM_COMMON_RULES) |
126 | 126 |
127 ## | 127 ## |
128 ## TARGET DEFINITIONS | 128 ## TARGET DEFINITIONS |
129 ## | 129 ## |
130 .PHONY: all clean | 130 .PHONY: all install clean |
131 | 131 |
132 all: $(TARGET).dll | 132 all: $(TARGET).dll |
133 | 133 |
134 install: all $(DLL_INSTALL_DIR) | 134 install: all $(DLL_INSTALL_DIR) |
135 cp $(TARGET).dll $(DLL_INSTALL_DIR) | 135 cp $(TARGET).dll $(DLL_INSTALL_DIR) |