Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 11747:b8bf638cc4aa
[gaim-migrate @ 14038]
Roles for everyone.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sun, 23 Oct 2005 10:08:08 +0000 |
| parents | 8ebc2219fae3 |
| children | d8f002812186 |
line wrap: on
line source
SOURCES=\ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ Buddy.cs \ Signal.cs \ Event.cs TARGET=GaimAPI.dll all: $(TARGET) $(TARGET): $(SOURCES) mcs -t:library -out:$(TARGET) $(SOURCES) .PHONY: install clean install: $(TARGET) $(INSTALL) -m 644 $(TARGET) $(libdir)/gaim clean: rm -rf $(TARGET)
