Changeset 6a97f2e in mainline for uspace/Makefile.common
- Timestamp:
- 2012-08-20T21:33:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e718d9
- Parents:
- 7eaeec1
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.