all: DockIcon.plugin/Contents/MacOS/DockIcon DockIcon.plugin/Contents/Info.plist DockIcon.plugin/Contents/MacOS/DockIcon: DockIconPlugIn.m DockIconPlugIn.h mkdir -p DockIcon.plugin/Contents/MacOS gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I$(HOME)/OthersPrograms/Colloquy/Chat\ Core -I$(HOME)/OthersPrograms/Colloquy/Controllers -I$(HOME)/OthersPrograms/Colloquy/Models -bundle -o $@ $< -arch i386 -arch ppc -Wall -W -Wno-unused-parameter -Werror -framework Cocoa -undefined dynamic_lookup DockIcon.plugin/Contents/Info.plist: Info.plist mkdir -p DockIcon.plugin/Contents cp $< $@ clean: rm -rf DockIcon.plugin