aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-07 23:32:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-07 23:32:08 +0000
commit39729db8c4855c43c0c8f74590198cf7e9f2f7ac (patch)
tree3a229a7b428100112a2befa0daf3aacb45996527 /Makefile
parentf57fc317d0b1ec790b4c47f4d75ee052f45cc34b (diff)
downloadrpmtools-39729db8c4855c43c0c8f74590198cf7e9f2f7ac.tar
rpmtools-39729db8c4855c43c0c8f74590198cf7e9f2f7ac.tar.gz
rpmtools-39729db8c4855c43c0c8f74590198cf7e9f2f7ac.tar.bz2
rpmtools-39729db8c4855c43c0c8f74590198cf7e9f2f7ac.tar.xz
rpmtools-39729db8c4855c43c0c8f74590198cf7e9f2f7ac.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bcb65b5..d8a77d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,16 @@
-VERSION = 1.0
+VERSION = 1.1
NAME = rpmtools
FROMC = rpm2header #rpm-find-leaves
-FROMCC = gendepslist hdlist2names hdlist2files
+FROMCC = gendepslist2 hdlist2names hdlist2files hdlist2prereq
ALL = $(FROMC) $(FROMCC)
+CFLAGS = -Wall -g
LIBRPM = /usr/lib/librpm.so.0 -ldb1 -lz -I/usr/include/rpm -lpopt
all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
- install -s $(ALL) $(PREFIX)/usr/bin
+ install -s $(ALL) genhdlist_cz2 $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@