comparison libgaim/Makefile.mingw @ 14232:a7590884324d

[gaim-migrate @ 16914] Protocols now compile on win32. Next, everything needs to be put all together. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 20 Aug 2006 18:49:08 +0000
parents ab8a105eff62
children c54ea2572de9
comparison
equal deleted inserted replaced
14231:4249e5debe3a 14232:a7590884324d
132 ## 132 ##
133 133
134 .PHONY: all clean include_path 134 .PHONY: all clean include_path
135 135
136 all: $(TARGET).dll 136 all: $(TARGET).dll
137 $(MAKE) -C protocols -f Makefile.mingw
137 138
138 install: all 139 install: all
140 $(MAKE) -C protocols -f Makefile.mingw install
139 cp $(GAIM_SRC)/$(TARGET).dll $(GAIM_INSTALL_DIR) 141 cp $(GAIM_SRC)/$(TARGET).dll $(GAIM_INSTALL_DIR)
140 142
141 # 143 #
142 # BUILD DLL 144 # BUILD DLL
143 # 145 #
151 153
152 clean: 154 clean:
153 rm -rf *.o ./win32/*.o 155 rm -rf *.o ./win32/*.o
154 rm -rf $(TARGET).dll 156 rm -rf $(TARGET).dll
155 rm -rf $(TARGET).dll.a 157 rm -rf $(TARGET).dll.a
158 $(MAKE) -C protocols -f Makefile.mingw clean