head 1.12; access; symbols PTH_2_0_7:1.11 PTH_2_0_6:1.10 PTH_2_0_5:1.10 PTH_2_0_4:1.10 PTH_2_0_3:1.9 PTH_2_0_2:1.9 PTH_2_0_1:1.9 PTH_2_0_0:1.8 PTH_2_0b2:1.7 PTH_2_0b1:1.7 PTH_2_0b0:1.7 PTH_1_4:1.6.0.2 PTH_1_4_1:1.6 PTH_1_4_0:1.5 PTH_1_3_7:1.4 PTH_1_4a3:1.4 PTH_1_3_6:1.4 PTH_1_4a2:1.4 PTH_1_3_5:1.4 PTH_1_4a1:1.4 PTH_1_3_4:1.4 PTH_1_3:1.4.0.2 PTH_1_3_3:1.4 PTH_1_3_2:1.4 PTH_1_3_1:1.4 PTH_1_3_0:1.4 PTH_1_3b3:1.3 PTH_1_3b2:1.3 PTH_1_3b1:1.3 PTH_1_3a5:1.3 PTH_1_3a4:1.3 PTH_1_3a3:1.3 PTH_1_3a2:1.3 PTH_1_3a1:1.1; locks; strict; comment @# @; 1.12 date 2007.01.01.18.23.53; author rse; state Exp; branches; next 1.11; commitid 9DhdiirNzQPBIP0s; 1.11 date 2006.06.08.17.54.54; author rse; state Exp; branches; next 1.10; commitid x8N3mLVdQgkbdeAr; 1.10 date 2004.12.31.19.34.45; author rse; state Exp; branches; next 1.9; 1.9 date 2004.07.13.10.50.49; author rse; state Exp; branches; next 1.8; 1.8 date 2003.01.01.15.49.12; author rse; state Exp; branches; next 1.7; 1.7 date 2002.10.15.20.34.23; author rse; state Exp; branches; next 1.6; 1.6 date 2002.01.27.11.03.41; author rse; state Exp; branches; next 1.5; 1.5 date 2001.03.24.14.51.05; author rse; state Exp; branches; next 1.4; 1.4 date 2000.02.15.19.23.03; author rse; state Exp; branches; next 1.3; 1.3 date 99.12.30.21.59.01; author rse; state Exp; branches; next 1.2; 1.2 date 99.11.09.08.11.32; author rse; state Exp; branches; next 1.1; 1.1 date 99.11.01.11.54.30; author rse; state Exp; branches; next ; desc @@ 1.12 log @Adjusted all copyright messages for new year 2007. @ text @## ## GNU Pth - The GNU Portable Threads ## Copyright (c) 1999-2007 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. ## ## This library is free software; you can redistribute it and/or ## modify it under the terms of the GNU Lesser General Public ## License as published by the Free Software Foundation; either ## version 2.1 of the License, or (at your option) any later version. ## ## This library is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## Lesser General Public License for more details. ## ## You should have received a copy of the GNU Lesser General Public ## License along with this library; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ## USA, or contact Ralf S. Engelschall . ## ## striptease.mk: Pth Makefile input for stripped down version ## # ``The "micro" in "microkernel" was # originally intended to mean 'small': # Believe it or not.'' -- Ripley @@SET_MAKE@@ CC = @@CC@@ CPPFLAGS = @@CPPFLAGS@@ -I. CFLAGS = @@CFLAGS@@ LDFLAGS = @@LDFLAGS@@ -L. LIBS = @@LIBS@@ AR = @@AR@@ RANLIB = @@RANLIB@@ SHTOOL = ./shtool RM = rm -f LIBS = libpth.a @@LIBPTHREAD_A@@ OBJS = pth.o pth_vers.o @@PTHREAD_O@@ SRCS = pth.c pth_vers.c all: pth_p.h $(LIBS) .SUFFIXES: .SUFFIXES: .c .o .lo .c.o: $(CC) -c $(CPPFLAGS) $(CFLAGS) $< pth_p.h: pth_p.h.in $(SHTOOL) scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' $(SRCS) libpth.a: pth.o pth_vers.o $(AR) rc libpth.a pth.o pth_vers.o $(RANLIB) libpth.a libpthread.a: pth.o pth_vers.o pthread.o $(AR) rc libpthread.a pth.o pth_vers.o pthread.o $(RANLIB) libpthread.a clean: $(RM) $(LIBS) $(RM) $(OBJS) distclean: clean $(RM) config.cache config.log config.status $(RM) pth_p.h pth.h pthread.h pth_acdef.h pth_acmac.h $(RM) Makefile test: check: install: @ 1.11 log @Adjusted all copyright messages for new year 2006 @ text @d3 1 a3 1 ## Copyright (c) 1999-2006 Ralf S. Engelschall @ 1.10 log @Adjusted all copyright messages for new year 2005. @ text @d3 1 a3 1 ## Copyright (c) 1999-2005 Ralf S. Engelschall @ 1.9 log @Adjusted all copyright messages for new year 2004. @ text @d3 1 a3 1 ## Copyright (c) 1999-2004 Ralf S. Engelschall @ 1.8 log @Adjusted all copyright messages for new year 2003. @ text @d3 1 a3 1 ## Copyright (c) 1999-2003 Ralf S. Engelschall @ 1.7 log @remove trailing whitespaces @ text @d3 1 a3 1 ## Copyright (c) 1999-2002 Ralf S. Engelschall @ 1.6 log @bump copyright year @ text @d25 1 a25 1 # ``The "micro" in "microkernel" was @ 1.5 log @*** empty log message *** @ text @d3 1 a3 1 ## Copyright (c) 1999-2001 Ralf S. Engelschall @ 1.4 log @*** empty log message *** @ text @d3 1 a3 1 ## Copyright (c) 1999-2000 Ralf S. Engelschall @ 1.3 log @*** empty log message *** @ text @d25 3 @ 1.2 log @*** empty log message *** @ text @d3 1 a3 1 ## Copyright (c) 1999 Ralf S. Engelschall @ 1.1 log @*** empty log message *** @ text @d59 1 a59 1 clean: @