From a2df0544eebb05b5be78fe6ce6358688d7df7de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 28 Aug 2004 20:03:42 +0000 Subject: Various fixes and improvements of mingw port: - HAVE_SETENV - Cygwin build - win32/contrib Makefile CVS patchset: 6915 CVS date: 2004/08/28 20:03:42 --- win32/contrib/Makefile.am | 56 +++-------------------------------------------- 1 file changed, 3 insertions(+), 53 deletions(-) (limited to 'win32') diff --git a/win32/contrib/Makefile.am b/win32/contrib/Makefile.am index 3e96887b5..433ea66e6 100644 --- a/win32/contrib/Makefile.am +++ b/win32/contrib/Makefile.am @@ -9,63 +9,13 @@ libsetenv = libsetenv.la endif if WIN32 -noinst_LTLIBRARIES = $(libsetenv) libtimer.la libdirent.la +win32libs = libtimer.la libdirent.la endif +noinst_LTLIBRARIES = $(libsetenv) $(win32libs) + libsetenv_la_SOURCES = setenv.c libtimer_la_SOURCES = timer/timer.c libdirent_la_SOURCES = dirent/dirent.c - -EXTRA_DIST = \ - pthreads/FAQ \ - pthreads/NEWS \ - pthreads/TODO \ - pthreads/barrier.c \ - pthreads/build.tar.gz \ - pthreads/cleanup.c \ - pthreads/pthread.h \ - pthreads/private.c \ - pthreads/CONTRIBUTORS \ - pthreads/dll.c \ - pthreads/README.CV \ - pthreads/tsd.c \ - pthreads/COPYING.LIB \ - pthreads/signal.c \ - pthreads/README \ - pthreads/condvar.c \ - pthreads/sched.c \ - pthreads/sched.h \ - pthreads/WinCE-PORT \ - pthreads/semaphore.c \ - pthreads/semaphore.h \ - pthreads/README.NONPORTABLE \ - pthreads/PROGRESS \ - pthreads/errno.c \ - pthreads/need_errno.h \ - pthreads/global.c \ - pthreads/cancel.c \ - pthreads/attr.c \ - pthreads/config.h \ - pthreads/nonportable.c \ - pthreads/exit.c \ - pthreads/fork.c \ - pthreads/README.WinCE \ - pthreads/config.h.in \ - pthreads/mutex.c \ - pthreads/misc.c \ - pthreads/pthread.def \ - pthreads/pthread.dsp \ - pthreads/pthread.dsw \ - pthreads/pthread.ncb \ - pthreads/pthread.opt \ - pthreads/spin.c \ - pthreads/sync.c \ - pthreads/rwlock.c \ - pthreads/ANNOUNCE \ - pthreads/MAINTAINERS \ - pthreads/create.c \ - pthreads/ChangeLog \ - pthreads/implement.h \ - pthreads/acconfig.h -- cgit v1.2.3