mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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>
|
||||
|
||||
* Makefile.in: Add dependencies between gmc and static libraries
|
||||
in the source tree.
|
||||
|
||||
* layout: New widget "findfile-Widget-find-case-check".
|
||||
|
||||
2001-02-28 Christian Meyer <chrisime@gnome.org>
|
||||
|
@ -16,6 +16,8 @@ CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
|
||||
DEFS = $(XDEFS)
|
||||
LIBS = $(XLIBS) @TERMNET@
|
||||
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
|
||||
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
|
||||
$(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
@ -256,10 +258,10 @@ mx: checklinks
|
||||
@echo -----------------------------------------------------------
|
||||
@touch mx
|
||||
|
||||
plain-gmc: $(OBJS) $(NORMALOBJS)
|
||||
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)
|
||||
$(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)
|
||||
|
||||
gmc-client: $(CLIENTOBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user