comparison plugins/Makefile.mingw @ 4709:57d74064445a

[gaim-migrate @ 5020] For the moment excluding wintrans and iconaway committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Mar 2003 20:29:15 +0000
parents 758f2edc3298
children 0b1c01fd68f1
comparison
equal deleted inserted replaced
4708:50cea25d0a2c 4709:57d74064445a
73 73
74 .PHONY: all clean 74 .PHONY: all clean
75 75
76 all: plugins 76 all: plugins
77 $(MAKE) -C $(TICKER) -f Makefile.mingw 77 $(MAKE) -C $(TICKER) -f Makefile.mingw
78 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
79 $(MAKE) -C $(WINPREFS) -f Makefile.mingw 78 $(MAKE) -C $(WINPREFS) -f Makefile.mingw
79
80 # $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
80 81
81 install: 82 install:
82 cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins 83 cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins
83 $(MAKE) -C $(TICKER) -f Makefile.mingw install 84 $(MAKE) -C $(TICKER) -f Makefile.mingw install
84 $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
85 $(MAKE) -C $(WINPREFS) -f Makefile.mingw install 85 $(MAKE) -C $(WINPREFS) -f Makefile.mingw install
86
87 # $(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
86 88
87 # 89 #
88 # BUILD Plugin 90 # BUILD Plugin
89 # 91 #
90 92
94 $(CC) -mdll -o junk.tmp -Wl,--base-file,$@.base tmp$@.o $(LIB_PATHS) $(LIBS) 96 $(CC) -mdll -o junk.tmp -Wl,--base-file,$@.base tmp$@.o $(LIB_PATHS) $(LIBS)
95 dlltool -D $@ -b $@.base -e $@.exp -d $@.def 97 dlltool -D $@ -b $@.base -e $@.exp -d $@.def
96 $(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS) 98 $(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS)
97 rm -rf $@.base $@.def $@.exp junk.tmp 99 rm -rf $@.base $@.def $@.exp junk.tmp
98 100
99 plugins: iconaway.dll spellchk.dll autorecon.dll 101 plugins: spellchk.dll autorecon.dll
100 102
103 # iconaway.dll
101 104
102 ## 105 ##
103 ## CLEAN RULES 106 ## CLEAN RULES
104 ## 107 ##
105 108