sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
77
app/xinit/launchd/privileged_startx/Makefile.am
Normal file
77
app/xinit/launchd/privileged_startx/Makefile.am
Normal file
|
@ -0,0 +1,77 @@
|
|||
# Copyright (c) 2008 Apple Inc.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person
|
||||
# obtaining a copy of this software and associated documentation files
|
||||
# (the "Software"), to deal in the Software without restriction,
|
||||
# including without limitation the rights to use, copy, modify, merge,
|
||||
# publish, distribute, sublicense, and/or sell copies of the Software,
|
||||
# and to permit persons to whom the Software is furnished to do so,
|
||||
# subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be
|
||||
# included in all copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
# NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT
|
||||
# HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name(s) of the above
|
||||
# copyright holders shall not be used in advertising or otherwise to
|
||||
# promote the sale, use or other dealings in this Software without
|
||||
# prior written authorization.
|
||||
|
||||
include $(top_srcdir)/cpprules.in
|
||||
|
||||
xinitrcdir = $(XINITDIR)
|
||||
privstartxdir = $(xinitrcdir)/privileged_startx.d
|
||||
|
||||
libexec_PROGRAMS = privileged_startx
|
||||
privstartx_SCRIPTS = 10-tmpdirs 20-font_cache
|
||||
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. -DXINITDIR=\"$(xinitrcdir)\" -DSCRIPTDIR=\"$(privstartxdir)\" -DBINDIR=\"$(bindir)\"
|
||||
CPP_FILES_FLAGS = -D__libexecdir__="$(libexecdir)" -DXINITDIR="$(xinitrcdir)" -DSCRIPTDIR="$(privstartxdir)" -DBINDIR="$(bindir)" -DBUNDLE_ID_PREFIX="$(bundleidprefix)"
|
||||
|
||||
dist_privileged_startx_SOURCES = \
|
||||
server.c \
|
||||
client.c \
|
||||
privileged_startx.c
|
||||
|
||||
nodist_privileged_startx_SOURCES = \
|
||||
privileged_startxServer.c \
|
||||
privileged_startxUser.c
|
||||
|
||||
BUILT_SOURCES = \
|
||||
privileged_startxServer.c \
|
||||
privileged_startxUser.c \
|
||||
privileged_startxServer.h \
|
||||
privileged_startx.h
|
||||
|
||||
$(bundleidprefix).privileged_startx.plist.cpp: privileged_startx.plist.cpp
|
||||
cp $< $@
|
||||
|
||||
launchdaemons_PRE = $(bundleidprefix).privileged_startx.plist.cpp
|
||||
launchdaemons_DATA = $(launchdaemons_PRE:plist.cpp=plist)
|
||||
|
||||
10-tmpdirs: 10-tmpdirs.cpp Makefile
|
||||
20-font_cache: 20-font_cache.cpp Makefile
|
||||
|
||||
CLEANFILES = \
|
||||
$(privstartx_SCRIPTS) \
|
||||
$(BUILT_SOURCES) \
|
||||
$(launchdaemons_DATA) \
|
||||
$(bundleidprefix).privileged_startx.plist.cpp
|
||||
|
||||
EXTRA_DIST = \
|
||||
10-tmpdirs.cpp \
|
||||
20-font_cache.cpp \
|
||||
privileged_startx.plist.cpp \
|
||||
privileged_startx.defs \
|
||||
privileged_startx_types.h
|
||||
|
||||
$(BUILT_SOURCES): $(srcdir)/privileged_startx.defs
|
||||
mig -sheader privileged_startxServer.h $(srcdir)/privileged_startx.defs
|
Loading…
Add table
Add a link
Reference in a new issue