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

📄 makefile

📁 seismic software,very useful
💻
字号:
#=======================================================================#                        Executable Makefile#-----------------------------------------------------------------------# Define the source and documentation files for this software component#-----------------------------------------------------------------------RULES = /home/rbeards/rulesPRODUCT = cwpCOMPONENT = cmovieHDR = axis.h            \      color.h           \      colorbar.h        \      data.h            \      draw.h            \      edit.h            \      grunge.h          \      help.h            \      main.h            \      map.h             \      movie.h           \      pick.h            \      pik.h             \      plane.h           \      rargs.h           \      region.h          \      render.h          \      section.h         \      ui.h              \      ui_canvas.h       \      ui_menu.h         \      ui_panel.h        \      ui_window.h       \      view.hSRC = axis.c            \      color.c           \      colorbar.c        \      data.c            \      draw.c            \      edit.c            \      help.c            \      main.c            \      map.c             \      movie.c           \      pick.c            \      pik.c             \      plane.c           \      region.c          \      render.c          \      section.c         \      ui_canvas.c       \      ui_menu.c         \      ui_panel.c        \      ui_window.c       \      view.c DOC = Makefile          \      Logfile           \      ReleaseNotesEXE = $(COMPONENT) all: 	$(HDR) $(SRC) $(DOC)	make $(EXE)	make cleanCFLAGS = $(COPT) $(CWP_FLAGS) $(IPATH)FFLAGS = $(FOPT)#-----------------------------------------------------------------------# Add the /app/SU include files to resolve gridhdr.h.  This should be# removed once CWP/SU and Unocal/SU are merged.#-----------------------------------------------------------------------IPATH  = -I$(CWP_INC) -I/app/SU/slt/include -I$(MOTIF_INC) -I$(X11_INC)LPATH  = -L$(CWP_LIB) -L$(MOTIF_LIB) -L$(X11_LIB) LDLIBS  = -lpar -lcwp -lXm -lXt -lXmu -lXext -lX11 -lmLDFLAGS = $(LPATH) $(LDLIBS) #-----------------------------------------------------------------------# Include the rulesets appropriate to this system and product#-----------------------------------------------------------------------include $(RULES)/standard.rulesinclude $(RULES)/$(SYSTEM_RULE)include $(RULES)/$(PRODUCT).rules

⌨️ 快捷键说明

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