15 lines
264 B
Makefile
15 lines
264 B
Makefile
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Makefile for the Shell project
|
|
|
|
|
|
!ifndef NTMAKEENV
|
|
|
|
DIRS = shell lfn file share perm print comm winprof util printman misc xlate bin
|
|
|
|
TEST_DIRS = test
|
|
|
|
!endif # !NTMAKEENV
|
|
|
|
WIN_ONLY = TRUE
|
|
!include ..\common\src\nonleaf.mk
|