source:
trunk/kitgen/8.x/libusb-win32/Makefile@
194
| Last change on this file since 194 was 175, checked in by , 13 years ago | |
|---|---|
| File size: 164 bytes | |
| Rev | Line | |
|---|---|---|
| [175] | 1 | CC = gcc |
| 2 | CFLAGS += -O2 -Wall -mno-cygwin -I. | |
| 3 | AR = ar | |
| 4 | ||
| 5 | OBJS = descriptors.o error.o usb.o windows.o | |
| 6 | ||
| 7 | libusb.a: $(OBJS) | |
| 8 | $(AR) -rcsv $@ $^ | |
| 9 | ||
| 10 | clean: | |
| 11 | rm -f *.o *.a | |
| 12 | ||
| 13 | ||
| 14 | ||
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
