Remove duplicate source from Makefile (and sort it)

It's easier to notice duplicate files if they are sorted.
This commit is contained in:
Albrecht Schlosser 2019-02-09 15:39:41 +01:00
parent 44552f3e63
commit 024064cb4e

View File

@ -19,9 +19,8 @@
include ../makeinclude include ../makeinclude
CPPFILES =\ CPPFILES =\
unittests.cxx \
animated.cxx \
adjuster.cxx \ adjuster.cxx \
animated.cxx \
arc.cxx \ arc.cxx \
ask.cxx \ ask.cxx \
bitmap.cxx \ bitmap.cxx \
@ -78,7 +77,6 @@ CPPFILES =\
pixmap_browser.cxx \ pixmap_browser.cxx \
pixmap.cxx \ pixmap.cxx \
preferences.cxx \ preferences.cxx \
device.cxx \
radio.cxx \ radio.cxx \
resizebox.cxx \ resizebox.cxx \
resize.cxx \ resize.cxx \
@ -95,8 +93,9 @@ CPPFILES =\
tiled_image.cxx \ tiled_image.cxx \
tree.cxx \ tree.cxx \
twowin.cxx \ twowin.cxx \
valuators.cxx \ unittests.cxx \
utf8.cxx \ utf8.cxx \
valuators.cxx \
windowfocus.cxx windowfocus.cxx
ALL = \ ALL = \