mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 21:54:20 +08:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
LIB_BASE = lib
|
|
LIB_BASE_ = $(LIB_BASE)$(SEP)
|
|
|
|
include lib/inflib/inflib.mak
|
|
ifeq ($(ARCH),powerpc)
|
|
include lib/ppcmmu/ppcmmu.mak
|
|
endif
|