[go: up one dir, main page]

Menu

[46ef17]: / utils / GNUmakefile  Maximize  Restore  History

Download this file

18 lines (10 with data), 284 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
TOPDIR ?= ..
include Makefile.common
all: tools
TESTS-yes += $(TESTS_NON_MSVC)
UTIL_BINARIES += $(UTIL_BINARIES_NON_MSVC)
include $(TOPDIR)/Makefile.subdir.gnu
tools: $(UTIL_BINARIES:=.$(bin))
#createdisks.$o: CPPFLAGS += -DNDEBUG
clean::
$(RM) $(UTIL_BINARIES:=.$(bin))