comparison loader/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 7a9a9748e045
comparison
equal deleted inserted replaced
17942:f2868534283d 17943:c127ce678083
5 #-DTRACE=__vprintf # -DDETAILED_OUT 5 #-DTRACE=__vprintf # -DDETAILED_OUT
6 6
7 ifeq ($(TARGET_WIN32),yes) 7 ifeq ($(TARGET_WIN32),yes)
8 LIB_OBJECTS= driver.o afl.o vfl.o 8 LIB_OBJECTS= driver.o afl.o vfl.o
9 else 9 else
10 LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \ 10 LIB_OBJECTS= ldt_keeper.o pe_image.o module.o ext.o win32.o \
11 ext.o win32.o driver.o pe_resource.o \ 11 driver.o pe_resource.o resource.o registry.o \
12 resource.o registry.o elfdll.o afl.o vfl.o wrapper.o 12 elfdll.o afl.o vfl.o wrapper.o
13 endif 13 endif
14 14
15 # gcc-3.0 produces buggy code for acmStreamOpen() with 15 # gcc-3.0 produces buggy code for acmStreamOpen() with
16 # "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer 16 # "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer
17 # -finline-functions -frename-registers" (code is OK with sole -O2), 17 # -finline-functions -frename-registers" (code is OK with sole -O2),