summaryrefslogtreecommitdiff
path: root/win32/contrib
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-08-28 20:03:42 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-08-28 20:03:42 +0000
commita2df0544eebb05b5be78fe6ce6358688d7df7de8 (patch)
treebb010c34eda20e9041d405038ca1d441266cbbf5 /win32/contrib
parent202bc840c6d4821d24a8b5b0c44037e2b38ee79d (diff)
downloadxine-lib-a2df0544eebb05b5be78fe6ce6358688d7df7de8.tar.gz
xine-lib-a2df0544eebb05b5be78fe6ce6358688d7df7de8.tar.bz2
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
Diffstat (limited to 'win32/contrib')
-rw-r--r--win32/contrib/Makefile.am56
1 files changed, 3 insertions, 53 deletions
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