mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
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
|