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

📄 makefile

📁 这是linux下关于C的编程
💻
字号:
# Sccsid %Z% %M% %I% %G%# Make the DB-Library sample programs.# ## Change the following definitions as appropriate for your site:SYBASE    = /opt/sybase-12.5/OCSINCDIR    = $(SYBASE)/includeLIBDIR    = $(SYBASE)/libHEADERS   = $(INCDIR)/sybfront.h  \	    $(INCDIR)/sybdb.hDBLIBS = $(LIBDIR)/libsybdb.a INCLUDE   = -I. -I$(INCDIR)DSYS      = BSD42DVERSION  =ha_status:  ha_status.c	cc $(CFLAGS) $(INCLUDE) ha_status.c $(DBLIBS) -lm -o ha_status c7dbjs:  c7dbjs.c	cc $(CFLAGS) $(INCLUDE) c7dbjs.c $(DBLIBS) -lm -o c7dbjs c7db_sz:  c7db_sz.c	cc $(CFLAGS) $(INCLUDE) c7db_sz.c $(DBLIBS) -lm -o c7db_sz c7db_zj:  c7db_zj.c	cc $(CFLAGS) $(INCLUDE) c7db_zj.c $(DBLIBS) -lm -o c7db_zj ha_function:  ha_function.c	cc $(CFLAGS) $(INCLUDE) ha_function.c $(DBLIBS) -lm -o ha_function c7dbjschild:  c7dbjschild.c	cc $(CFLAGS) $(INCLUDE) c7dbjschild.c $(DBLIBS) -lm -o c7dbjschild time_test:  time_test.c	cc $(CFLAGS) $(INCLUDE) time_test.c $(DBLIBS) -lm -o time_test grs_managerdb:  grs_managerdb.c	cc $(CFLAGS) $(INCLUDE) grs_managerdb.c $(DBLIBS) -lm -o grs_managerdb grs_manager:  grs_manager.c	cc $(CFLAGS) $(INCLUDE) grs_manager.c $(DBLIBS) -lm -o grs_manager grs_getdatatest1:  grs_getdatatest1.c	cc $(CFLAGS) $(INCLUDE) grs_getdatatest1.c $(DBLIBS) -lm -o grs_getdatatest1 c7dbchild:  c7dbchild.c	cc $(CFLAGS) $(INCLUDE) c7dbchild.c $(DBLIBS) -lm -o c7dbchild send_arp:  send_arp.c	gcc -o send_arp -lm send_arp.c 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -