Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
factor out MANIFEST into shared include file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 29, 2013
1 parent 27d4595 commit 04589f3
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 663 deletions.
222 changes: 222 additions & 0 deletions MANIFEST
@@ -0,0 +1,222 @@
MANIFEST= \
LICENSE \
MANIFEST \
README \
posix.mak \
win32.mak \
win64.mak \
\
src\object_.d \
src\object.di \
\
src\core\atomic.d \
src\core\bitop.d \
src\core\cpuid.d \
src\core\demangle.d \
src\core\exception.d \
src\core\math.d \
src\core\memory.d \
src\core\runtime.d \
src\core\simd.d \
src\core\thread.d \
src\core\thread.di \
src\core\threadasm.S \
src\core\time.d \
src\core\vararg.d \
\
src\core\stdc\complex.d \
src\core\stdc\config.d \
src\core\stdc\ctype.d \
src\core\stdc\errno.c \
src\core\stdc\errno.d \
src\core\stdc\fenv.d \
src\core\stdc\float_.d \
src\core\stdc\inttypes.d \
src\core\stdc\limits.d \
src\core\stdc\locale.d \
src\core\stdc\math.d \
src\core\stdc\signal.d \
src\core\stdc\stdarg.d \
src\core\stdc\stddef.d \
src\core\stdc\stdint.d \
src\core\stdc\stdio.d \
src\core\stdc\stdlib.d \
src\core\stdc\string.d \
src\core\stdc\tgmath.d \
src\core\stdc\time.d \
src\core\stdc\wchar_.d \
src\core\stdc\wctype.d \
\
src\core\sync\barrier.d \
src\core\sync\condition.d \
src\core\sync\config.d \
src\core\sync\exception.d \
src\core\sync\mutex.d \
src\core\sync\rwmutex.d \
src\core\sync\semaphore.d \
\
src\core\sys\freebsd\dlfcn.d \
src\core\sys\freebsd\execinfo.d \
\
src\core\sys\freebsd\sys\event.d \
\
src\core\sys\linux\execinfo.d \
src\core\sys\linux\epoll.d \
\
src\core\sys\linux\sys\signalfd.d \
src\core\sys\linux\sys\xattr.d \
\
src\core\sys\osx\execinfo.d \
src\core\sys\osx\pthread.d \
\
src\core\sys\osx\mach\dyld.d \
src\core\sys\osx\mach\getsect.d \
src\core\sys\osx\mach\kern_return.d \
src\core\sys\osx\mach\loader.d \
src\core\sys\osx\mach\port.d \
src\core\sys\osx\mach\semaphore.d \
src\core\sys\osx\mach\thread_act.d \
\
src\core\sys\posix\config.d \
src\core\sys\posix\dirent.d \
src\core\sys\posix\dlfcn.d \
src\core\sys\posix\fcntl.d \
src\core\sys\posix\grp.d \
src\core\sys\posix\inttypes.d \
src\core\sys\posix\netdb.d \
src\core\sys\posix\poll.d \
src\core\sys\posix\pthread.d \
src\core\sys\posix\pwd.d \
src\core\sys\posix\sched.d \
src\core\sys\posix\semaphore.d \
src\core\sys\posix\setjmp.d \
src\core\sys\posix\signal.d \
src\core\sys\posix\stdio.d \
src\core\sys\posix\stdlib.d \
src\core\sys\posix\termios.d \
src\core\sys\posix\time.d \
src\core\sys\posix\ucontext.d \
src\core\sys\posix\unistd.d \
src\core\sys\posix\utime.d \
\
src\core\sys\posix\arpa\inet.d \
\
src\core\sys\posix\net\if_.d \
\
src\core\sys\posix\netinet\in_.d \
src\core\sys\posix\netinet\tcp.d \
\
src\core\sys\posix\sys\ioctl.d \
src\core\sys\posix\sys\ipc.d \
src\core\sys\posix\sys\mman.d \
src\core\sys\posix\sys\select.d \
src\core\sys\posix\sys\shm.d \
src\core\sys\posix\sys\socket.d \
src\core\sys\posix\sys\stat.d \
src\core\sys\posix\sys\statvfs.d \
src\core\sys\posix\sys\time.d \
src\core\sys\posix\sys\types.d \
src\core\sys\posix\sys\uio.d \
src\core\sys\posix\sys\un.d \
src\core\sys\posix\sys\utsname.d \
src\core\sys\posix\sys\wait.d \
\
src\core\sys\windows\dbghelp.d \
src\core\sys\windows\dll.d \
src\core\sys\windows\stacktrace.d \
src\core\sys\windows\threadaux.d \
src\core\sys\windows\windows.d \
\
src\gc\gc.d \
src\gc\gcalloc.d \
src\gc\gcbits.d \
src\gc\gcstats.d \
src\gc\gcx.d \
\
src\gcstub\gc.d \
\
src\rt\aApply.d \
src\rt\aApplyR.d \
src\rt\aaA.d \
src\rt\adi.d \
src\rt\alloca.d \
src\rt\arrayassign.d \
src\rt\arraybyte.d \
src\rt\arraycast.d \
src\rt\arraycat.d \
src\rt\arraydouble.d \
src\rt\arrayfloat.d \
src\rt\arrayint.d \
src\rt\arrayreal.d \
src\rt\arrayshort.d \
src\rt\cast_.d \
src\rt\cmath2.d \
src\rt\complex.c \
src\rt\cover.d \
src\rt\critical_.d \
src\rt\deh.d \
src\rt\deh2.d \
src\rt\dmain2.d \
src\rt\dylib_fixes.c \
src\rt\image.d \
src\rt\invariant.d \
src\rt\invariant_.d \
src\rt\lifetime.d \
src\rt\llmath.d \
src\rt\memory.d \
src\rt\memory_osx.d \
src\rt\memset.d \
src\rt\minfo.d \
src\rt\minit.asm \
src\rt\monitor_.d \
src\rt\obj.d \
src\rt\qsort.d \
src\rt\qsort2.d \
src\rt\switch_.d \
src\rt\tls.S \
src\rt\tlsgc.d \
src\rt\trace.d \
\
src\rt\typeinfo\ti_AC.d \
src\rt\typeinfo\ti_Acdouble.d \
src\rt\typeinfo\ti_Acfloat.d \
src\rt\typeinfo\ti_Acreal.d \
src\rt\typeinfo\ti_Adouble.d \
src\rt\typeinfo\ti_Afloat.d \
src\rt\typeinfo\ti_Ag.d \
src\rt\typeinfo\ti_Aint.d \
src\rt\typeinfo\ti_Along.d \
src\rt\typeinfo\ti_Areal.d \
src\rt\typeinfo\ti_Ashort.d \
src\rt\typeinfo\ti_C.d \
src\rt\typeinfo\ti_byte.d \
src\rt\typeinfo\ti_cdouble.d \
src\rt\typeinfo\ti_cfloat.d \
src\rt\typeinfo\ti_char.d \
src\rt\typeinfo\ti_creal.d \
src\rt\typeinfo\ti_dchar.d \
src\rt\typeinfo\ti_delegate.d \
src\rt\typeinfo\ti_double.d \
src\rt\typeinfo\ti_float.d \
src\rt\typeinfo\ti_idouble.d \
src\rt\typeinfo\ti_ifloat.d \
src\rt\typeinfo\ti_int.d \
src\rt\typeinfo\ti_ireal.d \
src\rt\typeinfo\ti_long.d \
src\rt\typeinfo\ti_ptr.d \
src\rt\typeinfo\ti_real.d \
src\rt\typeinfo\ti_short.d \
src\rt\typeinfo\ti_ubyte.d \
src\rt\typeinfo\ti_uint.d \
src\rt\typeinfo\ti_ulong.d \
src\rt\typeinfo\ti_ushort.d \
src\rt\typeinfo\ti_void.d \
src\rt\typeinfo\ti_wchar.d \
\
src\rt\util\console.d \
src\rt\util\container.d \
src\rt\util\hash.d \
src\rt\util\string.d \
src\rt\util\utf.d \
\
src\etc\linux\memoryerror.d

0 comments on commit 04589f3

Please sign in to comment.