diff options
| author | 2009-04-24 18:40:11 +0200 | |
|---|---|---|
| committer | 2009-04-24 18:40:11 +0200 | |
| commit | 25273957cbfa16dc908c4a56f48f2c847d5e7ab2 (patch) | |
| tree | 561be098ac1ffa9bce6a79666173a065832b54e2 /Makefile | |
| parent | f7a7b349947235a0fac57159e3883b05dd51db29 (diff) | |
| download | usbmuxd-25273957cbfa16dc908c4a56f48f2c847d5e7ab2.tar.gz usbmuxd-25273957cbfa16dc908c4a56f48f2c847d5e7ab2.tar.bz2 | |
1. renamed iphone.c to usbmux.c and iphone.h to usbmux.h
2. renamed iphone* function to usbmux*
3. got rid of iphone_error_t type and constants
4. indentation adjustments
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -6,8 +6,8 @@ INSTALL_PREFIX=/usr/local | |||
| 6 | 6 | ||
| 7 | all: $(TARGETS) | 7 | all: $(TARGETS) |
| 8 | 8 | ||
| 9 | main.o: main.c usbmuxd-proto.h sock_stuff.h iphone.h | 9 | main.o: main.c usbmuxd-proto.h sock_stuff.h usbmux.h |
| 10 | iphone.o: iphone.c iphone.h usbmuxd.h sock_stuff.h | 10 | usbmux.o: usbmux.c usbmux.h usbmuxd.h sock_stuff.h |
| 11 | sock_stuff.o: sock_stuff.c sock_stuff.h | 11 | sock_stuff.o: sock_stuff.c sock_stuff.h |
| 12 | libusbmuxd.o: libusbmuxd.c usbmuxd.h usbmuxd-proto.h | 12 | libusbmuxd.o: libusbmuxd.c usbmuxd.h usbmuxd-proto.h |
| 13 | iproxy.o: iproxy.c sock_stuff.h | 13 | iproxy.o: iproxy.c sock_stuff.h |
| @@ -19,7 +19,7 @@ libusbmuxd.so: libusbmuxd.o sock_stuff.o | |||
| 19 | %.o: %.c | 19 | %.o: %.c |
| 20 | $(CC) -o $@ $(CFLAGS) -c $< | 20 | $(CC) -o $@ $(CFLAGS) -c $< |
| 21 | 21 | ||
| 22 | usbmuxd: main.o sock_stuff.o iphone.o | 22 | usbmuxd: main.o sock_stuff.o usbmux.o |
| 23 | $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) | 23 | $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) |
| 24 | 24 | ||
| 25 | iproxy: iproxy.o | 25 | iproxy: iproxy.o |
