diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:51:57 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:51:57 +0200 |
commit | 9610c1e727c1f1b09a1289df8d37f393dd043993 (patch) | |
tree | 0f603a50ccdce2ce0a3579ca5db41b2697acf3d3 /nx-X11/programs/nxauth/Imakefile | |
parent | e5c70dac0c5b4e13cf5337936aa754c66e822335 (diff) | |
download | nx-libs-9610c1e727c1f1b09a1289df8d37f393dd043993.tar.gz nx-libs-9610c1e727c1f1b09a1289df8d37f393dd043993.tar.bz2 nx-libs-9610c1e727c1f1b09a1289df8d37f393dd043993.zip |
Imported nxauth-3.1.0-1.tar.gznxauth/3.1.0-1
Summary: Imported nxauth-3.1.0-1.tar.gz
Keywords:
Imported nxauth-3.1.0-1.tar.gz
into Git repository
Diffstat (limited to 'nx-X11/programs/nxauth/Imakefile')
-rw-r--r-- | nx-X11/programs/nxauth/Imakefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/nx-X11/programs/nxauth/Imakefile b/nx-X11/programs/nxauth/Imakefile new file mode 100644 index 000000000..9a3c5d1e9 --- /dev/null +++ b/nx-X11/programs/nxauth/Imakefile @@ -0,0 +1,38 @@ +XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:11 cpqbld Exp $ + + + + +XCOMM $XFree86: xc/programs/xauth/Imakefile,v 3.5 2001/03/30 02:15:23 keithp Exp $ + +/**************************************************************************/ +/* */ +/* Copyright (c) 2001, 2007 NoMachine, http://www.nomachine.com/. */ +/* */ +/* NXAUTH, NX protocol compression and NX extensions to this software */ +/* are copyright of NoMachine. Redistribution and use of the present */ +/* software is allowed according to terms specified in the file LICENSE */ +/* which comes in the source distribution. */ +/* */ +/* Check http://www.nomachine.com/licensing.html for applicability. */ +/* */ +/* NX and NoMachine are trademarks of NoMachine S.r.l. */ +/* */ +/* All rights reserved. */ +/* */ +/**************************************************************************/ +/* LOCAL_LIBRARIES = $(DESTDIR)$(SHLIBDIR)/libXau.a */ + + + INCLUDES=-I../../lib + DEPLIBS = $(DEPXAUTHLIB) + LOCAL_LIBRARIES = ../../exports/lib/libXau.a + SRCS = xauth.c gethost.c process.c parsedpy.c + OBJS = xauth.o gethost.o process.o parsedpy.o + CONN_DEFINES = $(CONNECTION_FLAGS) + +ComplexProgramTarget(nxauth) + +SpecialCObjectRule(gethost,$(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES)) +SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES)) +SpecialCObjectRule(parsedpy,$(ICONFIGFILES),$(CONN_DEFINES)) |