diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-15 23:54:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-15 23:54:39 +0000 |
commit | 795cbb9daaaccff2e81422fa266e095767d8e5f8 (patch) | |
tree | 7ce0b5ab7ff28e5059893512d1aa82245be4521f /convert/Makefile | |
parent | 96db78ac384ac0119eadea1f296567a34912f592 (diff) | |
download | ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.gz ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.bz2 ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.xz ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.zip |
move to convert directory the convert tools
Diffstat (limited to 'convert/Makefile')
-rw-r--r-- | convert/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/convert/Makefile b/convert/Makefile new file mode 100644 index 00000000..1aec5909 --- /dev/null +++ b/convert/Makefile @@ -0,0 +1,13 @@ +FILES = xf86PciInfo2pcitable + +all: $(FILES) + +clean: + rm -f $(FILES) + +xf86PciInfo2pcitable: %: %.c xf86PciInfo.h + gcc -o $@ $< + +#do +# take new xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h in XFree86-4 +# make ; ./xf86PciInfo2pcitable > /tmp/xf_pcitable ; perl rh_pcitable2pcitable /tmp/xf_pcitable ../pcitable |