?? makefile
字號:
## Application Makefile #ifndef DEBUGDEBUG = -gendififndef OPTIMOPTIM = -OsaxendifPLATFORM=10.6PHABOPTS=#CFLAGS = -v$(PLATFORM) -3 -mf -w5 $(OPTIM) $(DEBUG) $(PHABOPTS)CPPFLAGS = $(CFLAGS)LDFLAGS = -v$(PLATFORM) -3 -mf $(DEBUG) -l Aplib -l phrtlib -l phexlib -l phcontrib -l photon -l phrender_s $(PHABOPTS)SDFLAGS = -v$(PLATFORM) -3 -mf $(DEBUG) -l Aplib -l phrtlib -l phexlib -l phcontrib -l photon_s -l phrender_s $(PHABOPTS)VPATH = ../.include ../abOfilesinclude ../indOfilesinclude ../abSfilesinclude ../indSfilesinclude ../abHfilesinclude ../indHfilesinclude ../abWfiles## Application Program#shr: $(ABOBJ) $(MYOBJ) $(LD) $(SDFLAGS) $(ABOBJ) $(MYOBJ) -M -o rect usemsg rect ../Usemsg phabbind rect $(ABMOD)app: $(ABOBJ) $(MYOBJ) $(LD) $(LDFLAGS) $(ABOBJ) $(MYOBJ) -M -o rect usemsg rect ../Usemsg phabbind rect $(ABMOD)clean: rm -f *.o *.err *.map rectinstall: -cp -vnf rect /usr/bin/photon## Headers#$(ABOBJ) $(MYOBJ): $(MYHDR)## Prototype Generation#proto: approto -p $(ABSRC) $(MYSRC) > proto.h
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -