mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Merge branch '2917_cppflags_cleanup'
* 2917_cppflags_cleanup: Ticket #2917: Makefile.ams cleanup: remove unused AM_CPPFLAGS.
This commit is contained in:
commit
ef9d337d6f
@ -7,8 +7,4 @@ libmcevent_la_SOURCES = \
|
||||
manage.c \
|
||||
raise.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
@ -6,8 +6,4 @@ libmcfilehighlight_la_SOURCES = \
|
||||
ini-file-read.c \
|
||||
internal.h
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
@ -7,7 +7,4 @@ libmcconfig_la_SOURCES = \
|
||||
set.c \
|
||||
paths.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
|
||||
|
@ -9,8 +9,4 @@ libsearch_la_SOURCES = \
|
||||
glob.c \
|
||||
hex.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
@ -9,8 +9,4 @@ libmcskin_la_SOURCES = \
|
||||
lines.c \
|
||||
internal.h
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
@ -22,10 +22,6 @@ TTY_SRC = \
|
||||
|
||||
libmctty_la_SOURCES = $(TTY_SRC) $(TTY_SCREEN_SRC)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)
|
||||
|
||||
if HAVE_GMODULE
|
||||
|
@ -22,8 +22,4 @@ libmcwidget_la_SOURCES = \
|
||||
widget-common.c widget-common.h \
|
||||
wtools.c wtools.h
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
@ -5,10 +5,6 @@ libdiffviewer_la_SOURCES = \
|
||||
search.c \
|
||||
ydiff.c ydiff.h
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
||||
libdiffviewer_la_LIBADD = ../../lib/libmc.la
|
||||
|
@ -31,10 +31,6 @@ libmcfilemanager_la_SOURCES = \
|
||||
libmcfilemanager_la_SOURCES += mountlist.c mountlist.h
|
||||
#endif
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
||||
libmcfilemanager_la_LIBADD = ../../lib/libmc.la
|
||||
|
@ -19,10 +19,6 @@ libmcviewer_la_SOURCES = \
|
||||
plain.c \
|
||||
search.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DDATADIR=\""$(pkgdatadir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
|
||||
libmcviewer_la_LIBADD = ../../lib/libmc.la
|
||||
|
Loading…
Reference in New Issue
Block a user