diff options
author | zyp <zyp@localhost> | 2006-05-11 18:34:59 +0200 |
---|---|---|
committer | zyp <zyp@localhost> | 2006-05-11 18:34:59 +0200 |
commit | ea36dd2639b7b562aee9aa587489be9bf9bc4c73 (patch) | |
tree | a5a17cfef9f044850fa225f68d212ad37bcc5d6a /ed2k/Makefile | |
parent | d4f7c7d7f6311d420a8b3ecac72659f499d3c848 (diff) |
[project @ zyp-20060511163459-2e238e10d316fe12]
[project @ 29]
Adapted pyanidb to distutils.
Diffstat (limited to 'ed2k/Makefile')
-rw-r--r-- | ed2k/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ed2k/Makefile b/ed2k/Makefile deleted file mode 100644 index 07d23df..0000000 --- a/ed2k/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -CC=gcc -CFLAGS= -CPP=g++ -CPPFLAGS= -LD=gcc -LDFLAGS=-shared - -OBJECTS=ed2k_wrapper.o ed2k.o -TARGET=_ed2k.so -INCLUDE=-I /usr/include/python2.4/ -LIB=-l boost_python -l ssl - -all: $(TARGET) - -clean: - -rm $(TARGET) $(OBJECTS) - -# M�-regel -$(TARGET): $(OBJECTS) Makefile - $(LD) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIB) - -# Pseudoregler -%.o: %.c Makefile - $(CC) $(CFLAGS) -o $@ -c $< $(INCLUDE) - -%.o: %.cpp Makefile - $(CPP) $(CPPFLAGS) -o $@ -c $< $(INCLUDE)
\ No newline at end of file |