* fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3),
[mono.git] / support / Makefile.am
index 0b6cc241ac2709cd3f575aa120cebce65963a1b4..dab02dedc1ed057ee1e92bca9e9147e1f197a891 100644 (file)
@@ -8,25 +8,32 @@ INCLUDES = \
        $(GLIB_CFLAGS) \
        -I$(top_srcdir)
 
-MPH_H = mph.h
-
 MPH_SOURCE = \
-       dirent.c \
-       errno.c \
-       fcntl.c \
-       grp.c \
-       map.c \
-       pwd.c \
-       old-map.c \
-       stdio.c \
-       stdlib.c \
-       sys-mman.c \
-       sys-mount.c \
-       sys-sendfile.c \
-       sys-stat.c \
-       sys-wait.c \
-       time.c \
-       unistd.c
+       mph.h           \
+       old-map.h       \
+       map.h           \
+       dirent.c        \
+       errno.c         \
+       fcntl.c         \
+       fstab.c   \
+       grp.c           \
+       macros.c        \
+       map.c           \
+       pwd.c           \
+       old-map.c       \
+       serial.c        \
+       stdio.c         \
+       stdlib.c        \
+       sys-mman.c      \
+       sys-sendfile.c  \
+       sys-stat.c      \
+       sys-statvfs.c   \
+       sys-time.c      \
+       sys-wait.c      \
+       time.c          \
+       unistd.c         \
+       utime.c    \
+       x-struct-str.c
 
 if HAVE_ZLIB
 libMonoPosixHelper_la_SOURCES = \
@@ -39,12 +46,9 @@ endif
 
 libMonoPosixHelper_la_LDFLAGS = -no-undefined -version-info 1:0:1
 
-EXTRA_DIST = \
-       $(MPH_H)
-
 # 
 # Use this target to refresh the values in map.[ch]
 #
 refresh:
-       mono ../../mcs/class/Mono.Posix/Mono.Posix/make-map.exe ../../mcs/class/lib/Mono.Posix.dll map
+       $(top_builddir)/runtime/mono-wrapper $(mcs_topdir)/class/Mono.Posix/Mono.Posix/make-map.exe $(mcs_topdir)/class/lib/Mono.Posix.dll map