diff options
| author | Mystery Man <unknown@mandriva.org> | 2001-06-11 11:44:34 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2001-06-11 11:44:34 +0000 |
| commit | 7507023403933bbd0d851a250a474f85ba6a89d2 (patch) | |
| tree | c212a6c0eae5ed2c9964c390ebb72970ec08fd08 /tools/Makefile | |
| parent | ab5559aaabd1167a18ac882e64d97c5adc0e7d03 (diff) | |
| download | drakx-backup-do-not-use-topic/ppp.tar drakx-backup-do-not-use-topic/ppp.tar.gz drakx-backup-do-not-use-topic/ppp.tar.bz2 drakx-backup-do-not-use-topic/ppp.tar.xz drakx-backup-do-not-use-topic/ppp.zip | |
This commit was manufactured by cvs2svn to create branch 'ppp'.topic/ppp
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tools/Makefile b/tools/Makefile deleted file mode 100644 index ca1e6197f..000000000 --- a/tools/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -ROOTDEST = /export -DEST = $(ROOTDEST)/Mandrake/mdkinst -RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm) -DIRS = ddcprobe serial_probe -BASE = $(ROOTDEST)/Mandrake/base -CFLAGS = -Wall - -.PHONY: clean install $(DIRS) - -all: $(BASE)/depslist.ordered $(BASE)/compss $(DIRS) xhost+ install - -$(DIRS): - make -C $@ - -install: - install -d $(ROOTDEST)/misc/auto - install make_mdkinst_stage2 $(ROOTDEST)/misc - cd /usr/bin ; install packdrake $(ROOTDEST)/misc || { echo "packdrake is missing"; exit 1; } - cd /usr/bin ; install gendistrib rpm2header $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } - cd /usr/lib/perl5/site_perl/5.6.0/*-linux ; install packdrake.pm rpmtools.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } - cd /usr/lib/perl5/site_perl/5.6.0/*-linux/auto ; cp -rf rpmtools $(ROOTDEST)/misc/auto || { echo "install rpmtools first!" ; exit 1; } - mkdir -p $(DEST)/usr/bin - -xhost+: %: %.c - $(CC) $(CFLAGS) $< -L/usr/X11R6/lib -lX11 -o $@ - -ddcprobe/ddcxinfos: - $(MAKE) -C ddcprobe ddcxinfos - -$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz - gendistrib --nohdlists --distrib $(ROOTDEST) - -$(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) - gendistrib --noclean --nobasefiles --distrib $(ROOTDEST) - -clean: - for i in $(DIRS); do $(MAKE) -C $$i clean; done - rm -rf *~ xhost+ ddcprobe/ddcxinfos */*.o |
