source: src/router/ipeth/ipheth-pair/Makefile @ 19136

Last change on this file since 19136 was 19136, checked in by BrainSlayer, 13 months ago

better

File size: 751 bytes
Line 
1CFLAGS += $(COPTS) -I$(TOP)/ipeth/libimobiledevice/include -I$(TOP)/ipeth/libplist/include -DNEED_PRINTF -ffunction-sections -fdata-sections -Wl,--gc-sections
2LDLIBS += $(TOP)/ipeth/libimobiledevice/src/.libs/libimobiledevice.a -L$(TOP)/openssl -lssl -lcrypto -L$(TOP)/ipeth/libplist/src -lplist $(TOP)/ipeth/libusbmuxd/libusbmuxd/liblibusbmuxd-static.a $(TOP)/ipeth/libxml2/.libs/libxml2.a -lm -lpthread
3
4all: ipheth-pair ipheth-loop
5
6ipheth-pair: ipheth-pair.o
7
8ipheth-loop: ipheth-loop.o
9        $(CC) -o ipheth-loop  -fdata-sections -Wl,--gc-sections ipheth-loop.o
10
11install:
12        install -m 0755 ipheth-pair /lib/udev/
13        install -m 0644 90-iphone-tether.rules /etc/udev/rules.d
14        /sbin/udevadm control --reload-rules
15
16clean:
17        rm -f *.o ipheth-pair ipheth-loop
Note: See TracBrowser for help on using the repository browser.