1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00

Simply platform makefiles for lii6gc and lii6ll.

Copied from Perforce
 Change: 187342
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-10-22 13:11:29 +01:00
parent 4b2eb84ca9
commit b939dd00bf
2 changed files with 28 additions and 19 deletions

View file

@ -3,28 +3,31 @@
# lii6gc.gmk: BUILD FOR LINUX/x64/GCC PLATFORM
#
# $Id$
# Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
# Copyright (c) 2001-2014 Ravenbrook Limited. See end of file for license.
PFM = lii6gc
THREADSRC = lockli.c thix.c pthrdext.c
THREADLIB = -lpthread
MPMPF = \
lockli.c \
prmci6li.c \
proti6.c \
protix.c \
protli.c \
pthrdext.c \
span.c \
ssixi6.c \
thix.c \
vmix.c
MPMPF = ${THREADSRC} vmix.c \
protix.c protli.c proti6.c prmci6li.c ssixi6.c span.c
LIBS = -lm ${THREADLIB}
LIBS = -lm -lpthread
include gc.gmk
CC = cc
include comm.gmk
# C. COPYRIGHT AND LICENSE
#
# Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
# Copyright (C) 2001-2014 Ravenbrook Limited <http://www.ravenbrook.com/>.
# All rights reserved. This is an open source license. Contact
# Ravenbrook for commercial licensing options.
#

View file

@ -3,17 +3,23 @@
# lii6ll.gmk: BUILD FOR LINUX/x64/Clang PLATFORM
#
# $Id$
# Copyright (c) 2001-2013 Ravenbrook Limited. See end of file for license.
# Copyright (c) 2001-2014 Ravenbrook Limited. See end of file for license.
PFM = lii6ll
THREADSRC = lockli.c thix.c pthrdext.c
THREADLIB = -lpthread
MPMPF = \
lockli.c \
prmci6li.c \
proti6.c \
protix.c \
protli.c \
pthrdext.c \
span.c \
ssixi6.c \
thix.c \
vmix.c
MPMPF = ${THREADSRC} vmix.c \
protix.c protli.c proti6.c prmci6li.c ssixi6.c span.c
LIBS = -lm ${THREADLIB}
LIBS = -lm -lpthread
include ll.gmk
include comm.gmk
@ -21,7 +27,7 @@ include comm.gmk
# C. COPYRIGHT AND LICENSE
#
# Copyright (C) 2001-2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
# Copyright (C) 2001-2014 Ravenbrook Limited <http://www.ravenbrook.com/>.
# All rights reserved. This is an open source license. Contact
# Ravenbrook for commercial licensing options.
#