comparison libpurple/protocols/null/Makefile.mingw @ 18579:fbeda937002b

Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 20 Jul 2007 22:31:27 +0000
parents afee8b840d91
children
comparison
equal deleted inserted replaced
18578:acd4ff9ddace 18579:fbeda937002b
53 include $(PIDGIN_COMMON_RULES) 53 include $(PIDGIN_COMMON_RULES)
54 54
55 ## 55 ##
56 ## TARGET DEFINITIONS 56 ## TARGET DEFINITIONS
57 ## 57 ##
58 .PHONY: all install clean 58 .PHONY: all install install_real clean
59 59
60 all: $(TARGET).dll 60 all: $(TARGET).dll
61 61
62 install: all $(DLL_INSTALL_DIR) $(PURPLE_INSTALL_DIR) 62 install_real: all $(DLL_INSTALL_DIR) $(PURPLE_INSTALL_DIR)
63 cp $(TARGET).dll $(DLL_INSTALL_DIR) 63 cp $(TARGET).dll $(DLL_INSTALL_DIR)
64
65 install: all
64 66
65 $(OBJECTS): $(PURPLE_CONFIG_H) 67 $(OBJECTS): $(PURPLE_CONFIG_H)
66 68
67 $(TARGET).dll: $(PURPLE_DLL).a $(OBJECTS) 69 $(TARGET).dll: $(PURPLE_DLL).a $(OBJECTS)
68 $(CC) -shared $(OBJECTS) $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $(TARGET).dll 70 $(CC) -shared $(OBJECTS) $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $(TARGET).dll