Commit d9225206 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Merge branch 'pedantic' of https://github.com/orbea/feh into orbea-pedantic

parents 370f5054 7391cd1f
Loading
Loading
Loading
Loading
+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}