Changes in uspace/lib/softint/Makefile [cf240cb:1b1164e8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/Makefile
rcf240cb r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a32 31 EXTRA_CFLAGS = -Iinclude 33 34 OUTPUT = libsoftint.a 32 LIBRARY = libsoftint 35 33 36 34 SOURCES = \ … … 38 36 generic/multiplication.c 39 37 40 include ../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.