Loading src/Makefile +35 −1 Original line number Diff line number Diff line include ../config.mk TARGETS = ${shell echo *.c} TARGETS = \ collage.c \ events.c \ feh_png.c \ filelist.c \ getopt.c \ getopt1.c \ gib_hash.c \ gib_imlib.c \ gib_list.c \ gib_style.c \ imlib.c \ index.c \ keyevents.c \ list.c \ main.c \ md5.c \ menu.c \ multiwindow.c \ options.c \ signals.c \ slideshow.c \ thumbnail.c \ timers.c \ utils.c \ wallpaper.c \ winwidget.c ifeq (${exif},1) TARGETS += \ exif.c \ exif_canon.c \ exif_nikon.c endif OBJECTS = ${TARGETS:.c=.o} I_SRCS = ${shell echo *.raw} Loading Loading
src/Makefile +35 −1 Original line number Diff line number Diff line include ../config.mk TARGETS = ${shell echo *.c} TARGETS = \ collage.c \ events.c \ feh_png.c \ filelist.c \ getopt.c \ getopt1.c \ gib_hash.c \ gib_imlib.c \ gib_list.c \ gib_style.c \ imlib.c \ index.c \ keyevents.c \ list.c \ main.c \ md5.c \ menu.c \ multiwindow.c \ options.c \ signals.c \ slideshow.c \ thumbnail.c \ timers.c \ utils.c \ wallpaper.c \ winwidget.c ifeq (${exif},1) TARGETS += \ exif.c \ exif_canon.c \ exif_nikon.c endif OBJECTS = ${TARGETS:.c=.o} I_SRCS = ${shell echo *.raw} Loading