Changeset 6a97f2e in mainline
- Timestamp:
- 2012-08-20T21:33:29Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e718d9
- Parents:
- 7eaeec1
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r7eaeec1 r6a97f2e 290 290 291 291 ifneq ($(LIBRARY),) 292 %.a: $(OBJECTS)292 $(LIBRARY).a: $(OBJECTS) 293 293 $(AR) rc $@ $(OBJECTS) 294 294 endif 295 295 296 296 ifneq ($(SLIBRARY),) 297 %.la: $(LOBJECTS)297 $(LIBRARY).la: $(LOBJECTS) 298 298 $(AR) rc $@ $(LOBJECTS) 299 299 endif -
uspace/lib/bithenge/Makefile
r7eaeec1 r6a97f2e 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libbithenge 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a32 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ 33 32
Note:
See TracChangeset
for help on using the changeset viewer.