?? makefile
字號:
# Sccsid %Z% %M% %I% %G%# # Make the DB-Library sample programs.## Change the following definitions as appropriate for your site:#SYBASE = /usr/u/sybaseINCDIR = $(SYBASE)/includeLIBDIR = $(SYBASE)/libHEADERS = $(INCDIR)/sybfront.h \ $(INCDIR)/sybdb.hDBLIBS = $(LIBDIR)/libsybdb.a INCLUDE = -I. -I$(INCDIR)all: example1 example2 example3 example4 example5 example6 example7 \ example8 example9 example10 example11 example12 bulkcopy twophaseexample1: $(HEADERS) example1.c cc $(INCLUDE) example1.c $(DBLIBS) -lm -lnsl_s -o example1example2: $(HEADERS) example2.c cc $(INCLUDE) example2.c $(DBLIBS) -lm -lnsl_s -o example2example3: $(HEADERS) example3.c cc $(INCLUDE) example3.c $(DBLIBS) -lm -lnsl_s -o example3example4: $(HEADERS) example4.c cc $(INCLUDE) example4.c $(DBLIBS) -lm -lnsl_s -o example4example5: $(HEADERS) example5.c cc $(INCLUDE) example5.c $(DBLIBS) -lm -lnsl_s -o example5example6: $(HEADERS) example6.c cc $(INCLUDE) example6.c $(DBLIBS) -lm -lnsl_s -o example6example7: $(HEADERS) example7.c cc $(INCLUDE) example7.c $(DBLIBS) -lm -lnsl_s -o example7example8: $(HEADERS) example8.c cc $(INCLUDE) example8.c $(DBLIBS) -lm -lnsl_s -o example8example9: $(HEADERS) example9.c cc $(INCLUDE) example9.c $(DBLIBS) -lm -lnsl_s -o example9 example10: example10.c cc $(INCLUDE) example10.c $(DBLIBS) -lm -lnsl_s -o example10 example11: example11.c cc $(INCLUDE) example11.c $(DBLIBS) -lm -lnsl_s -o example11 example12: example12.c cc $(INCLUDE) example12.c $(DBLIBS) -lm -lnsl_s -o example12 bulkcopy: bulkcopy.c cc $(INCLUDE) bulkcopy.c $(DBLIBS) -lm -lnsl_s -o bulkcopy twophase: twophase.c cc $(INCLUDE) twophase.c $(DBLIBS) -lm -lnsl_s -o twophase
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -