Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4525124
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile.am
View Options
###############################################################################
###############################################################################
##
## Copyright (C) 2009-2019 Red Hat, Inc.
##
## This copyrighted material is made available to anyone wishing to use,
## modify, copy, or redistribute it subject to the terms and conditions
## of the GNU General Public License v.2.
##
###############################################################################
###############################################################################
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = config.l config.y fence_virt.conf
noinst_LIBRARIES = libsimpleconfig.a
libsimpleconfig_a_SOURCES = \
simpleconfig.c
nodist_libsimpleconfig_a_SOURCES = \
y.tab.c \
config.c
libsimpleconfig_a_CFLAGS = $(VIRT_AM_CFLAGS) $(AM_CFLAGS) -Wno-unused
noinst_HEADERS = config-stack.h
sysconf_DATA = fence_virt.conf
# local rules
y.tab.c: config.y
$(YACC) -d $^
config.c: y.tab.c config.l
$(LEX) -oconfig.c $(srcdir)/config.l
install-exec-hook:
chmod 600 $(DESTDIR)$(sysconfdir)/fence_virt.conf
clean-local:
rm -f config.tab.c config.tab.h config.c y.tab.c y.tab.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 26, 5:59 PM (17 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1959291
Default Alt Text
Makefile.am (1 KB)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment