22 lines
962 B
Plaintext
22 lines
962 B
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2010 Brookhaven Science Associates, as Operator of
|
|
# Brookhaven National Lab.
|
|
# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
|
|
# National Laboratory.
|
|
# Copyright (c) 2002 The Regents of the University of California, as
|
|
# Operator of Los Alamos National Laboratory.
|
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#************************************************************************
|
|
|
|
# This is a Makefile fragment, see src/libCom/Makefile.
|
|
|
|
# Extra rule since asLib_lex.c is included by asLib.c
|
|
asLib$(DEP): asLib_lex.c
|
|
asLib.c: asLib_lex.c
|
|
|
|
# Ensure that lexer and parser are built before they are needed
|
|
asLib.c: $(INSTALL_HOST_BIN)/antelope$(HOSTEXE)
|
|
asLib_lex.c: $(INSTALL_HOST_BIN)/e_flex$(HOSTEXE)
|
|
asLib_lex.c: $(INSTALL_INCLUDE)/flex.skel.static
|