mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* Make.common.in: Remove GNOME-specific and unused definitions.
Partly moved to gnome/Makefile.in.
This commit is contained in:
parent
98938f0035
commit
3f53dee86d
@ -1,5 +1,8 @@
|
||||
2001-07-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make.common.in: Remove GNOME-specific and unused definitions.
|
||||
Partly moved to gnome/Makefile.in.
|
||||
|
||||
* configure.in: Remove all references to SEDCMD and SEDCMD2 -
|
||||
they are usused.
|
||||
* Make.common.in: Likewise.
|
||||
|
@ -13,18 +13,9 @@ sysconfdir = @sysconfdir@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
mandir = @mandir@
|
||||
gnomeicondir = @gnomeicondir@
|
||||
corbadir = $(sysconfdir)/CORBA/servers
|
||||
mclibdir = $(libdir)/mc
|
||||
desktopdir = $(mclibdir)/desktop-scripts
|
||||
idldir = $(prefix)/share/idl
|
||||
suppbindir = $(mclibdir)/bin
|
||||
gnewdir = $(prefix)/share/mc/templates
|
||||
tidir = $(mclibdir)/term
|
||||
extfsdir = $(mclibdir)/extfs
|
||||
confdir = $(sysconfdir)
|
||||
icondir = $(datadir)/pixmaps/mc
|
||||
syntaxdir = $(mclibdir)/syntax
|
||||
localedir = $(datadir)/locale
|
||||
man1dir = $(mandir)/man1
|
||||
manext = 1
|
||||
@ -50,10 +41,8 @@ XCFLAGS = @CFLAGS@
|
||||
XCPPFLAGS = -I.. @CPPFLAGS@ @MCCPPFLAGS@ \
|
||||
-DBINDIR=\""$(bindir)/"\" \
|
||||
-DLIBDIR=\""$(mclibdir)/"\" \
|
||||
-DICONDIR=\""$(icondir)/"\" \
|
||||
-DLOCALEDIR=\""$(localedir)/"\" \
|
||||
-DCONFDIR=\""$(confdir)/"\" \
|
||||
-DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" \
|
||||
@GLIB_CFLAGS@
|
||||
XLDFLAGS = @LDFLAGS@
|
||||
XDEFS = @DEFS@
|
||||
|
Loading…
Reference in New Issue
Block a user