makefile.313
来自「EPICS CA gateway, base on channel access」· 313 代码 · 共 27 行
313
27 行
#*************************************************************************# 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 + =
减小字号Ctrl + -
显示快捷键?