common-objs.mk - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       common-objs.mk (2847B)
       ---
            1 COMMON_OBJS =\
            2         assert/__assert.$O\
            3         assert/assert.$O\
            4         ctype/ctype.$O\
            5         ctype/isalnum.$O\
            6         ctype/isalpha.$O\
            7         ctype/isascii.$O\
            8         ctype/isblank.$O\
            9         ctype/iscntrl.$O\
           10         ctype/isdigit.$O\
           11         ctype/isgraph.$O\
           12         ctype/islower.$O\
           13         ctype/isprint.$O\
           14         ctype/ispunct.$O\
           15         ctype/isspace.$O\
           16         ctype/isupper.$O\
           17         ctype/isxdigit.$O\
           18         ctype/toascii.$O\
           19         ctype/tolower.$O\
           20         ctype/toupper.$O\
           21         inttypes/imaxabs.$O\
           22         inttypes/imaxdiv.$O\
           23         inttypes/strtoimax.$O\
           24         inttypes/strtoumax.$O\
           25         locale/localeconv.$O\
           26         locale/setlocale.$O\
           27         stdio/__getc.$O\
           28         stdio/__iob.$O\
           29         stdio/__putc.$O\
           30         stdio/_allocbuf.$O\
           31         stdio/_flsbuf.$O\
           32         stdio/_fpopen.$O\
           33         stdio/clearerr.$O\
           34         stdio/fclose.$O\
           35         stdio/feof.$O\
           36         stdio/ferror.$O\
           37         stdio/fflush.$O\
           38         stdio/fgetc.$O\
           39         stdio/fgets.$O\
           40         stdio/fopen.$O\
           41         stdio/fprintf.$O\
           42         stdio/fputc.$O\
           43         stdio/fputs.$O\
           44         stdio/fread.$O\
           45         stdio/freopen.$O\
           46         stdio/fseek.$O\
           47         stdio/ftell.$O\
           48         stdio/fwrite.$O\
           49         stdio/getc.$O\
           50         stdio/getchar.$O\
           51         stdio/gets.$O\
           52         stdio/perror.$O\
           53         stdio/printf.$O\
           54         stdio/putc.$O\
           55         stdio/putchar.$O\
           56         stdio/puts.$O\
           57         stdio/remove.$O\
           58         stdio/rename.$O\
           59         stdio/rewind.$O\
           60         stdio/setbuf.$O\
           61         stdio/setvbuf.$O\
           62         stdio/snprintf.$O\
           63         stdio/sprintf.$O\
           64         stdio/tmpnam.$O\
           65         stdio/ungetc.$O\
           66         stdio/vfprintf.$O\
           67         stdio/vprintf.$O\
           68         stdio/vsnprintf.$O\
           69         stdio/vsprintf.$O\
           70         stdlib/_Exit.$O\
           71         stdlib/_dtoi.$O\
           72         stdlib/abort.$O\
           73         stdlib/abs.$O\
           74         stdlib/atexit.$O\
           75         stdlib/atoi.$O\
           76         stdlib/atol.$O\
           77         stdlib/atoll.$O\
           78         stdlib/bsearch.$O\
           79         stdlib/calloc.$O\
           80         stdlib/div.$O\
           81         stdlib/errno.$O\
           82         stdlib/exit.$O\
           83         stdlib/labs.$O\
           84         stdlib/llabs.$O\
           85         stdlib/ldiv.$O\
           86         stdlib/lldiv.$O\
           87         stdlib/malloc.$O\
           88         stdlib/mblen.$O\
           89         stdlib/mbtowc.$O\
           90         stdlib/mbstowcs.$O\
           91         stdlib/qsort.$O\
           92         stdlib/rand.$O\
           93         stdlib/realloc.$O\
           94         stdlib/strtol.$O\
           95         stdlib/strtoll.$O\
           96         stdlib/strtoul.$O\
           97         stdlib/strtoull.$O\
           98         stdlib/wcstombs.$O\
           99         stdlib/wctomb.$O\
          100         string/strcat.$O\
          101         string/strcoll.$O\
          102         string/strcspn.$O\
          103         string/strerror.$O\
          104         string/strncat.$O\
          105         string/strncmp.$O\
          106         string/strncpy.$O\
          107         string/strpbrk.$O\
          108         string/strrchr.$O\
          109         string/strspn.$O\
          110         string/strstr.$O\
          111         string/strtok.$O\
          112         string/strxfrm.$O\
          113         time/_daysyear.$O\
          114         time/_newyear.$O\
          115         time/asctime.$O\
          116         time/ctime.$O\
          117         time/difftime.$O\
          118         time/gmtime.$O\
          119         time/localtime.$O\
          120         time/mktime.$O\
          121         time/strftime.$O\
          122         time/tz.$O\
          123         wchar/fputwc.$O\
          124         wchar/mbrlen.$O\
          125         wchar/mbrtowc.$O\
          126         wchar/mbsinit.$O\
          127         wchar/mbsrtowcs.$O\
          128         wchar/wcrtomb.$O\
          129         wchar/wcslen.$O\
          130         wchar/wcscmp.$O\
          131         wchar/wcscoll.$O\
          132         wchar/wcsncmp.$O\
          133         wchar/wcscpy.$O\
          134         wchar/wcscat.$O\
          135         wchar/wcsncat.$O\
          136         wchar/wcschr.$O\
          137         wchar/wcsrchr.$O\
          138         wchar/wcsstr.$O\
          139         wchar/wcsxfrm.$O\
          140         wchar/wcsspn.$O\
          141         wchar/wcscspn.$O\
          142         wchar/wcspbrk.$O\
          143         wchar/wcsrtombs.$O\
          144         wchar/wcwidth.$O\
          145         wchar/wmemchr.$O\
          146         wchar/wmemcpy.$O\
          147         wchar/wcsncpy.$O\
          148         wchar/wmemmove.$O\
          149         wchar/wmemset.$O\
          150         wchar/wmemcmp.$O\
          151         wchar/putwc.$O\
          152         wchar/_validutf8.$O\