comparison libdha/Makefile @ 21850:a678ff4617fd

Remove generated pci_* files on clean, not just on distclean.
author diego
date Wed, 10 Jan 2007 16:54:44 +0000
parents 2a0a1f974172
children c24e237516f6
comparison
equal deleted inserted replaced
21849:28eb65b3a241 21850:a678ff4617fd
69 test: 69 test:
70 $(CC) test.c -o test $(SHORTNAME) 70 $(CC) test.c -o test $(SHORTNAME)
71 71
72 clean: 72 clean:
73 rm -f *.o *.a *~ *.so *.so.* 73 rm -f *.o *.a *~ *.so *.so.*
74 rm -f pci_*.c pci_*.h pci.db
74 75
75 distclean: clean 76 distclean: clean
76 rm -f .depend test 77 rm -f .depend test
77 rm -f pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h pci.db
78 78
79 dep depend: pci_names.c 79 dep depend: pci_names.c
80 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 80 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
81 81
82 install: 82 install: