📄 makefile.313
字号:
#*************************************************************************# Copyright (c) 2002 The University of Chicago, as Operator of Argonne# National Laboratory.# Copyright (c) 2002 Berliner Speicherring-Gesellschaft fuer Synchrotron-# Strahlung mbH (BESSY).# Copyright (c) 2002 The Regents of the University of California, as# Operator of Los Alamos National Laboratory.# This file is distributed subject to a Software License Agreement found# in the file LICENSE that is included with this distribution. #*************************************************************************# Makefile for Gateway# This is the version used for 3.13 builds and may be out of dateTOP = ../..ifneq ($(wildcard $(TOP)/config)x,x) # New Makefile.Host config file location include $(TOP)/config/CONFIG_EXTENSIONS include $(TOP)/config/RULES_ARCHSelse # Old Makefile.Unix config file location EPICS=../../.. include $(EPICS)/config/CONFIG_EXTENSIONS include $(EPICS)/config/RULES_ARCHSendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -