From 510378574d4d0a97bae46ab21fdf76395b2af1a8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 Nov 1999 13:02:13 +0000 Subject: no_comment --- tools/ddcprobe/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/ddcprobe/Makefile (limited to 'tools/ddcprobe/Makefile') diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile new file mode 100644 index 000000000..e2bf84011 --- /dev/null +++ b/tools/ddcprobe/Makefile @@ -0,0 +1,18 @@ +CFLAGS=-Wall -O # -g -DDEBUG +TARGETS=ddcxinfos + +ddcxinfos: lrmi.o vesamode.o vbe.o ddcxinfos.o + +libvbe.a: lrmi.o vesamode.o vbe.o + $(AR) cru $@ $^ + +#install: $(DESTDIR)/usr/include/vbe.h $(DESTDIR)/usr/lib/libvbe.a + +$(DESTDIR)/usr/include/vbe.h: + install -m 644 vbe.h $(DESTDIR)/usr/include/vbe.h + +$(DESTDIR)/usr/lib/libvbe.a: + install -m 644 libvbe.a $(DESTDIR)/usr/lib/libvbe.a + +clean: + $(RM) $(TARGETS) *.o core -- cgit v1.2.1