diff --git a/reactos/apps/utils/Makefile b/reactos/apps/utils/Makefile deleted file mode 100644 index 8ce2f875d2b..00000000000 --- a/reactos/apps/utils/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# -# ReactOS system utilities makefile -# - -PATH_TO_TOP = ../.. - -include $(PATH_TO_TOP)/rules.mak - - -# Console system utilities -# cabman cat net objdir partinfo pice ps sc stats -UTIL_APPS = cat objdir pnpdump sc shutdown stats tickcount ps - -UTIL_NET_APPS = arp finger ftp ipconfig netstat ping route telnet whois - - -all: $(UTIL_APPS) $(UTIL_NET_APPS) - -depends: - -implib: $(UTIL_APPS:%=%_implib) \ - $(UTIL_NET_APPS:%=%_implib) - -clean: $(UTIL_APPS:%=%_clean) \ - $(UTIL_NET_APPS:%=%_clean) - -install: $(UTIL_APPS:%=%_install) \ - $(UTIL_NET_APPS:%=%_install) - -.PHONY: all depends implib clean install - - -# -# Utility Applications -# -$(UTIL_APPS): %: - $(MAKE) -C $* - -$(UTIL_APPS:%=%_implib): %_implib: - $(MAKE) -C $* implib - -$(UTIL_APPS:%=%_clean): %_clean: - $(MAKE) -C $* clean - -$(UTIL_APPS:%=%_install): %_install: - $(MAKE) -C $* install - -.PHONY: $(UTIL_APPS) $(UTIL_APPS:%=%_implib) $(UTIL_APPS:%=%_clean) $(UTIL_APPS:%=%_install) - -# -# GUI Utility Applications -# -$(UTIL_NET_APPS): %: - $(MAKE) -C net/$* - -$(UTIL_NET_APPS:%=%_implib): %_implib: - $(MAKE) -C net/$* implib - -$(UTIL_NET_APPS:%=%_clean): %_clean: - $(MAKE) -C net/$* clean - -$(UTIL_NET_APPS:%=%_install): %_install: - $(MAKE) -C net/$* install - -.PHONY: $(UTIL_NET_APPS) $(UTIL_NET_APPS:%=%_implib) $(UTIL_NET_APPS:%=%_clean) $(UTIL_NET_APPS:%=%_install) - - -etags: - find . -name "*.[ch]" -print | etags --language=c - - -# EOF diff --git a/reactos/apps/utils/directory.xml b/reactos/apps/utils/directory.xml index 5fcd82ed4f2..1ef4d0d5fa3 100644 --- a/reactos/apps/utils/directory.xml +++ b/reactos/apps/utils/directory.xml @@ -1,3 +1,7 @@ + + + + diff --git a/reactos/apps/utils/rosperf/rosperf.xml b/reactos/apps/utils/rosperf/rosperf.xml new file mode 100644 index 00000000000..384727ac8bf --- /dev/null +++ b/reactos/apps/utils/rosperf/rosperf.xml @@ -0,0 +1,14 @@ + + . + + version + gdi32 + user32 + kernel32 + ntdll + rosperf.c + lines.c + fill.c + testlist.c + rosperf.rc + \ No newline at end of file