diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-23 20:35:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-23 20:35:14 +0000 |
commit | b4fdba468edc5b84f66c4cf8219fa4a97d8a0127 (patch) | |
tree | eeb98f6b7efbee0238a8a3766f1c859b6f1d4290 /edd/Makefile | |
parent | cc523011cd711cb4d417f6937c9610f9b8437d6e (diff) | |
download | anaconda-b4fdba468edc5b84f66c4cf8219fa4a97d8a0127.tar.gz anaconda-b4fdba468edc5b84f66c4cf8219fa4a97d8a0127.tar.xz anaconda-b4fdba468edc5b84f66c4cf8219fa4a97d8a0127.zip |
hack for edd
Diffstat (limited to 'edd/Makefile')
-rw-r--r-- | edd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/edd/Makefile b/edd/Makefile index b49db086b..fdba1ff65 100644 --- a/edd/Makefile +++ b/edd/Makefile @@ -2,7 +2,8 @@ include ../Makefile.inc CFLAGS=-Wall -O -g -fpic -I/usr/include/python1.5# -DDEBUG -TARGETS=eddmodule.so libedd.a(edd.o lrmi.o) +#libedd.a(edd.o lrmi.o) +TARGETS=eddmodule.so ifeq (.depend,$(wildcard .depend)) TARGET=all @@ -20,9 +21,9 @@ install: all edd: lrmi.c edd.c gcc -DDEBUG -o edd lrmi.c edd.c -eddmodule.so: pyedd.c edd.o lrmi.o +eddmodule.so: pyedd.c # edd.o lrmi.o gcc -c -o pyedd.o -fpic pyedd.c $(CFLAGS) - gcc -shared -g -o $@ pyedd.o edd.o lrmi.o + gcc -shared -g -o $@ pyedd.o # edd.o lrmi.o clean: rm -f *.o *.so *~ core |