comparison Makefile.gen @ 459:8ca18222db10

Remove the rather useless vview utility.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 12:28:05 +0200
parents e4a3f183e463
children 30145d17aebd
comparison
equal deleted inserted replaced
458:096dae79ce2e 459:8ca18222db10
113 DMLIB_OBJS += dmtext_ttf.o 113 DMLIB_OBJS += dmtext_ttf.o
114 114
115 ifeq ($(DM_BUILD_TESTS),yes) 115 ifeq ($(DM_BUILD_TESTS),yes)
116 ifeq ($(DM_GFX_BLITS),yes) 116 ifeq ($(DM_GFX_BLITS),yes)
117 ifeq ($(DM_USE_STDIO),yes) 117 ifeq ($(DM_USE_STDIO),yes)
118 BINARIES += blittest vview vptest efu 118 BINARIES += blittest vptest efu
119 endif 119 endif
120 endif 120 endif
121 endif 121 endif
122 endif 122 endif
123 123
323 323
324 324
325 ### 325 ###
326 ### Tests and binaries 326 ### Tests and binaries
327 ### 327 ###
328 $(BINPATH)vview$(EXEEXT): $(OBJPATH)vview.o $(DMLIB_A)
329 @echo " LINK $+"
330 @$(CC) -o $@ $(filter %.o %.a,$+) $(DM_LDFLAGS) $(SDL_LDFLAGS) -lSDL_ttf
331
332 $(BINPATH)blittest$(EXEEXT): $(OBJPATH)blittest.o $(DMLIB_A) 328 $(BINPATH)blittest$(EXEEXT): $(OBJPATH)blittest.o $(DMLIB_A)
333 @echo " LINK $+" 329 @echo " LINK $+"
334 @$(CC) -o $@ $(filter %.o %.a,$+) $(DM_LDFLAGS) $(SDL_LDFLAGS) -lSDL_ttf 330 @$(CC) -o $@ $(filter %.o %.a,$+) $(DM_LDFLAGS) $(SDL_LDFLAGS) -lSDL_ttf
335 331
336 $(BINPATH)efu$(EXEEXT): $(OBJPATH)efu.o $(DMLIB_A) 332 $(BINPATH)efu$(EXEEXT): $(OBJPATH)efu.o $(DMLIB_A)