compleated the removal of net_apps from makefile, fix build with readfile build

svn path=/trunk/; revision=2452
This commit is contained in:
Steven Edwards 2001-12-30 05:49:13 +00:00
parent b3486a5605
commit 289a784eef

View file

@ -66,12 +66,11 @@ STORAGE_DRIVERS = class2 scsiport atapi disk
#SYS_APPS = lsass services shell winlogon
SYS_APPS = services shell winlogon
#readfile
APPS = args hello test cat bench apc shm lpc thread event file gditest \
pteb consume dump_shared_data vmtest regtest alive mstest nptest \
objdir atomtest winhello partinfo mutex readfile
#NET_APPS = ncftp ping roshttpd telnet
NET_APPS =
objdir atomtest winhello partinfo mutex
#lzexpand mapi32 (missing imports)
#dsound (missing winmm.dll)
@ -167,27 +166,6 @@ $(APPS:%=%_install): %_install:
.PHONY: $(APPS) $(APPS:%=%_implib) $(APPS:%=%_clean) $(APPS:%=%_install) $(APPS:%=%_dist)
#
# Network applications
#
$(NET_APPS): %:
make -C apps/net/$*
$(NET_APPS:%=%_implib): %_implib:
make -C apps/net/$* implib
$(NET_APPS:%=%_clean): %_clean:
make -C apps/net/$* clean
$(NET_APPS:%=%_dist): %_dist:
make -C apps/net/$* dist
$(NET_APPS:%=%_install): %_install:
make -C apps/net/$* install
.PHONY: $(NET_APPS) $(NET_APPS:%=%_implib) $(NET_APPS:%=%_clean) $(NET_APPS:%=%_install) $(NET_APPS:%=%_dist)
#
# Wine DLLs
#