source: protocols/python/Makefile.in @ e38c6d8

Last change on this file since e38c6d8 was 0075527, checked in by Nick Murdoch <nick@…>, at 2013-03-17T13:38:14Z

Add existing git project files, and modify bitlbee's build script to build the plugin.

  • Property mode set to 100644
File size: 297 bytes
Line 
1-include config.mak
2
3all: bpython.$(SHARED_EXT)
4
5bpython.$(SHARED_EXT): @srcdir@/src/bpython.c
6        $(CC) $(CFLAGS) $(SHARED_FLAGS) -o bpython.$(SHARED_EXT) @srcdir@/src/bpython.c $(LDFLAGS)
7
8install: all
9        $(INSTALL) -d $(DESTDIR)$(plugindir)
10        $(INSTALL) bpython.$(SHARED_EXT) $(DESTDIR)$(plugindir)
11
Note: See TracBrowser for help on using the repository browser.