summaryrefslogtreecommitdiffstats
path: root/isomd5sum/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-03-20 22:43:10 +0000
committerMike Fulbright <msf@redhat.com>2003-03-20 22:43:10 +0000
commit720f69db5a6df4a3d6afe90ea228b5a90fe41333 (patch)
tree45e350ddecfcfd5fd9aec0ba89c46a2e84c2b8d9 /isomd5sum/Makefile
parent67b207a86792001ee078517cdca387ef3cdde3ac (diff)
downloadanaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.tar.gz
anaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.tar.xz
anaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.zip
splitting up implant stuff so I can make a python binding for tim
Diffstat (limited to 'isomd5sum/Makefile')
-rw-r--r--isomd5sum/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile
index 1a3995508..3166c654e 100644
--- a/isomd5sum/Makefile
+++ b/isomd5sum/Makefile
@@ -2,8 +2,10 @@ include ../Makefile.inc
all:
gcc -c -O -g -D_FILE_OFFSET_BITS=64 md5.c
- gcc -O -g -D_FILE_OFFSET_BITS=64 -o implantisomd5 implantisomd5.c md5.o -lm -lpopt
- gcc -O -g -D_FILE_OFFSET_BITS=64 -o checkisomd5 checkisomd5.c md5.o -lm
+ gcc -c -O -g -D_FILE_OFFSET_BITS=64 libimplantisomd5.c
+ gcc -O -g -D_FILE_OFFSET_BITS=64 -o implantisomd5 implantisomd5.c libimplantisomd5.o md5.o -lm -lpopt
+ gcc -c -O -g -D_FILE_OFFSET_BITS=64 libcheckisomd5.c
+ gcc -O -g -D_FILE_OFFSET_BITS=64 -o checkisomd5 checkisomd5.c libcheckisomd5.o md5.o -lm
install:
install -m 755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR)