2013-03-19 18:28:32 -04:00
|
|
|
SOFTWARE_MEANT_FOR_SORTIX=1
|
2014-06-28 10:10:20 -04:00
|
|
|
include ../build-aux/platform.mak
|
|
|
|
include ../build-aux/compiler.mak
|
|
|
|
include ../build-aux/version.mak
|
|
|
|
include ../build-aux/dirs.mak
|
2012-09-10 17:36:15 -04:00
|
|
|
|
2014-04-13 16:34:36 -04:00
|
|
|
OPTLEVEL?=$(DEFAULT_HOST_OPTLEVEL)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2012-09-10 17:36:15 -04:00
|
|
|
CPUDIR:=$(CPU)
|
|
|
|
|
2013-12-26 19:44:03 -05:00
|
|
|
CPPINCLUDES=-Iinclude
|
2014-01-18 10:21:46 -05:00
|
|
|
CPPFLAGS=-D__is_sortix_libc $(CPPINCLUDES)
|
2013-03-19 18:28:32 -04:00
|
|
|
FLAGS=-Wall -Wextra $(OPTLEVEL)
|
|
|
|
CFLAGS=-std=gnu99
|
|
|
|
CXXFLAGS=-std=gnu++11 -fno-exceptions -fno-rtti
|
|
|
|
ASFLAGS=
|
2012-02-11 20:03:34 -05:00
|
|
|
|
2012-09-21 17:57:47 -04:00
|
|
|
FREEOBJS=\
|
2013-10-26 16:46:46 -04:00
|
|
|
assert/__assert.o \
|
2014-07-27 10:46:57 -04:00
|
|
|
c++/c++.o \
|
|
|
|
c++/op-new.o \
|
2014-01-07 15:36:01 -05:00
|
|
|
ctype/isalnum.o \
|
|
|
|
ctype/isalpha.o \
|
2014-04-02 11:56:48 -04:00
|
|
|
ctype/isascii.o \
|
2014-01-07 15:36:01 -05:00
|
|
|
ctype/isblank.o \
|
|
|
|
ctype/iscntrl.o \
|
|
|
|
ctype/isdigit.o \
|
|
|
|
ctype/isgraph.o \
|
|
|
|
ctype/islower.o \
|
|
|
|
ctype/isprint.o \
|
|
|
|
ctype/ispunct.o \
|
|
|
|
ctype/isspace.o \
|
|
|
|
ctype/isupper.o \
|
|
|
|
ctype/isxdigit.o \
|
|
|
|
ctype/tolower.o \
|
|
|
|
ctype/toupper.o \
|
2013-06-21 18:30:45 -04:00
|
|
|
dirent/alphasort.o \
|
2014-03-26 18:58:47 -04:00
|
|
|
dirent/alphasort_r.o \
|
2014-01-03 13:20:51 -05:00
|
|
|
dirent/closedir.o \
|
|
|
|
dirent/dclearerr.o \
|
|
|
|
dirent/deof.o \
|
|
|
|
dirent/derror.o \
|
|
|
|
dirent/dirfd.o \
|
|
|
|
dirent/dnewdir.o \
|
|
|
|
dirent/dregister.o \
|
|
|
|
dirent/dunregister.o \
|
|
|
|
dirent/readdir.o \
|
|
|
|
dirent/rewinddir.o \
|
2013-06-24 13:20:46 -04:00
|
|
|
dirent/versionsort.o \
|
2014-03-26 19:00:59 -04:00
|
|
|
dirent/versionsort_r.o \
|
2013-06-25 07:03:58 -04:00
|
|
|
errno/errno.o \
|
2013-12-12 18:43:10 -05:00
|
|
|
fnmatch/fnmatch.o \
|
2013-07-19 17:27:11 -04:00
|
|
|
inttypes/imaxabs.o \
|
2013-07-19 17:07:09 -04:00
|
|
|
inttypes/imaxdiv.o \
|
2013-07-18 18:24:37 -04:00
|
|
|
inttypes/strtoimax.o \
|
|
|
|
inttypes/strtoumax.o \
|
2013-07-19 16:36:11 -04:00
|
|
|
inttypes/wcstoimax.o \
|
|
|
|
inttypes/wcstoumax.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/sigaddset.o \
|
2013-07-27 10:28:58 -04:00
|
|
|
signal/sigandset.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/sigdelset.o \
|
|
|
|
signal/sigemptyset.o \
|
|
|
|
signal/sigfillset.o \
|
2013-07-27 10:28:58 -04:00
|
|
|
signal/sigisemptyset.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/sigismember.o \
|
2013-07-27 10:28:58 -04:00
|
|
|
signal/signotset.o \
|
|
|
|
signal/sigorset.o \
|
2014-01-20 12:22:38 -05:00
|
|
|
stdio/asprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/clearerr.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/clearerr_unlocked.o \
|
2014-08-13 13:15:20 -04:00
|
|
|
stdio/cbprintf.o \
|
2013-07-20 08:10:06 -04:00
|
|
|
stdio/dprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fbufsize.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fbufsize_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fclose.o \
|
|
|
|
stdio/fdeletefile.o \
|
|
|
|
stdio/feof.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/feof_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/ferror.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/ferror_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fflush.o \
|
|
|
|
stdio/fflush_stop_reading.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fflush_stop_reading_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fflush_stop_writing.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fflush_stop_writing_unlocked.o \
|
|
|
|
stdio/fflush_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fgetc.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fgetc_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fgets.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fgets_unlocked.o \
|
|
|
|
stdio/fileno_unlocked.o \
|
2013-07-20 07:21:14 -04:00
|
|
|
stdio/flockfile.o \
|
2014-02-25 12:12:05 -05:00
|
|
|
stdio/fmemopen.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fnewfile.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/fparsemode.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fpending.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fpending_unlocked.o \
|
|
|
|
stdio/fprintf_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fpurge.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fpurge_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fputc.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fputc_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fputs.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fputs_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/freadable.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/freadable_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/freading.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/freading_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fread.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fread_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fregister.o \
|
|
|
|
stdio/fresetfile.o \
|
|
|
|
stdio/fscanf.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fscanf_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fseek.o \
|
|
|
|
stdio/fseeko.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fseeko_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fsetdefaultbuf.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fsetdefaultbuf_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fseterr.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fseterr_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fshutdown.o \
|
|
|
|
stdio/ftell.o \
|
|
|
|
stdio/ftello.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/ftello_unlocked.o \
|
2013-07-20 07:21:14 -04:00
|
|
|
stdio/ftrylockfile.o \
|
|
|
|
stdio/funlockfile.o \
|
2014-08-03 11:12:56 -04:00
|
|
|
stdio/funregister.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fwritable.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fwritable_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fwrite.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fwrite_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fwriting.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/fwriting_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/getdelim.o \
|
|
|
|
stdio/getline.o \
|
|
|
|
stdio/rewind.o \
|
|
|
|
stdio/setbuf.o \
|
|
|
|
stdio/setvbuf.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/setvbuf_unlocked.o \
|
2013-07-20 07:47:42 -04:00
|
|
|
stdio/snprintf.o \
|
|
|
|
stdio/sprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/sscanf.o \
|
|
|
|
stdio/ungetc.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/ungetc_unlocked.o \
|
2014-01-20 12:22:38 -05:00
|
|
|
stdio/vasprintf.o \
|
2014-08-13 13:15:20 -04:00
|
|
|
stdio/vcbprintf.o \
|
2013-07-20 08:10:06 -04:00
|
|
|
stdio/vdprintf.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/vfprintf_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/vfscanf.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/vfscanf_unlocked.o \
|
2014-01-19 11:27:36 -05:00
|
|
|
stdio/vscanf_callback.o \
|
2013-07-20 07:47:42 -04:00
|
|
|
stdio/vsnprintf.o \
|
|
|
|
stdio/vsprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/vsscanf.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/abort.o \
|
|
|
|
stdlib/abs.o \
|
|
|
|
stdlib/atof.o \
|
|
|
|
stdlib/atoi.o \
|
|
|
|
stdlib/atoll.o \
|
|
|
|
stdlib/atol.o \
|
|
|
|
stdlib/bsearch.o \
|
|
|
|
stdlib/calloc.o \
|
|
|
|
stdlib/div.o \
|
|
|
|
stdlib/heap.o \
|
2013-07-19 17:27:11 -04:00
|
|
|
stdlib/labs.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/ldiv.o \
|
2013-07-19 17:27:11 -04:00
|
|
|
stdlib/llabs.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/lldiv.o \
|
|
|
|
stdlib/mblen.o \
|
|
|
|
stdlib/mbstowcs.o \
|
|
|
|
stdlib/mbtowc.o \
|
|
|
|
stdlib/qsort.o \
|
2014-03-09 11:08:01 -04:00
|
|
|
stdlib/qsort_r.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/strtod.o \
|
|
|
|
stdlib/strtof.o \
|
|
|
|
stdlib/strtold.o \
|
2013-07-18 18:24:37 -04:00
|
|
|
stdlib/strtoll.o \
|
|
|
|
stdlib/strtol.o \
|
|
|
|
stdlib/strtoull.o \
|
|
|
|
stdlib/strtoul.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/wcstombs.o \
|
|
|
|
stdlib/wctomb.o \
|
2014-06-20 12:29:15 -04:00
|
|
|
string/explicit_bzero.o \
|
2013-07-12 08:23:26 -04:00
|
|
|
string/ffsll.o \
|
|
|
|
string/ffsl.o \
|
|
|
|
string/ffs.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/memccpy.o \
|
|
|
|
string/memchr.o \
|
|
|
|
string/memcmp.o \
|
|
|
|
string/memcpy.o \
|
|
|
|
string/memmove.o \
|
2014-06-14 10:11:37 -04:00
|
|
|
string/memrchr.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/memset.o \
|
|
|
|
string/stpcpy.o \
|
|
|
|
string/stpncpy.o \
|
|
|
|
string/strcasecmp.o \
|
|
|
|
string/strcat.o \
|
|
|
|
string/strchrnul.o \
|
|
|
|
string/strchr.o \
|
|
|
|
string/strcmp.o \
|
2013-07-11 14:25:46 -04:00
|
|
|
string/strcoll_l.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/strcoll.o \
|
|
|
|
string/strcpy.o \
|
|
|
|
string/strcspn.o \
|
|
|
|
string/strdup.o \
|
2013-07-11 16:33:54 -04:00
|
|
|
string/strerror_l.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/strerror.o \
|
2013-07-11 16:33:54 -04:00
|
|
|
string/strerror_r.o \
|
2014-07-10 09:24:25 -04:00
|
|
|
string/stresep.o \
|
2013-07-11 17:13:19 -04:00
|
|
|
string/strlcat.o \
|
2013-07-11 16:22:21 -04:00
|
|
|
string/strlcpy.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/strlen.o \
|
|
|
|
string/strncasecmp.o \
|
|
|
|
string/strncat.o \
|
|
|
|
string/strncmp.o \
|
|
|
|
string/strncpy.o \
|
|
|
|
string/strndup.o \
|
|
|
|
string/strnlen.o \
|
|
|
|
string/strpbrk.o \
|
|
|
|
string/strrchr.o \
|
2014-07-09 17:44:10 -04:00
|
|
|
string/strsep.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/strsignal.o \
|
|
|
|
string/strspn.o \
|
|
|
|
string/strstr.o \
|
|
|
|
string/strtok.o \
|
|
|
|
string/strtok_r.o \
|
2013-06-24 13:11:46 -04:00
|
|
|
string/strverscmp.o \
|
2013-07-11 14:29:11 -04:00
|
|
|
string/strxfrm_l.o \
|
2013-06-12 07:35:22 -04:00
|
|
|
string/strxfrm.o \
|
2014-06-20 12:20:34 -04:00
|
|
|
string/timingsafe_memcmp.o \
|
2013-03-21 20:09:03 -04:00
|
|
|
time/asctime.o \
|
|
|
|
time/asctime_r.o \
|
2013-05-15 13:09:37 -04:00
|
|
|
time/gmtime.o \
|
|
|
|
time/gmtime_r.o \
|
2013-03-22 21:41:28 -04:00
|
|
|
time/mktime.o \
|
2013-06-25 09:27:48 -04:00
|
|
|
timespec/timespec.o \
|
2013-07-19 19:41:18 -04:00
|
|
|
time/strftime_l.o \
|
2013-03-21 19:13:30 -04:00
|
|
|
time/strftime.o \
|
2013-03-22 21:41:28 -04:00
|
|
|
time/timegm.o \
|
2014-05-03 15:34:35 -04:00
|
|
|
wchar/btowc.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/mbrlen.o \
|
|
|
|
wchar/mbrtowc.o \
|
2014-04-17 11:41:37 -04:00
|
|
|
wchar/mbsinit.o \
|
|
|
|
wchar/mbsnrtowcs.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/mbsrtowcs.o \
|
2014-05-28 14:08:57 -04:00
|
|
|
wchar/wcpcpy.o \
|
2014-05-28 14:13:36 -04:00
|
|
|
wchar/wcpncpy.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcrtomb.o \
|
2014-05-28 14:49:27 -04:00
|
|
|
wchar/wcscasecmp.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcscat.o \
|
|
|
|
wchar/wcschrnul.o \
|
|
|
|
wchar/wcschr.o \
|
|
|
|
wchar/wcscmp.o \
|
2013-07-19 16:49:25 -04:00
|
|
|
wchar/wcscoll.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcscpy.o \
|
|
|
|
wchar/wcscspn.o \
|
2014-05-28 14:53:57 -04:00
|
|
|
wchar/wcsdup.o \
|
2014-05-28 13:51:30 -04:00
|
|
|
wchar/wcsftime.o \
|
2014-05-28 16:17:13 -04:00
|
|
|
wchar/wcslcat.o \
|
|
|
|
wchar/wcslcpy.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcslen.o \
|
2014-05-28 14:56:53 -04:00
|
|
|
wchar/wcsncasecmp.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcsncat.o \
|
2013-09-15 18:06:27 -04:00
|
|
|
wchar/wcsncmp.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcsncpy.o \
|
2014-05-28 15:00:37 -04:00
|
|
|
wchar/wcsnlen.o \
|
2014-04-17 11:41:37 -04:00
|
|
|
wchar/wcsnrtombs.o \
|
2013-09-15 18:20:30 -04:00
|
|
|
wchar/wcspbrk.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcsrchr.o \
|
|
|
|
wchar/wcsrtombs.o \
|
|
|
|
wchar/wcsspn.o \
|
2013-09-16 08:41:16 -04:00
|
|
|
wchar/wcsstr.o \
|
2014-05-28 12:26:30 -04:00
|
|
|
wchar/wcstod.o \
|
|
|
|
wchar/wcstof.o \
|
2013-06-12 09:11:15 -04:00
|
|
|
wchar/wcstok.o \
|
2014-05-28 12:26:30 -04:00
|
|
|
wchar/wcstold.o \
|
2013-07-19 16:36:11 -04:00
|
|
|
wchar/wcstoll.o \
|
|
|
|
wchar/wcstol.o \
|
|
|
|
wchar/wcstoull.o \
|
|
|
|
wchar/wcstoul.o \
|
2014-03-04 20:39:46 -05:00
|
|
|
wchar/wcswidth.o \
|
2013-09-15 18:14:06 -04:00
|
|
|
wchar/wcsxfrm.o \
|
2014-05-03 15:34:35 -04:00
|
|
|
wchar/wctob.o \
|
2014-03-04 20:39:46 -05:00
|
|
|
wchar/wcwidth.o \
|
2013-09-16 09:05:52 -04:00
|
|
|
wchar/wmemchr.o \
|
2013-09-15 18:01:19 -04:00
|
|
|
wchar/wmemcmp.o \
|
2013-09-16 09:12:30 -04:00
|
|
|
wchar/wmemcpy.o \
|
2013-09-16 09:37:27 -04:00
|
|
|
wchar/wmemmove.o \
|
2013-09-16 09:46:08 -04:00
|
|
|
wchar/wmemset.o \
|
2014-01-07 15:53:02 -05:00
|
|
|
wctype/iswalnum.o \
|
|
|
|
wctype/iswalpha.o \
|
|
|
|
wctype/iswblank.o \
|
|
|
|
wctype/iswcntrl.o \
|
|
|
|
wctype/iswctype.o \
|
|
|
|
wctype/iswdigit.o \
|
|
|
|
wctype/iswgraph.o \
|
|
|
|
wctype/iswlower.o \
|
|
|
|
wctype/iswprint.o \
|
|
|
|
wctype/iswpunct.o \
|
|
|
|
wctype/iswspace.o \
|
|
|
|
wctype/iswupper.o \
|
|
|
|
wctype/iswxdigit.o \
|
|
|
|
wctype/towlower.o \
|
|
|
|
wctype/towupper.o \
|
2013-06-24 18:02:01 -04:00
|
|
|
wctype/wctype.o \
|
2012-09-21 17:57:47 -04:00
|
|
|
|
|
|
|
HOSTEDOBJS=\
|
2013-03-19 17:40:37 -04:00
|
|
|
arpa/inet/inet_addr.o \
|
|
|
|
arpa/inet/inet_ntoa.o \
|
|
|
|
arpa/inet/inet_ntop.o \
|
|
|
|
arpa/inet/inet_pton.o \
|
2012-09-21 17:57:47 -04:00
|
|
|
$(CPUDIR)/fork.o \
|
2013-03-31 09:00:12 -04:00
|
|
|
$(CPUDIR)/setjmp.o \
|
2012-09-21 17:57:47 -04:00
|
|
|
$(CPUDIR)/signal.o \
|
2013-01-12 13:48:27 -05:00
|
|
|
$(CPUDIR)/syscall.o \
|
2014-03-26 18:55:27 -04:00
|
|
|
dirent/dscandir_r.o \
|
2014-01-03 13:33:12 -05:00
|
|
|
dirent/fdopendir.o \
|
|
|
|
dirent/opendir.o \
|
2013-06-21 18:12:10 -04:00
|
|
|
dirent/scandir.o \
|
2013-06-25 07:33:21 -04:00
|
|
|
dlfcn/dlfcn.o \
|
2013-07-19 10:04:32 -04:00
|
|
|
error/gnu_error.o \
|
2013-06-24 18:17:49 -04:00
|
|
|
fcntl/creat.o \
|
|
|
|
fcntl/fcntl.o \
|
|
|
|
fcntl/openat.o \
|
|
|
|
fcntl/open.o \
|
2013-06-24 17:24:18 -04:00
|
|
|
fsmarshall/fsm_bootstraprootfd.o \
|
|
|
|
fsmarshall/fsm_closechannel.o \
|
|
|
|
fsmarshall/fsm_closeserver.o \
|
|
|
|
fsmarshall/fsm_fsbind.o \
|
|
|
|
fsmarshall/fsm_listen.o \
|
|
|
|
fsmarshall/fsm_mkserver.o \
|
|
|
|
fsmarshall/fsm_recv.o \
|
|
|
|
fsmarshall/fsm_send.o \
|
2013-07-26 11:22:57 -04:00
|
|
|
getopt/getopt_long.o \
|
|
|
|
getopt/getopt.o \
|
2013-10-01 16:23:50 -04:00
|
|
|
grp/endgrent.o \
|
|
|
|
grp/fgetgrent.o \
|
|
|
|
grp/fgetgrent_r.o \
|
|
|
|
grp/getgrent.o \
|
|
|
|
grp/getgrent_r.o \
|
|
|
|
grp/getgrgid.o \
|
|
|
|
grp/getgrgid_r.o \
|
|
|
|
grp/getgrnam.o \
|
|
|
|
grp/getgrnam_r.o \
|
|
|
|
grp/opengr.o \
|
|
|
|
grp/setgrent.o \
|
2013-06-25 08:06:10 -04:00
|
|
|
init/init.o \
|
2013-09-25 17:40:27 -04:00
|
|
|
ioleast/preadall.o \
|
|
|
|
ioleast/preadleast.o \
|
|
|
|
ioleast/pwriteall.o \
|
|
|
|
ioleast/pwriteleast.o \
|
|
|
|
ioleast/readall.o \
|
|
|
|
ioleast/readleast.o \
|
|
|
|
ioleast/writeall.o \
|
|
|
|
ioleast/writeleast.o \
|
2013-06-24 17:07:11 -04:00
|
|
|
libgen/basename.o \
|
|
|
|
libgen/dirname.o \
|
2013-06-24 18:20:58 -04:00
|
|
|
locale/localeconv.o \
|
|
|
|
locale/setlocale.o \
|
2013-09-14 14:05:17 -04:00
|
|
|
msr/rdmsr.o \
|
|
|
|
msr/wrmsr.o \
|
2013-03-19 17:40:37 -04:00
|
|
|
netdb/endnetent.o \
|
|
|
|
netdb/endprotoent.o \
|
|
|
|
netdb/endservent.o \
|
|
|
|
netdb/freeaddrinfo.o \
|
|
|
|
netdb/gai_strerror.o \
|
|
|
|
netdb/getaddrinfo.o \
|
|
|
|
netdb/getnameinfo.o \
|
|
|
|
netdb/getnetbyaddr.o \
|
|
|
|
netdb/getnetbyname.o \
|
|
|
|
netdb/getnetent.o \
|
|
|
|
netdb/getprotobyname.o \
|
|
|
|
netdb/getprotobynumber.o \
|
|
|
|
netdb/getprotoent.o \
|
|
|
|
netdb/getservbyname.o \
|
|
|
|
netdb/getservbyport.o \
|
|
|
|
netdb/getservent.o \
|
|
|
|
netdb/setnetent.o \
|
|
|
|
netdb/setprotoent.o \
|
|
|
|
netdb/setservent.o \
|
2013-06-24 18:22:24 -04:00
|
|
|
poll/poll.o \
|
|
|
|
poll/ppoll.o \
|
2013-10-01 14:21:50 -04:00
|
|
|
pwd/endpwent.o \
|
|
|
|
pwd/fgetpwent.o \
|
|
|
|
pwd/fgetpwent_r.o \
|
|
|
|
pwd/getpwent.o \
|
|
|
|
pwd/getpwent_r.o \
|
|
|
|
pwd/getpwnam.o \
|
|
|
|
pwd/getpwnam_r.o \
|
|
|
|
pwd/getpwuid.o \
|
|
|
|
pwd/getpwuid_r.o \
|
|
|
|
pwd/openpw.o \
|
|
|
|
pwd/setpwent.o \
|
2013-09-16 15:16:35 -04:00
|
|
|
sched/sched_yield.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/kill.o \
|
2013-07-11 17:22:53 -04:00
|
|
|
signal/killpg.o \
|
2013-08-04 14:24:59 -04:00
|
|
|
signal/psiginfo.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/psignal.o \
|
|
|
|
signal/raise.o \
|
|
|
|
signal/sigaction.o \
|
2013-08-04 14:24:59 -04:00
|
|
|
signal/sigaltstack.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/signal.o \
|
2013-08-04 14:24:59 -04:00
|
|
|
signal/sigpending.o \
|
2013-06-24 18:37:42 -04:00
|
|
|
signal/sigprocmask.o \
|
2013-08-04 14:24:59 -04:00
|
|
|
signal/sigsuspend.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/fdio_install_fd.o \
|
|
|
|
stdio/fdio_install_path.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fdio.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/fdopen.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fgetpos.o \
|
|
|
|
stdio/fileno.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/fopen.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/fpipe.o \
|
2013-07-20 07:35:19 -04:00
|
|
|
stdio/fprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/freopen.o \
|
|
|
|
stdio/fsetpos.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/getchar.o \
|
|
|
|
stdio/getchar_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/getc.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/getc_unlocked.o \
|
2013-07-19 10:04:32 -04:00
|
|
|
stdio/perror.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/popen.o \
|
2013-07-20 07:35:19 -04:00
|
|
|
stdio/printf.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/putchar.o \
|
|
|
|
stdio/putchar_unlocked.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/putc.o \
|
2013-08-31 19:42:02 -04:00
|
|
|
stdio/putc_unlocked.o \
|
2014-02-27 14:57:14 -05:00
|
|
|
stdio/puts.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/removeat.o \
|
|
|
|
stdio/remove.o \
|
|
|
|
stdio/renameat.o \
|
|
|
|
stdio/rename.o \
|
|
|
|
stdio/scanf.o \
|
|
|
|
stdio/stdio.o \
|
|
|
|
stdio/tmpfile.o \
|
2013-07-20 07:35:19 -04:00
|
|
|
stdio/vfprintf.o \
|
|
|
|
stdio/vprintf.o \
|
2013-06-25 07:58:12 -04:00
|
|
|
stdio/vscanf.o \
|
2014-07-19 15:08:25 -04:00
|
|
|
stdlib/arc4random_buf.o \
|
|
|
|
stdlib/arc4random.o \
|
|
|
|
stdlib/arc4random_uniform.o \
|
2013-10-21 14:11:34 -04:00
|
|
|
stdlib/atexit.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/canonicalize_file_name_at.o \
|
|
|
|
stdlib/canonicalize_file_name.o \
|
2014-01-16 19:14:29 -05:00
|
|
|
stdlib/clearenv.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/_Exit.o \
|
|
|
|
stdlib/exit.o \
|
2014-01-16 19:14:29 -05:00
|
|
|
stdlib/getenv.o \
|
2013-09-18 14:07:30 -04:00
|
|
|
stdlib/mkstemp.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/mktemp.o \
|
|
|
|
stdlib/on_exit.o \
|
|
|
|
stdlib/rand.o \
|
|
|
|
stdlib/realpath.o \
|
2014-01-16 19:14:29 -05:00
|
|
|
stdlib/setenv.o \
|
2013-06-24 17:52:59 -04:00
|
|
|
stdlib/system.o \
|
2014-01-16 19:14:29 -05:00
|
|
|
stdlib/unsetenv.o \
|
2013-06-25 06:49:10 -04:00
|
|
|
sys/display/dispmsg_issue.o \
|
2013-06-25 07:41:05 -04:00
|
|
|
sys/ioctl/ioctl.o \
|
2013-06-25 07:37:11 -04:00
|
|
|
sys/kernelinfo/kernelinfo.o \
|
2014-01-19 16:31:01 -05:00
|
|
|
syslog/closelog.o \
|
|
|
|
syslog/connectlog.o \
|
|
|
|
syslog/openlog.o \
|
|
|
|
syslog/setlogmask.o \
|
|
|
|
syslog/syslog.o \
|
|
|
|
syslog/vsyslog.o \
|
2013-08-19 15:03:07 -04:00
|
|
|
sys/mman/mmap.o \
|
|
|
|
sys/mman/mprotect.o \
|
|
|
|
sys/mman/munmap.o \
|
2013-06-25 07:43:02 -04:00
|
|
|
sys/readdirents/readdirents.o \
|
2013-08-30 11:35:30 -04:00
|
|
|
sys/resource/getpriority.o \
|
2013-08-30 18:12:03 -04:00
|
|
|
sys/resource/getrlimit.o \
|
2013-08-30 19:17:43 -04:00
|
|
|
sys/resource/getrusage.o \
|
2013-08-30 17:55:09 -04:00
|
|
|
sys/resource/prlimit.o \
|
2013-08-30 11:35:30 -04:00
|
|
|
sys/resource/setpriority.o \
|
2013-08-30 18:12:03 -04:00
|
|
|
sys/resource/setrlimit.o \
|
2013-06-25 07:01:37 -04:00
|
|
|
sys/select/select.o \
|
2013-03-19 17:40:37 -04:00
|
|
|
sys/socket/accept4.o \
|
|
|
|
sys/socket/accept.o \
|
|
|
|
sys/socket/bind.o \
|
|
|
|
sys/socket/connect.o \
|
|
|
|
sys/socket/getpeername.o \
|
|
|
|
sys/socket/getsockname.o \
|
|
|
|
sys/socket/getsockopt.o \
|
|
|
|
sys/socket/listen.o \
|
|
|
|
sys/socket/recvfrom.o \
|
|
|
|
sys/socket/recvmsg.o \
|
|
|
|
sys/socket/recv.o \
|
|
|
|
sys/socket/sendmsg.o \
|
|
|
|
sys/socket/send.o \
|
|
|
|
sys/socket/sendto.o \
|
|
|
|
sys/socket/setsockopt.o \
|
|
|
|
sys/socket/shutdown.o \
|
|
|
|
sys/socket/sockatmark.o \
|
|
|
|
sys/socket/socket.o \
|
|
|
|
sys/socket/socketpair.o \
|
2013-10-04 14:31:57 -04:00
|
|
|
sys/stat/chmod.o \
|
|
|
|
sys/stat/fchmodat.o \
|
|
|
|
sys/stat/fchmod.o \
|
|
|
|
sys/stat/fstatat.o \
|
|
|
|
sys/stat/fstat.o \
|
|
|
|
sys/stat/futimens.o \
|
2014-01-19 16:45:49 -05:00
|
|
|
sys/stat/getumask.o \
|
2013-10-04 14:31:57 -04:00
|
|
|
sys/stat/lstat.o \
|
|
|
|
sys/stat/mkdirat.o \
|
|
|
|
sys/stat/mkdir.o \
|
|
|
|
sys/stat/stat.o \
|
|
|
|
sys/stat/umask.o \
|
|
|
|
sys/stat/utimensat.o \
|
|
|
|
sys/stat/utimens.o \
|
2014-01-20 18:53:18 -05:00
|
|
|
sys/statvfs/fstatvfsat.o \
|
|
|
|
sys/statvfs/fstatvfs.o \
|
|
|
|
sys/statvfs/statvfs.o \
|
2013-06-25 06:45:17 -04:00
|
|
|
sys/termmode/gettermmode.o \
|
|
|
|
sys/termmode/settermmode.o \
|
2013-05-12 16:10:34 -04:00
|
|
|
sys/time/gettimeofday.o \
|
2013-06-24 19:38:11 -04:00
|
|
|
sys/uio/preadv.o \
|
|
|
|
sys/uio/pwritev.o \
|
|
|
|
sys/uio/readv.o \
|
|
|
|
sys/uio/writev.o \
|
2014-01-07 18:34:21 -05:00
|
|
|
sys/utsname/uname.o \
|
2013-06-24 19:47:36 -04:00
|
|
|
sys/wait/wait.o \
|
|
|
|
sys/wait/waitpid.o \
|
2014-05-05 15:36:40 -04:00
|
|
|
termios/tcgetblob.o \
|
2013-12-20 15:55:05 -05:00
|
|
|
termios/tcgetwincurpos.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
termios/tcgetwinsize.o \
|
2014-05-05 15:36:40 -04:00
|
|
|
termios/tcsetblob.o \
|
2013-05-12 16:10:34 -04:00
|
|
|
time/clock_getres.o \
|
|
|
|
time/clock_gettime.o \
|
|
|
|
time/clock_gettimeres.o \
|
2013-05-14 12:41:49 -04:00
|
|
|
time/clock_nanosleep.o \
|
2013-05-15 09:00:48 -04:00
|
|
|
time/clock.o \
|
2013-05-12 16:10:34 -04:00
|
|
|
time/clock_settime.o \
|
|
|
|
time/clock_settimeres.o \
|
2013-05-16 09:51:43 -04:00
|
|
|
time/ctime.o \
|
|
|
|
time/ctime_r.o \
|
2013-05-15 09:08:47 -04:00
|
|
|
time/difftime.o \
|
2013-05-16 09:51:43 -04:00
|
|
|
time/localtime.o \
|
|
|
|
time/localtime_r.o \
|
2013-05-14 12:41:49 -04:00
|
|
|
time/nanosleep.o \
|
2013-05-15 06:37:39 -04:00
|
|
|
time/timens.o \
|
2013-05-12 16:10:34 -04:00
|
|
|
time/time.o \
|
2013-10-13 17:56:58 -04:00
|
|
|
time/timer_create.o \
|
|
|
|
time/timer_delete.o \
|
|
|
|
time/timer_getoverrun.o \
|
|
|
|
time/timer_gettime.o \
|
|
|
|
time/timer_settime.o \
|
2013-05-15 08:41:42 -04:00
|
|
|
time/times.o \
|
2014-02-13 16:06:10 -05:00
|
|
|
time/tzset.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/access.o \
|
|
|
|
unistd/alarmns.o \
|
|
|
|
unistd/alarm.o \
|
|
|
|
unistd/chdir.o \
|
|
|
|
unistd/chown.o \
|
|
|
|
unistd/chroot.o \
|
|
|
|
unistd/close.o \
|
|
|
|
unistd/confstr.o \
|
|
|
|
unistd/dup2.o \
|
2013-09-23 14:41:31 -04:00
|
|
|
unistd/dup3.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/dup.o \
|
2014-01-16 19:14:29 -05:00
|
|
|
unistd/environ.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/execle.o \
|
|
|
|
unistd/execl.o \
|
2014-02-23 07:30:23 -05:00
|
|
|
unistd/execlpe.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/execlp.o \
|
|
|
|
unistd/execve.o \
|
|
|
|
unistd/execv.o \
|
|
|
|
unistd/execvpe.o \
|
|
|
|
unistd/execvp.o \
|
|
|
|
unistd/_exit.o \
|
2013-08-31 13:35:17 -04:00
|
|
|
unistd/exit_thread.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/faccessat.o \
|
|
|
|
unistd/fchdirat.o \
|
|
|
|
unistd/fchdir.o \
|
|
|
|
unistd/fchownat.o \
|
|
|
|
unistd/fchown.o \
|
|
|
|
unistd/fchrootat.o \
|
|
|
|
unistd/fchroot.o \
|
|
|
|
unistd/fork.o \
|
2014-06-27 17:00:55 -04:00
|
|
|
unistd/fpathconf.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/fsync.o \
|
|
|
|
unistd/ftruncate.o \
|
|
|
|
unistd/getcwd.o \
|
2014-01-19 11:54:49 -05:00
|
|
|
unistd/getdomainname.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/getegid.o \
|
2014-07-14 17:24:43 -04:00
|
|
|
unistd/getentropy.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/geteuid.o \
|
|
|
|
unistd/getgid.o \
|
|
|
|
unistd/gethostname.o \
|
|
|
|
unistd/getlogin.o \
|
|
|
|
unistd/getlogin_r.o \
|
|
|
|
unistd/getpagesize.o \
|
|
|
|
unistd/getpgid.o \
|
|
|
|
unistd/getpid.o \
|
|
|
|
unistd/getppid.o \
|
|
|
|
unistd/getuid.o \
|
|
|
|
unistd/isatty.o \
|
|
|
|
unistd/lchown.o \
|
|
|
|
unistd/linkat.o \
|
|
|
|
unistd/link.o \
|
|
|
|
unistd/lseek.o \
|
|
|
|
unistd/memstat.o \
|
|
|
|
unistd/mkpartition.o \
|
|
|
|
unistd/pathconf.o \
|
2014-01-15 13:46:36 -05:00
|
|
|
unistd/pipe2.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/pipe.o \
|
2013-07-11 17:29:52 -04:00
|
|
|
unistd/pread.o \
|
|
|
|
unistd/pwrite.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/readlinkat.o \
|
|
|
|
unistd/readlink.o \
|
|
|
|
unistd/read.o \
|
|
|
|
unistd/rmdir.o \
|
|
|
|
unistd/sbrk.o \
|
|
|
|
unistd/setegid.o \
|
|
|
|
unistd/seteuid.o \
|
|
|
|
unistd/setgid.o \
|
2014-10-05 09:02:50 -04:00
|
|
|
unistd/sethostname.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/setpgid.o \
|
|
|
|
unistd/setuid.o \
|
|
|
|
unistd/sfork.o \
|
|
|
|
unistd/sleep.o \
|
2013-11-21 14:27:34 -05:00
|
|
|
unistd/symlinkat.o \
|
|
|
|
unistd/symlink.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/sysconf.o \
|
|
|
|
unistd/tcgetpgrp.o \
|
|
|
|
unistd/tcsetpgrp.o \
|
|
|
|
unistd/tfork.o \
|
|
|
|
unistd/truncateat.o \
|
|
|
|
unistd/truncate.o \
|
|
|
|
unistd/ttyname.o \
|
2014-01-04 16:25:42 -05:00
|
|
|
unistd/ttyname_r.o \
|
2013-06-24 19:11:51 -04:00
|
|
|
unistd/unlinkat.o \
|
|
|
|
unistd/unlink.o \
|
|
|
|
unistd/usleep.o \
|
|
|
|
unistd/write.o \
|
2013-06-25 06:52:58 -04:00
|
|
|
utime/utime.o \
|
2012-09-21 17:57:47 -04:00
|
|
|
|
|
|
|
OBJS=\
|
|
|
|
$(FREEOBJS) \
|
|
|
|
$(HOSTEDOBJS) \
|
2012-02-11 20:03:34 -05:00
|
|
|
|
2012-09-08 08:37:16 -04:00
|
|
|
CRTOBJ=\
|
2014-04-12 16:35:39 -04:00
|
|
|
crt0.o \
|
2012-09-08 08:37:16 -04:00
|
|
|
crt1.o \
|
|
|
|
crti.o \
|
|
|
|
crtn.o \
|
|
|
|
|
|
|
|
MISCOBJ=\
|
|
|
|
$(CRTOBJ) \
|
|
|
|
|
2014-06-28 10:10:20 -04:00
|
|
|
HEADERS:=$(shell find include -type f)
|
2012-02-11 20:03:34 -05:00
|
|
|
|
2014-02-13 14:26:38 -05:00
|
|
|
LIBK_OBJS:=$(FREEOBJS:.o=.libk.o)
|
|
|
|
LIBK_CPPFLAGS:=$(CPPFLAGS) -D__is_sortix_kernel
|
|
|
|
LIBK_FLAGS:=$(FLAGS) -ffreestanding
|
|
|
|
LIBK_CFLAGS:=$(CFLAGS)
|
|
|
|
LIBK_CXXFLAGS:=$(CXXFLAGS)
|
2013-03-19 18:28:32 -04:00
|
|
|
ifeq ($(HOST),x86_64-sortix)
|
2014-05-28 11:40:30 -04:00
|
|
|
LIBK_FLAGS:=$(LIBK_FLAGS) -mno-red-zone -mno-mmx -mno-sse -mno-sse2
|
2013-03-19 18:28:32 -04:00
|
|
|
endif
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2013-08-31 07:15:53 -04:00
|
|
|
BINS=libc.a libdl.a libg.a librt.a $(CRTOBJ)
|
2014-02-13 14:26:38 -05:00
|
|
|
BINSKERNEL=libk.a
|
2013-03-19 18:28:32 -04:00
|
|
|
INSTALLLIBS:=$(addprefix $(DESTDIR)$(LIBDIR)/,$(BINS))
|
|
|
|
INSTALLLIBSKERNEL:=$(addprefix $(DESTDIR)$(LIBDIR)/,$(BINSKERNEL))
|
2012-09-08 08:37:16 -04:00
|
|
|
|
2013-03-19 18:28:32 -04:00
|
|
|
all: libs libs-kernel
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2013-03-19 18:28:32 -04:00
|
|
|
libs: $(BINS)
|
|
|
|
|
|
|
|
libs-kernel: $(BINSKERNEL)
|
|
|
|
|
|
|
|
.PHONY: all libs headers clean install install-include-dirs install-headers \
|
|
|
|
install-lib-dirs install-libs libs-kernel
|
|
|
|
|
|
|
|
FORCE:
|
2012-09-10 15:45:38 -04:00
|
|
|
|
2012-09-23 08:04:53 -04:00
|
|
|
libc.a: $(OBJS)
|
|
|
|
$(HOSTAR) rcs $@ $(OBJS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2014-01-14 18:14:27 -05:00
|
|
|
libdl.a:
|
|
|
|
$(HOSTAR) rcs $@
|
|
|
|
|
2013-03-19 18:28:32 -04:00
|
|
|
libg.a:
|
|
|
|
$(HOSTAR) rcs $@
|
2012-01-08 09:45:13 -05:00
|
|
|
|
2014-02-13 14:26:38 -05:00
|
|
|
libk.a: $(LIBK_OBJS)
|
|
|
|
$(HOSTAR) rcs $@ $(LIBK_OBJS)
|
|
|
|
|
2014-01-14 18:14:27 -05:00
|
|
|
librt.a:
|
|
|
|
$(HOSTAR) rcs $@
|
|
|
|
|
2014-04-12 16:35:39 -04:00
|
|
|
crt0.o: $(CPUDIR)/crt0.o
|
2012-09-08 08:37:16 -04:00
|
|
|
ln -f $< $@
|
|
|
|
|
2014-04-12 16:35:39 -04:00
|
|
|
crt1.o: crt0.o
|
|
|
|
cp $< $@
|
|
|
|
|
2012-09-10 17:36:15 -04:00
|
|
|
crti.o: $(CPUDIR)/crti.o
|
2012-09-08 08:37:16 -04:00
|
|
|
ln -f $< $@
|
|
|
|
|
2012-09-10 17:36:15 -04:00
|
|
|
crtn.o: $(CPUDIR)/crtn.o
|
2012-09-08 08:37:16 -04:00
|
|
|
ln -f $< $@
|
2011-09-15 16:19:04 -04:00
|
|
|
|
2012-02-11 20:03:34 -05:00
|
|
|
# header preprocessing
|
2014-02-13 14:26:38 -05:00
|
|
|
$(OBJS) $(LIBK_OBJS): $(HEADERS)
|
2013-03-19 18:28:32 -04:00
|
|
|
|
2013-12-26 19:44:03 -05:00
|
|
|
headers:
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2012-02-11 20:03:34 -05:00
|
|
|
# standard library
|
2013-03-19 18:28:32 -04:00
|
|
|
%.o: %.c
|
|
|
|
$(HOSTCC) -c $< -o $@ $(CPPFLAGS) $(FLAGS) $(CFLAGS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2013-03-19 18:28:32 -04:00
|
|
|
%.o: %.cpp
|
|
|
|
$(HOSTCXX) -c $< -o $@ $(CPPFLAGS) $(FLAGS) $(CXXFLAGS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2013-12-28 15:00:15 -05:00
|
|
|
%.o: %.S
|
|
|
|
$(HOSTCXX) -c $< -o $@ $(CPPFLAGS) $(FLAGS) $(CFLAGS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2014-02-13 14:26:38 -05:00
|
|
|
# libk
|
|
|
|
%.libk.o: %.c
|
|
|
|
$(HOSTCC) -c $< -o $@ $(LIBK_CPPFLAGS) $(LIBK_FLAGS) $(LIBK_CFLAGS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2014-02-13 14:26:38 -05:00
|
|
|
%.libk.o: %.cpp
|
|
|
|
$(HOSTCXX) -c $< -o $@ $(LIBK_CPPFLAGS) $(LIBK_FLAGS) $(LIBK_CXXFLAGS)
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2014-06-28 10:10:20 -04:00
|
|
|
%.libk.o: %.S
|
|
|
|
$(HOSTCC) -c $< -o $@ $(LIBK_CPPFLAGS) $(LIBK_FLAGS) $(LIBK_CFLAGS)
|
|
|
|
|
2011-08-05 08:25:00 -04:00
|
|
|
clean:
|
2014-06-28 10:10:20 -04:00
|
|
|
rm -f *.o */*.o */*/*.o *.a
|
2011-08-05 08:25:00 -04:00
|
|
|
|
2011-09-15 16:38:40 -04:00
|
|
|
# Installation into sysroot
|
2013-03-19 18:28:32 -04:00
|
|
|
install: install-headers install-libs install-libs-kernel
|
|
|
|
|
2013-12-26 19:44:03 -05:00
|
|
|
$(DESTDIR)$(LIBDIR):
|
2013-03-19 18:28:32 -04:00
|
|
|
mkdir -p $@
|
|
|
|
|
|
|
|
$(DESTDIR)$(LIBDIR)/%: %
|
|
|
|
cp -P $< $@
|
|
|
|
|
|
|
|
$(INSTALLLIBS): | $(DESTDIR)$(LIBDIR)
|
|
|
|
|
|
|
|
$(INSTALLLIBSKERNEL): | $(DESTDIR)$(LIBDIR)
|
|
|
|
|
2013-12-26 19:44:03 -05:00
|
|
|
install-include-dirs: headers
|
|
|
|
mkdir -p $(DESTDIR)$(INCLUDEDIR)
|
2013-03-19 18:28:32 -04:00
|
|
|
|
2013-12-26 19:44:03 -05:00
|
|
|
install-headers: install-include-dirs headers
|
|
|
|
cp -RTv include $(DESTDIR)$(INCLUDEDIR)
|
2013-03-19 18:28:32 -04:00
|
|
|
|
|
|
|
install-lib-dirs: $(DESTDIR)$(LIBDIR)
|
|
|
|
|
|
|
|
install-libs: $(INSTALLLIBS)
|
|
|
|
|
|
|
|
install-libs-kernel: $(INSTALLLIBSKERNEL)
|