diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-07 23:32:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-07 23:32:08 +0000 |
commit | 39729db8c4855c43c0c8f74590198cf7e9f2f7ac (patch) | |
tree | 3a229a7b428100112a2befa0daf3aacb45996527 /Makefile | |
parent | f57fc317d0b1ec790b4c47f4d75ee052f45cc34b (diff) | |
download | rpmtools-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-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 $@ |