?? makefile
字號:
OBJS = ozerocdoff.oall: ozerocdoffozerocdoff: ozerocdoff.o $(CC) -l usb -o $@ ozerocdoff.o%.o: %.c $(CC) -c $*.c -Wall -Oclean: rm -f $(OBJS) ozerocdoffinstall: ozerocdoff install -d $(DESTDIR)/usr/sbin install -d $(DESTDIR)/etc/udev/rules.d install ozerocdoff $(DESTDIR)/usr/sbin cp hso.udev $(DESTDIR)/etc/udev/rules.d/51-hso-udev.rules install -d $(DESTDIR)/usr/share/hal/fdi/preprobe/20thirdparty cp 10-wwan-hso-preprobe.fdi $(DESTDIR)/usr/share/hal/fdi/preprobe/20thirdparty install -d $(DESTDIR)/usr/share/hal/fdi/information/20thirdparty cp 10-wwan-quirk.fdi $(DESTDIR)/usr/share/hal/fdi/information/20thirdparty install -d $(DESTDIR)/usr/lib/hal/scripts/ install hal-serial-hsotype $(DESTDIR)/usr/lib/hal/scripts/ install -d $(DESTDIR)/etc install osetsuspend $(DESTDIR)/usr/sbin cp hso-suspend.conf $(DESTDIR)/etc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -