mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-05 11:04:42 +03:00
* Make.common.in: Move all defines ...
* gnome/Makefile.in: ... here ... * src/Makefile.in: ... and here.
This commit is contained in:
parent
a1532469cd
commit
b25f5be791
@ -1,3 +1,9 @@
|
|||||||
|
2001-07-20 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Make.common.in: Move all defines ...
|
||||||
|
* gnome/Makefile.in: ... here ...
|
||||||
|
* src/Makefile.in: ... and here.
|
||||||
|
|
||||||
2001-07-19 Pavel Roskin <proski@gnu.org>
|
2001-07-19 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.in: Don't check for getwd, it's completely
|
* configure.in: Don't check for getwd, it's completely
|
||||||
|
@ -38,12 +38,7 @@ AWK = @AWK@
|
|||||||
# No way, to make make happy (except GNU), we cannot use := to append
|
# No way, to make make happy (except GNU), we cannot use := to append
|
||||||
# something to these, so that's why there is a leading _
|
# something to these, so that's why there is a leading _
|
||||||
XCFLAGS = @CFLAGS@
|
XCFLAGS = @CFLAGS@
|
||||||
XCPPFLAGS = -I.. @CPPFLAGS@ @MCCPPFLAGS@ \
|
XCPPFLAGS = -I.. @CPPFLAGS@ @MCCPPFLAGS@ @GLIB_CFLAGS@
|
||||||
-DBINDIR=\""$(bindir)/"\" \
|
|
||||||
-DLIBDIR=\""$(mclibdir)/"\" \
|
|
||||||
-DLOCALEDIR=\""$(localedir)/"\" \
|
|
||||||
-DCONFDIR=\""$(confdir)/"\" \
|
|
||||||
@GLIB_CFLAGS@
|
|
||||||
XLDFLAGS = @LDFLAGS@
|
XLDFLAGS = @LDFLAGS@
|
||||||
XDEFS = @DEFS@
|
XDEFS = @DEFS@
|
||||||
XLIBS = @LIBS@
|
XLIBS = @LIBS@
|
||||||
|
@ -15,7 +15,8 @@ icondir = $(datadir)/pixmaps/mc
|
|||||||
|
|
||||||
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME -DICONDIR=\""$(icondir)/"\" \
|
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME -DICONDIR=\""$(icondir)/"\" \
|
||||||
-DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" \
|
-DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" \
|
||||||
@GNOME_INCLUDEDIR@
|
-DCONFDIR=\""$(confdir)/"\" -DLOCALEDIR=\""$(localedir)/"\" \
|
||||||
|
-DLIBDIR=\""$(mclibdir)/"\" @GNOME_INCLUDEDIR@
|
||||||
|
|
||||||
CFLAGS = $(XCFLAGS)
|
CFLAGS = $(XCFLAGS)
|
||||||
CPPFLAGS = $(XCPPFLAGS) -I. -I$(gnomedir) -I$(mcsrcdir) $(GNOMEDEFS)
|
CPPFLAGS = $(XCPPFLAGS) -I. -I$(gnomedir) -I$(mcsrcdir) $(GNOMEDEFS)
|
||||||
|
@ -8,9 +8,10 @@ SHELL = @SHELL@
|
|||||||
@MCF@
|
@MCF@
|
||||||
|
|
||||||
CFLAGS = $(XCFLAGS)
|
CFLAGS = $(XCFLAGS)
|
||||||
CPPFLAGS = $(XCPPFLAGS) @MCCFLAGS@ -DREGEX_MALLOC
|
CPPFLAGS = $(XCPPFLAGS) @MCCFLAGS@
|
||||||
LDFLAGS = $(XLDFLAGS)
|
LDFLAGS = $(XLDFLAGS)
|
||||||
DEFS = $(XDEFS)
|
DEFS = $(XDEFS) -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \
|
||||||
|
-DCONFDIR=\""$(confdir)/"\" -DLOCALEDIR=\""$(localedir)/"\"
|
||||||
LIBS = @LSLANG@ @LEDIT@ @LVFS@ @LINTL@ @LGPM@ \
|
LIBS = @LSLANG@ @LEDIT@ @LVFS@ @LINTL@ @LGPM@ \
|
||||||
$(XLIBS) $(XLIB) @TERMNET@ @MCLIBS@ @LIBICONV@
|
$(XLIBS) $(XLIB) @TERMNET@ @MCLIBS@ @LIBICONV@
|
||||||
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \
|
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \
|
||||||
|
Loading…
Reference in New Issue
Block a user