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

📄 makefile-aix

📁 获取unix系统进程信息的功能
💻
字号:
CC = gccCFLAGS	= -fPIC -DUNIX -DAIX -D_THREAD_SAFELIBS    = -lnslSRCS = plora.c interface.c orainfo.c utils.c performance.c netinfo.c platinfo.c dirinfo.cOBJS = plora.o interface.o orainfo.o utils.o performance.o netinfo.o platinfo.o dirinfo.o.SUFFIXES: .exe .o .c .cpp .pc.c.o:	$(CC) -c $(CFLAGS) $<.cpp.o:	$(CC) -c $(CFLAGS) $<TARGET = plora.soall: $(TARGET)$(TARGET): $(SRCS) $(OBJS)	$(CC) -shared -W1 -o $(TARGET) $(OBJS) $(LIBS)clean:	rm -f *.o	rm -f $(TARGET)

⌨️ 快捷键说明

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