mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* Makefile.in: Add dependencies between gmc and static libraries
in the source tree.
This commit is contained in:
parent
e19d03e693
commit
0a90f50277
@ -1,5 +1,8 @@
|
|||||||
2001-04-06 Pavel Roskin <proski@gnu.org>
|
2001-04-06 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in: Add dependencies between gmc and static libraries
|
||||||
|
in the source tree.
|
||||||
|
|
||||||
* layout: New widget "findfile-Widget-find-case-check".
|
* layout: New widget "findfile-Widget-find-case-check".
|
||||||
|
|
||||||
2001-02-28 Christian Meyer <chrisime@gnome.org>
|
2001-02-28 Christian Meyer <chrisime@gnome.org>
|
||||||
|
@ -16,6 +16,8 @@ CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
|
|||||||
DEFS = $(XDEFS)
|
DEFS = $(XDEFS)
|
||||||
LIBS = $(XLIBS) @TERMNET@
|
LIBS = $(XLIBS) @TERMNET@
|
||||||
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
|
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
|
||||||
|
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
|
||||||
|
$(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
@ -256,10 +258,10 @@ mx: checklinks
|
|||||||
@echo -----------------------------------------------------------
|
@echo -----------------------------------------------------------
|
||||||
@touch mx
|
@touch mx
|
||||||
|
|
||||||
plain-gmc: $(OBJS) $(NORMALOBJS)
|
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)
|
||||||
$(CC) -o plain-gmc $(NORMALOBJS) $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
|
$(CC) -o plain-gmc $(NORMALOBJS) $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
corba-gmc: $(OBJS) $(CORBAOBJS)
|
corba-gmc: $(OBJS) $(CORBAOBJS) $(DEPLIBS)
|
||||||
$(CC) -o corba-gmc $(CORBAOBJS) $(OBJS) $(EXTRALIBS) $(CORBA_LDFLAGS) $(LIBS)
|
$(CC) -o corba-gmc $(CORBAOBJS) $(OBJS) $(EXTRALIBS) $(CORBA_LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
gmc-client: $(CLIENTOBJS)
|
gmc-client: $(CLIENTOBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user