comparison Makefile.gen @ 952:ffdae9cd81de

Remove the dmpackutil module, move the code to packed utility as it is the only place it is used anyway.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 18:51:18 +0200
parents 6ed9465f3913
children 1e65752b5723
comparison
equal deleted inserted replaced
951:1723ebe6771c 952:ffdae9cd81de
77 ### 77 ###
78 ifeq ($(DM_USE_PACKFS),yes) 78 ifeq ($(DM_USE_PACKFS),yes)
79 BUILD_RES=yes 79 BUILD_RES=yes
80 DM_CFLAGS += -DDM_USE_PACKFS $(ZLIB_CFLAGS) 80 DM_CFLAGS += -DDM_USE_PACKFS $(ZLIB_CFLAGS)
81 DM_LDFLAGS += $(ZLIB_LDFLAGS) 81 DM_LDFLAGS += $(ZLIB_LDFLAGS)
82 DMLIB_OBJS += dmpack.o dmpackutil.o 82 DMLIB_OBJS += dmpack.o
83 ifeq ($(DM_BUILD_TOOLS),yes) 83 ifeq ($(DM_BUILD_TOOLS),yes)
84 TOOL_BINARIES += packed 84 TOOL_BINARIES += packed
85 endif 85 endif
86 endif 86 endif
87 87