Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 11665:2350fe2bef87
[gaim-migrate @ 13950]
Simplification from Michael Carlson
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Fri, 14 Oct 2005 18:45:34 +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)
