mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-08 12:10:03 -04:00
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:59 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/proxymngr/Imakefile,v 1.14 2003/07/09 15:27:36 tsi Exp $
|
|
|
|
DEFINES = StrcasecmpDefines
|
|
|
|
DEPLIBS = $(DEPXTOOLLIB) $(DEPXONLYLIB)
|
|
LOCAL_LIBRARIES = $(XTOOLLIB) $(XONLYLIB)
|
|
|
|
#ifdef IPv6Flags
|
|
IPv6_FLAGS = IPv6Flags
|
|
#endif
|
|
|
|
HEADERS = PM.h PMproto.h
|
|
|
|
SRCS1 = main.c pmdb.c config.c
|
|
|
|
OBJS1 = main.o pmdb.o config.o
|
|
|
|
PROGRAMS = ProgramTargetName(proxymngr)
|
|
|
|
LBXPROXY = $(BINDIR)/lbxproxy
|
|
|
|
SITE_CONFIG = -DLBXPROXY=$(LBXPROXY)
|
|
|
|
EXTRAMANDEFS = -DPROXYMANAGERDIR=$(PROXYMANAGERDIR)
|
|
|
|
AllTarget(pmconfig)
|
|
|
|
LinkConfDirectory(proxymngr,.,proxymngr,.)
|
|
|
|
CppFileTarget(pmconfig,pmconfig.cpp,$(SITE_CONFIG),NullParameter)
|
|
|
|
BuildIncludes($(HEADERS),X11/PM,../..)
|
|
InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/PM,$(INSTINCFLAGS))
|
|
|
|
ComplexProgramTarget_1(proxymngr,$(LOCAL_LIBRARIES),NullParameter)
|
|
SpecialCObjectRule(main,$(_NOOP_),'-DCONFIG_FILE="'$(PROXYMANAGERDIR)'/pmconfig"' $(IPv6_FLAGS))
|
|
|
|
InstallNonExecFile(pmconfig,$(PROXYMANAGERDIR))
|