/[dotgnu-pnet]/pnet/support/Makefile.am
ViewVC logotype

Diff of /pnet/support/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by tum, Mon Jun 14 13:00:04 2004 UTC revision 1.54 by ktreichel, Sun Aug 21 15:33:25 2005 UTC
# Line 1  Line 1 
1  lib_LIBRARIES = libILSupport.a  lib_LIBRARIES = libILSupport.a
2  noinst_PROGRAMS = mkcategory mknumber mkcase  noinst_PROGRAMS = mkcategory mknumber mkcase
3    EXTRA_DIST = gen_errno.sh
4    
5  libILSupport_a_SOURCES = aes.c \  UNICODE_INCLUDES = unicase.c unicat.c uninum.c
6                                                   allocate.c \  
7                                                   ansi.c \  EXTRA_libILSupport_a_SOURCES = $(UNICODE_INCLUDES)
8                                                   bignum.c \  
9                                                   clflush.c \  nodist_libILSupport_a_SOURCES = errno_map.c
10                                                   cmdline.c \  
11                                                   console.c \  dist_libILSupport_a_SOURCES = aes.c \
12                                                   cvt_float.c \                                                            allocate.c \
13                                                   decimal.c \                                                            ansi.c \
14                                                   def_gc.c \                                                            bignum.c \
15                                                   des.c \                                                            clflush.c \
16                                                   dir.c \                                                            cmdline.c \
17                                                   dns.c \                                                            console.c \
18                                                   dynlib.c \                                                            cvt_float.c \
19                                                   errno_map.c \                                                            decimal.c \
20                                                   expand.c \                                                            def_gc.c \
21                                                   file.c \                                                            des.c \
22                                                   filemap.c \                                                            dir.c \
23                                                   getcwd.c \                                                            dns.c \
24                                                   guid.c \                                                            dynlib.c \
25                                                   hash.c \                                                            expand.c \
26                                                   hashtab.c \                                                            file.c \
27                                                   hb_gc.c \                                                            filemap.c \
28                                                   intern.c \                                                            getcwd.c \
29                                                   interrupt.c \                                                            guid.c \
30                                                   interrupt_posix.c \                                                            hash.c \
31                                                   interrupt_win32.c \                                                            hashtab.c \
32                                                   list.c \                                                            hb_gc.c \
33                                                   locale.c \                                                            interlocked.h \
34                                                   md5.c \                                                            interlocked_any.h \
35                                                   memory.c \                                                            interlocked_x86.h \
36                                                   mempool.c \                                                            intern.c \
37                                                   memstack.c \                                                            interrupt.c \
38                                                   mul_long.c \                                                            interrupt.h \
39                                                   mutex.c \                                                            interrupt_posix.c \
40                                                   no_defs.c \                                                            interrupt_win32.c \
41                                                   path.c \                                                            list.c \
42                                                   pt_defs.c \                                                            locale.c \
43                                                   queue.c \                                                            md5.c \
44                                                   rc2.c \                                                            mem_debug.h \
45                                                   read_float.c \                                                            memory.c \
46                                                   regex.c \                                                            mempool.c \
47                                                   rem_float.c \                                                            memstack.c \
48                                                   ripemd160.c \                                                            mul_long.c \
49                                                   serial.c \                                                            mutex.c \
50                                                   sha1.c \                                                            no_defs.c \
51                                                   sha256.c \                                                            no_defs.h \
52                                                   sha384.c \                                                            path.c \
53                                                   sha512.c \                                                            pt_defs.c \
54                                                   socket.c \                                                            pt_defs.h \
55                                                   spawn.c \                                                            queue.c \
56                                                   strings.c \                                                            rc2.c \
57                                                   test_float.c \                                                            read_float.c \
58                                                   thread.c \                                                            regex.c \
59                                                   time.c \                                                            rem_float.c \
60                                                   unicode.c \                                                            ripemd160.c \
61                                                   utf8.c \                                                            serial.c \
62                                                   utf16.c \                                                            sha1.c \
63                                                   w32_defs.c \                                                            sha256.c \
64                                                   wait.c \                                                            sha384.c \
65                                                   wait_mutex.c \                                                            sha512.c \
66                                                   wait_event.c \                                                            socket.c \
67                                                   wakeup.c \                                                            spawn.c \
68                                                   write_float.c \                                                            strings.c \
69                                                   xml.c                                                            test_float.c \
70                                                              thr_choose.h \
71                                                              thr_defs.h \
72                                                              thread.c \
73                                                              time.c \
74                                                              unicode.c \
75                                                              utf8.c \
76                                                              utf16.c \
77                                                              w32_defs.c \
78                                                              w32_defs.h \
79                                                              wait.c \
80                                                              wait_mutex.c \
81                                                              wait_mutex.h \
82                                                              wait_event.c \
83                                                              wakeup.c \
84                                                              write_float.c \
85                                                              xml.c
86    
87  mkcategory_SOURCES = mkcategory.c  mkcategory_SOURCES = mkcategory.c
88    
# Line 79  AM_CFLAGS = -I$(top_srcdir)/libgc/includ Line 96  AM_CFLAGS = -I$(top_srcdir)/libgc/includ
96                      -DCSCC_DATA_PREFIX=\"$(datadir)\" \                      -DCSCC_DATA_PREFIX=\"$(datadir)\" \
97                          -DCSCC_HOST_TRIPLET=\"$(host_triplet)\"                          -DCSCC_HOST_TRIPLET=\"$(host_triplet)\"
98    
99  CLEANFILES = $(srcdir)/errno_map.c  unicode.$(OBJEXT): unicode.c $(UNICODE_INCLUDES)
100    
101    CLEANFILES = errno_map.c
102    
103  $(srcdir)/errno_map.c: $(srcdir)/gen_errno.sh  errno_map.c: $(srcdir)/gen_errno.sh
104          $(SHELL) $(srcdir)/gen_errno.sh ${top_srcdir}/include/il_errno.h \          $(SHELL) $(srcdir)/gen_errno.sh ${top_srcdir}/include/il_errno.h \
105                  $(COMPILE) >$(srcdir)/errno_map.c                  $(COMPILE) >errno_map.c

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26