Changeset e43d658 in mainline for uspace/lib/math/Makefile
- Timestamp:
- 2018-08-29T20:05:30Z (6 years ago)
- Children:
- b1b201f
- Parents:
- aab85d90
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-29 15:32:57)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-29 20:05:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/Makefile
raab85d90 re43d658 30 30 ROOT_PATH = $(USPACE_PREFIX)/.. 31 31 32 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config33 34 32 LIBRARY = libmath 35 33 SOVERSION = 0.0 36 34 37 EXTRA_CFLAGS += -Iarch/$(UARCH)/include 38 39 -include $(CONFIG_MAKEFILE) 40 -include arch/$(UARCH)/Makefile.inc 41 42 GENERIC_SOURCES = \ 35 SOURCES = \ 43 36 generic/acos.c \ 44 37 generic/asin.c \ … … 65 58 generic/trunc.c 66 59 67 SOURCES = \68 $(GENERIC_SOURCES) \69 $(ARCH_SOURCES)70 71 60 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.