comparison libgaim/protocols/bonjour/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
60 include $(GAIM_COMMON_RULES) 60 include $(GAIM_COMMON_RULES)
61 61
62 ## 62 ##
63 ## TARGET DEFINITIONS 63 ## TARGET DEFINITIONS
64 ## 64 ##
65 .PHONY: all clean 65 .PHONY: all install clean
66 66
67 all: $(TARGET).dll 67 all: $(TARGET).dll
68 68
69 install: all $(DLL_INSTALL_DIR) 69 install: all $(DLL_INSTALL_DIR)
70 cp $(TARGET).dll $(DLL_INSTALL_DIR) 70 cp $(TARGET).dll $(DLL_INSTALL_DIR)