Last change
on this file since 26f3b5f 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 | |
---|
3 | all: bpython.$(SHARED_EXT) |
---|
4 | |
---|
5 | bpython.$(SHARED_EXT): @srcdir@/src/bpython.c |
---|
6 | $(CC) $(CFLAGS) $(SHARED_FLAGS) -o bpython.$(SHARED_EXT) @srcdir@/src/bpython.c $(LDFLAGS) |
---|
7 | |
---|
8 | install: all |
---|
9 | $(INSTALL) -d $(DESTDIR)$(plugindir) |
---|
10 | $(INSTALL) bpython.$(SHARED_EXT) $(DESTDIR)$(plugindir) |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.