diff options
author | zyp <zyp@localhost> | 2006-05-08 15:23:20 +0200 |
---|---|---|
committer | zyp <zyp@localhost> | 2006-05-08 15:23:20 +0200 |
commit | df9c15d40a50ed17baa7bdbb11ef6cca9d410cf3 (patch) | |
tree | 4ceb64d5c29e6bf487f8a6e7dde655a2c0b5f26a /Makefile | |
parent | 3a5b32f44a95b989e39273527fc924ad3d32465e (diff) |
[project @ zyp-20060508132320-2c118d1a7e2505db]
[project @ 24]
Converted from make to distutils.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 0d897d0..0000000 --- a/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -CC=gcc -CFLAGS= -CPP=g++ -CPPFLAGS= -LD=gcc -LDFLAGS=-shared - -OBJECTS=hash_wrapper.o hash.o crc32.o ed2k.o -TARGET=_hash.so -INCLUDE=-I /usr/include/python2.4/ -LIB=-l boost_python -l ssl - -all: $(TARGET) - -clean: - -rm $(TARGET) $(OBJECTS) - -# Mål-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 |