⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 在SCO UNIX5.05
💻
字号:
# 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 + -